Releases: numaproj/numaflow-java
Releases · numaproj/numaflow-java
v0.10.1
What's Changed
- chore: enable auto publish for maven central by @yhl25 in #192
- chore: construct window metadata using request by @yhl25 in #195
- chore: use window information from the request for metadata for reduce stream by @yhl25 in #196
- chore: pass window info in accumulator eof message by @yhl25 in #197
- chore: update accumulator proto by @yhl25 in #198
- fix: avoid NullPointerExceptions if array element is null by @adarsh0728 in #194
- chore: follow udf error format for reduce by @yhl25 in #199
- chore: prepare for 0.10.1 release by @adarsh0728 in #200
Full Changelog: v0.10.0...v0.10.1
v0.10.0
What's Changed
- chore: Map Stream to Support Concurrent Requests by @yhl25 in #160
- chore: formalize gRPC errors in case of UDF exceptions by @adarsh0728 in #166
- feat: user defined serving store by @yhl25 in #169
- chore: ud-container env variable for formalising the errors by @adarsh0728 in #170
- feat: Accumulator by @yhl25 in #172
- fix: stream sorter example to consider unique id while storing messages by @yhl25 in #175
- fix: server not stopping locally by @EROIN in #176
- chore: add stream sorter example to ci by @yhl25 in #177
- feat: utility function to persist critical error by @adarsh0728 in #178
- chore: add checks to avoid panics if the users return null by @yhl25 in #180
- refactor: apply some Java best practices by @KeranYang in #181
- fix: revert sideinput Constant back to public by @KeranYang in #182
- chore: add building examples as part of CI by @KeranYang in #184
- chore: upgrade some dependencies to their latest version by @KeranYang in #188
- chore: prepare for 0.10 release by @yhl25 in #189
- fix: remove onCompleted() call in batch mapper service by @adarsh0728 in #190
- chore: OSSRH sunset, move to central publisher portal by @yhl25 in #191
New Contributors
- @adarsh0728 made their first contribution in #166
- @EROIN made their first contribution in #176
Full Changelog: v0.9.2...v0.10.0
v0.9.2
v0.9.1
What's Changed
- chore: upgrade protobuf-java version to fix CVE-2024-7254 by @KeranYang in #162
- chore: prepare for releasing 0.9.1 by @KeranYang in #164
Full Changelog: v0.9.0...v0.9.1
v0.9.0
What's Changed
- feat: bidirectional streaming source by @yhl25 in #138
- docs: add instructions on how to update MINIMUM_NUMAFLOW_VERSION by @KeranYang in #139
- feat: container-type level version compatibility check by @KeranYang in #140
- feat: udsink bidirectional streaming by @yhl25 in #141
- fix: return early after ack handshake by @yhl25 in #142
- feat: use gRPC Bidirectional Streaming for Mapper and Transformer by @yhl25 in #143
- feat: Unify Batch Map and Unary Map Operations Using a Shared gRPC Protocol by @yhl25 in #144
- chore: send eot response for batchmap operations by @yhl25 in #145
- feat: Unify MapStream and Unary Map Operations Using a Shared gRPC Protocol by @yhl25 in #146
- chore: add IsReady of MapStream by @yhl25 in #147
- chore: Batch ack requests and sink responses for better performance by @yhl25 in #149
- chore: gracefully shutdown when error encountered by @KeranYang in #152
- refactor: abstract gRPC server by @KeranYang in #156
- chore: prepare for releasing 0.9.0 by @KeranYang in #158
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- test: enable displaying codecov report by @KeranYang in #130
- chore: force shutdown the server if not terminated gracefully by @yhl25 in #131
- feat: Add Map batch by @RohanAshar in #132
- fix: upade for adding example for batchmap by @RohanAshar in #134
- chore: release version 0.8.0 by @KeranYang in #135
New Contributors
- @RohanAshar made their first contribution in #132
Full Changelog: v0.7.4...v0.8.0
v0.7.4
What's Changed
- chore: remove unnecessary flag by @ayildirim21 in #124
- chore: remove unused code by @ayildirim21 in #125
- fix: update netty and GRPC version by @Rooknj in #126
- fix: use the shared grpc version by @KeranYang in #127
- chore: release 0.7.4 version by @KeranYang in #128
New Contributors
Full Changelog: v0.7.3...v0.7.4
v0.7.3
What's Changed
- fix: missing version.properties file in the sdk by @nagarajatantry in #120
- chore: Restart if there are any uncaught exceptions. by @yhl25 in #121
New Contributors
- @nagarajatantry made their first contribution in #120
Full Changelog: v0.7.2...v0.7.3
v0.7.2
v0.7.1
What's Changed
- chore: move developer guide to root by @ayildirim21 in #105
- Chore: Switch from Iterable to List in MessageList and add unit tests for examples by @yhl25 in #108
- chore: add minimum client version to server info class by @ayildirim21 in #109
- chore: update ServerInfo class by @ayildirim21 in #110
- chore: add release documentation by @ayildirim21 in #112
- chore: update release doc by @ayildirim21 in #113
- chore: add version naming convention to release doc by @ayildirim21 in #114
- feat: Test Kit for Servers by @yhl25 in #111
Full Changelog: v0.7.0...v0.7.1