Skip to content

Releases: numaproj/numaflow-java

v0.7.0

26 Mar 16:20
9ae5641
Compare
Choose a tag to compare
v0.7.0 Pre-release
Pre-release

What's Changed

New Contributors

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

v0.6.0

18 Dec 18:28
615d49b
Compare
Choose a tag to compare

What's Changed

  • chore: add e2e image build to example pom file by @KeranYang in #84
  • fix: counter example by @yhl25 in #85
  • fix: require event time when dropping messages by @KeranYang in #86
  • chore: adding partitions for user defined source by @yhl25 in #88
  • chore: release version 0.6.0 by @KeranYang in #89

⚠️ Breaking Changes

The sourcer and source transformer interfaces have been updated. Please refer to the examples and update your sourcers and source transformers accordingly.

Full Changelog: v0.5.6...v0.6.0

v0.5.6

14 Nov 18:43
bd90619
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.5...v0.5.6

v0.5.5

18 Oct 14:48
893bf78
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.4...v0.5.5

v0.5.4

14 Oct 01:25
77b9a5b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.3...v0.5.4

v0.5.3

02 Oct 19:06
ac22d02
Compare
Choose a tag to compare

🎉 Release Notes - Version 0.5.3

Changed

  • User-defined source SDK now supports returning a negative number from pending() to indicate the source doesn't support retrieving the pending information.

Full Changelog: v0.5.2...v0.5.3

v0.5.2

02 Oct 00:34
cda3aaf
Compare
Choose a tag to compare

🎉 Release Notes - Version 0.5.2

Changed

  • simplified Sinker and MapStreamer interface

⚠️ Breaking Changes

The Sinker interface has been updated. Please refer to the examples.

Full Changelog: v0.5.1...v0.5.2

v0.5.1

08 Sep 03:35
d3068ac
Compare
Choose a tag to compare

🎉 Release Notes - Version 0.5.1

Changed

  • updated sink interface
  • Fixed a bug that was preventing the reduce pod from starting.

⚠️ Breaking Changes

The Sinker interface has been updated. Please refer to the examples and update your sinks accordingly.

Full Changelog: v0.5.0...v0.5.1

v0.5.0

06 Sep 04:06
b9970b8
Compare
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
Compare
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