Skip to content

Releases: numaproj/numaflow-rs

v0.5.0

10 Jan 23:50
e160036

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0

v0.4.0

12 Oct 15:16
a438f1f

Choose a tag to compare

New Features

  • Nack Support For Source #136

Breaking Changes

We introduced ServerExtras which exposes the optional with_ settings, like with_socket_file. You will have to import the trait if you were using those methods.

What's Changed

  • chore: update makefile by @yhl25 in #131
  • chore: improve error handling for batchmap by @404salad in #137
  • chore: generalize server to avoid redundant implementations by @vigith in #138
  • feat: Nack Support For Source by @yhl25 in #136
  • fix: server shutdowns immediately if user's shutdown oneshot is none by @yhl25 in #140
  • chore(ci): explicitly add rustfmt and clippy by @vigith in #142
  • chore: export a few consts by @vigith in #135
  • fix: reduce visibility by @vigith in #145
  • chore: reduce more visibility by @vigith in #146
  • chore: update packages and bump up version by @vigith in #147

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

22 Aug 07:20
c7e860d

Choose a tag to compare

What's Changed

  • feat: Map Streamer by @yhl25 in #109
  • feat: Custom Serve Store for integration with any user-defined store by @BulkBeing in #113
  • chore: use std time instead of chrono time by @yhl25 in #112
  • chore: update examples base image to 1.84 by @yhl25 in #114
  • chore: introduce enum for sink response type by @yhl25 in #115
  • chore: upgrade tonic to 0.13.0 by @vigith in #117
  • fix: client shutting down should not impact the server by @yhl25 in #120
  • feat: Session window and Accumulator by @yhl25 in #118
  • feat: refactor by @adarsh0728 in #119
  • chore: add new examples to CI by @yhl25 in #123
  • chore: Create CODEOWNERS by @vigith in #127
  • chore: upgrade rust + latest tonic + cargo fmt by @vigith in #126
  • chore: use workspace for dependencies by @yhl25 in #128
  • chore: support at least last 5 versions of Rust by @vigith in #129
  • feat: panic hook to capture stack trace by @adarsh0728 in #125
  • chore: panic handling in reduce by @adarsh0728 in #130

New Contributors

Full Changelog: v0.2.1...v0.3.0

v0.2.1

21 Nov 17:17
b237ec6

Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

10 Nov 02:50
30f4d70

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/numaproj/numaflow-rs/commits/v0.2.0