Releases: oxia-db/oxia-client-java
Releases · oxia-db/oxia-client-java
v0.7.4
v0.7.3
What's Changed
- feat: upgrade otel dependencies by @mattisonchao in #250
- Allow to override version id and modification count by @merlimat in #252
- build(deps-dev): bump org.assertj:assertj-core from 3.24.1 to 3.27.7 in the maven group across 1 directory by @dependabot[bot] in #251
Full Changelog: v0.7.2...v0.7.3
v0.7.2
What's Changed
- fix: add lombok processor to avoid compile error by @mattisonchao in #246
- fixes: fix the notification lost when failure getStub by @mattisonchao in #247
- upgrade version to 0.7.2 by @mattisonchao in #248
Full Changelog: v0.7.1...v0.7.2
v0.7.1
What's Changed
- Add community code of conduct document by @merlimat in #239
- Changed Copyright notice to "The Oxia Authors" by @merlimat in #240
- fixes: make the maximum in/out maximum message as same as oxia server by @mattisonchao in #242
- feat: remove customized backoff by @mattisonchao in #241
- fixes: unrecoverable session not found exception by @mattisonchao in #243
- feat: upgrade project version to 0.7.1 by @mattisonchao in #244
Full Changelog: v0.7.0...v0.7.1
v0.7.0
What's Changed
- Fixed Javadoc errors by @merlimat in #225
- Publish javadocs to Oxia website by @merlimat in #226
- Fixed publish javadocs job name by @merlimat in #227
- Upgrade gRPC to 1.75.0 by @merlimat in #228
- Use latest spotless version, compatibly with Java 25 by @merlimat in #229
- Omit timestamps in published javadocs by @merlimat in #230
- Removed @nonnull annotations from public APIs by @merlimat in #231
- Completed Javadocs by @merlimat in #232
- Converted GetResult into a record by @merlimat in #233
- Refactored client options to be in separate package by @merlimat in #234
- Removed unused checks by @merlimat in #235
- Fixed javadoc warnings by @merlimat in #236
- Simplified Authentication interface by @merlimat in #237
Full Changelog: v0.6.2...v0.7.0
v0.6.2
What's Changed
- feat: downgrade the protobuf version to 3.25.8 by @mattisonchao in #223
- upgrade project version to 0.6.2 by @mattisonchao in #224
Full Changelog: v0.6.1...v0.6.2
v0.6.1
What's Changed
- Bump com.google.protobuf:protobuf-java from 3.24.0 to 3.25.5 in /client in the maven group across 1 directory by @dependabot[bot] in #214
- Removed pulsar-metadatastore-oxia module by @merlimat in #216
- Bump com.google.protobuf:protobuf-java from 3.25.5 to 4.31.1 in /client in the maven group across 1 directory by @dependabot[bot] in #215
- Update commons-compress to 1.26 by @merlimat in #217
- Removed grpc-protobuf dependency from client-api module by @merlimat in #218
- Update commons-lang3 to 3.18 by @merlimat in #219
- fix(session): fix client keep SessionNotFound if server return ok without response by @mattisonchao in #220
- feat: upgrade the project version to 0.6.1 by @mattisonchao in #222
Full Changelog: v0.6.0...v0.6.1
v0.6.0
v0.5.1
What's Changed
- fix: range scan more than one onError callback by @mattisonchao in #205
- feat: avoid printing unexpected messages by @mattisonchao in #206
- feat: support
IncludeValuefor get operation by @mattisonchao in #207 - Keep client.proto in sync with reference version by @merlimat in #209
- Support secondary index on point get operation by @merlimat in #210
- Added support for getSequenceUpdates() by @merlimat in #211
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- Upgrade OpenTelemetry library to 1.44.1 by @lhotari in #195
- fix: fix some license copyrightYears by @mattisonchao in #197
- feat: support configurable keepalive for managed channel. by @mattisonchao in #196
- fix(grpc): disable transparent retry by @mattisonchao in #199
- feat: avoid lock and add check when complete by @mattisonchao in #198
- fix: wrong range scan pending metrics counter by @mattisonchao in #200
- fix: completed status overrided by fail-fast stream by @mattisonchao in #201
- feat: support request level default timeout for common operation by @mattisonchao in #202
- move license year to 2025 by @mattisonchao in #203
- upgrade project version to 0.5.0-SNAPSHOT by @mattisonchao in #204
Full Changelog: v0.4.10...v0.5.0