Skip to content

Releases: numaproj/numaflow-java

v0.5.0

06 Sep 04:06
b9970b8

Choose a tag to compare

What's Changed

  • chore: separate servers for each service by @yhl25 in #63
  • feat: support for side input by @yhl25 in #65

🚨 Breaking Change 🚨

The servers for each operation have been separated, and all types have been moved to specific packages. For example, for map operations, we will no longer use FunctionServer to start the server. Instead, we will be using the Server class inside the mapper package. The same changes have been made for other operations like reduce, source transformer, sink, and mapstream. Please update your SDKs accordingly to ensure compatibility with the latest version of Numaflow. For reference, please take a look at the examples.
Full Changelog: v0.4.8...v0.5.0

v0.4.8

18 Jul 06:14
6aeb0af

Choose a tag to compare

What's Changed

  • chore: update default gPRC msg size to 64 MB by @whynowy in #60
  • fix: npe inside message list builder by @yhl25 in #61
  • chore: use kqueue when epoll is not available for netty worker group by @yhl25 in #59

New Contributors

Full Changelog: v0.4.7...v0.4.8

v0.4.7

05 Jul 22:57
31b631f

Choose a tag to compare

fix slf4j version #55

v0.4.6

08 May 06:45
0fdd33c

Choose a tag to compare

chore: publish to github packages (#48)

Signed-off-by: Yashash H L <yashashhl25@gmail.com>

v0.4.5

25 Apr 17:09
792d481

Choose a tag to compare

fix gRPC config
Signed-off-by: Yashash H L yashashhl25@gmail.com

v0.4.4

21 Apr 15:55
93c34ed

Choose a tag to compare

chore: new release 0.4.4 (#41)

Signed-off-by: Yashash H L <yashashhl25@gmail.com>

v0.4.3

14 Apr 16:37
90d5c57

Choose a tag to compare

chore: update the release version (#38)

Signed-off-by: Yashash H L <yashashhl25@gmail.com>

v0.4.0

05 Apr 08:54
fd9b5ce

Choose a tag to compare

feat: support for multi keys (#30)

Signed-off-by: Yashash H L <yashashhl25@gmail.com>

v0.3.4

13 Mar 03:28
ee168f2

Choose a tag to compare

chore: release version 0.3.4 (#25)

Signed-off-by: Yashash H L <yashashhl25@gmail.com>

v0.3.2

23 Feb 04:36
257c153

Choose a tag to compare

feat: introducing factory for reducer (#22)

Signed-off-by: Yashash H L <yashashhl25@gmail.com>