Skip to content

Releases: numaproj/numaflow-go

v0.11.0

29 Oct 01:22
87a52b9

Choose a tag to compare

What's Changed

  • fix: client cancellation should not trigger grpc shutdown by @yhl25 in #204
  • fix: client cancellation shouldn't trigger shutdown for source by @adarsh0728 in #205
  • chore: restructure examples directory and update them to use v0.10.1 by @adarsh0728 in #206
  • feat: nack support for udsource by @yhl25 in #210
  • chore: update side input example by @yhl25 in #212
  • feat: metadata implementation for source, map and sink by @adarsh0728 in #208
  • fix: shutdown was hanging due to a blocking write on channel by @kohlisid in #213

Full Changelog: v0.10.1...v0.11.0

v0.10.1

05 Aug 07:25
21b573a

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.0...v0.10.1

v0.10.0

09 Jul 12:37
2ff16af

Choose a tag to compare

What's Changed

  • chore: update go mod for examples by @KeranYang in #170
  • chore: Map Stream to Support Concurrent Requests by @yhl25 in #171
  • feat: new Mapper example which serves as a slow container for testing purposes by @juliev0 in #172
  • chore: update panic error handling in containers by @adarsh0728 in #173
  • fix: server stuck during shutdown in multi-partitioned pipeline by @yhl25 in #175
  • feat: Custom Serve Store for integration with any user-defined store by @vigith in #176
  • chore: Publish sink-serve and redis-store images by @BulkBeing in #182
  • chore: ud-container env variable for formalising the errors by @adarsh0728 in #183
  • feat: Accumulator by @yhl25 in #185
  • fix: stream sorter example, return when the channel is closed by @yhl25 in #186
  • fix: graceful shutdown in accumulator by @yhl25 in #187
  • fix: redis sink example to not create client for every sink invocation by @yhl25 in #188
  • chore: update redis sink example to check for message order by @yhl25 in #190
  • feat: utility function to persist critical error by @adarsh0728 in #189
  • chore: update grpc-go version to latest by @yhl25 in #191
  • chore: add examples for e2e rust runtime by @adarsh0728 in #194
  • fix: crypto pkg critical security vulnerability in examples by @adarsh0728 in #195
  • chore: handle panics in reduce by @adarsh0728 in #196

New Contributors

Full Changelog: v0.9.0...v0.10.0

v0.9.0

08 Nov 22:15
959dbd7

Choose a tag to compare

What's Changed

  • chore: update examples to latest sdk version by @yhl25 in #148
  • feat: use gRPC bidirectional streaming for udsource by @yhl25 in #146
  • chore: update examples by @yhl25 in #149
  • chore: update sideinput example by @yhl25 in #150
  • docs: add instructions on how to update MinimumNumaflowVersion by @KeranYang in #152
  • feat: container-type level version compatibility check by @KeranYang in #154
  • feat: Bidirectional Streaming for UDSink by @yhl25 in #151
  • chore: update examples by @yhl25 in #155
  • fix: remove unwanted go routines by @vigith in #156
  • feat: Use bidirectional streaming for Source Transformer by @BulkBeing in #147
  • chore: update examples by @yhl25 in #157
  • feat: Using gRPC Bidirectional Streaming for Map by @yhl25 in #158
  • chore: code review by @vigith in #160
  • feat: Unify Batch Map and Unary Map Operations Using a Shared gRPC Protocol by @yhl25 in #161
  • feat: Unify Map Stream and Unary Map Operations Using a Shared gRPC Protocol by @yhl25 in #162
  • chore: Batch ack requests and sink responses for better performance by @yhl25 in #163
  • chore: update side input example by @yhl25 in #164
  • chore: shutdown when we see non retryable udf errors by @yhl25 in #165
  • chore: fix side-input by @vigith in #166
  • chore: fix simple-source by @vigith in #167
  • chore: fix sourcer to read all responses by @yhl25 in #168
  • chore: update compatible numaflow version by @KeranYang in #169

New Contributors

Full Changelog: v0.8.1...v0.9.0

v0.8.1

14 Sep 16:18
d82fc27

Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.8.1

v0.8.0

19 Aug 17:21
66fe66a

Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.8.0

v0.7.0

03 May 11:44
c103eea

Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.7.0

v0.7.0-rc2

18 Apr 03:06
c1e1ea8

Choose a tag to compare

v0.7.0-rc2 Pre-release
Pre-release

What's Changed

Full Changelog: v0.7.0-rc1...v0.7.0-rc2

v0.7.0-rc1

26 Mar 15:20
7009262

Choose a tag to compare

v0.7.0-rc1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.6.0...v0.7.0-rc1

v0.6.0

19 Dec 06:14
v0.6.0
0156652

Choose a tag to compare

What's Changed

  • fix: require specifying event time when dropping a message using source transformer by @KeranYang in #90
  • chore: adding partitions for user defined source by @yhl25 in #91
  • chore: reduce refactor by @yhl25 in #92

Full Changelog: v0.5.2...v0.6.0