Skip to content

Latest commit

 

History

History
118 lines (93 loc) · 8.36 KB

CHANGELOG.md

File metadata and controls

118 lines (93 loc) · 8.36 KB

Changelog

v0.5.6 (2022-09-19)

  • ac15d22 Update manifests to v0.5.6
  • f236375 feat: grpc udsink (#174)
  • 2650c2d fix: numaflow-go udf example & docs (#177)
  • c44f733 fix: use scale.max if it is set (#179)
  • 39e92d0 fix broken path (#176)
  • 46ce0f8 feat: Shuffle implementation (#169)
  • 71ca00a feat: windowing operations (#157)
  • ca00b78 feat: watermark for sources (#159)
  • 91e21ce pbq implementation (#155)
  • 6542400 feat: check if udf is running in liveness probe (#156)
  • 79dce0b feat: Add udf grpc support Fixes #145 (#146)

Contributors

  • Chrome
  • Derek Wang
  • Juanlu Yu
  • Vigith Maurice
  • Yashash H L

v0.5.5 (2022-09-07)

  • 9aae638 Update manifests to v0.5.5
  • 3241432 fix: daemon service client memory leak (#161)
  • be47a26 refactor: some refactor on watermark (#149)
  • 857cce7 fix: Fixed JS bug (#144)
  • da16abc bug: watermark needs nil check
  • c9998a1 fix: pipeline UI broken when vertex scaling down to 0 (#132)

Contributors

  • Derek Wang
  • Krithika3
  • Vigith Maurice

v0.5.4 (2022-08-05)

  • 57513b4 Update manifests to v0.5.4
  • 94cdb82 feat: JetStream auto-reconnection (#127)
  • 8d83540 feat: Add watermark for sink vertex (#124)
  • 228ba32 feat: autoscaling with back pressure factor (#123)
  • 9833efd feat: add watermark to UI (#122)
  • 0dab55d feat: add processing rate to UI (#121)
  • ffd38a1 feat: Expose watermark over HTTP (#120)
  • c09502a fix: daemon service rest api not working (#119)
  • ebc10f4 chore(deps): bump terser from 5.14.1 to 5.14.2 in /ui (#117)
  • 84490ca feat: Numaflow autoscaling (#115)
  • 32b9848 feat: watermark for headoffset (#116)
  • 283dae9 feat: support namespace scope installation (#112)
  • 8e612b1 feat: Expose ReadTimeoutSeconds on Vertex (#110)
  • d95d41b fix: imagepullpocily for local testing (#113)

Contributors

  • Derek Wang
  • Krithika3
  • Saravanan Balasubramanian
  • Sidhant Kohli
  • Vigith Maurice
  • dependabot[bot]

v0.5.3 (2022-07-08)

  • efee544 Update manifests to v0.5.3
  • 5895fac feat: removed udfWorkers from limits and added some docs (#103)
  • 0b75495 feat: Add icon and other minor changes (#94)
  • 7eb08f5 feat: end to end tickgen watermark validation (#98)
  • 3338e65 fix: Broken hyperlink (#96)
  • e311222 add no-op KV Store (#91)
  • 5d2f90e feat: no operation watermark progressor (#90)
  • f58d0f4 feat: kafka source pending messages (#80)
  • cbb16ca feat: Interface for Watermark (#82)
  • 5592bb1 feat: expose pending messages and processing rate (#79)
  • 06a3df2 feat: Added the right way to decipher from and to vertex (#78)
  • a0908ad feat: define buffer limits on edges (#70)
  • a1d3639 feat: Merge UX server code (#67)
  • 571c48e feat: auto-scaling (part 1) (#59)
  • 1e0384b Added name to service spec (#58)

Contributors

  • Derek Wang
  • Krithika3
  • Sidhant Kohli
  • Vigith Maurice

v0.5.2 (2022-06-13)

  • 2f2d10c Update manifests to v0.5.2
  • cedd0d1 feat: introduce source buffer and sink buffer (#53)
  • d3301aa feat: async publishing for kafka sink (#51)
  • 2474eb8 fix spelling errors (#48)
  • c4a12f8 feat: controller to create buckets (#47)
  • eb97dc3 turn on watermark only if ENV value is true (#46)
  • f189ba3 minimal end to end line-graph watermark integration (#43)

Contributors

  • Derek Wang
  • Qianbo Huai
  • Vigith Maurice

v0.5.1 (2022-06-02)

  • bb9be80 Update manifests to v0.5.1
  • 912747e Fixed spelling error (#44)
  • 3aeb33a Exponential buckets (#42)
  • 1d65682 fix: different behavior for time.After in go 1.18 (#39)

Contributors

  • Derek Wang
  • Krithika3