Releases: scylladb/java-driver
Releases · scylladb/java-driver
4.19.0.9
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix: resolve control node endpoint after connect via TopologyMonitor API by @dkropachev in #844
- fix: ClientRoutes savePort uses NLB proxy port, preventing node removal on decommission by @dkropachev in #852
- feat: enable shard-awareness with Proxy Protocol v2 in PrivateLink mode by @nikagra in #839
- Resolve control node identity via system.local before initial metadata refresh by @dkropachev in #853
- fix: DNS contact endpoint resolution and control connection reconnection by @dkropachev in #859
- refactor: clarify client route address override naming by @dkropachev in #860
- perf: replace SELECT * with explicit projections in topology monitor queries by @nikagra in #858
- fix: improve driver-side timeout logging with pool/channel diagnostics (4.x) by @nikagra in #883
- 4.x: Route LOCAL_SERIAL statements as LWT requests by @dkropachev in #886
- fix: extend NodeDiagnostics with node state, distance, datacenter and pool size (DRIVER-540) by @nikagra in #887
New Contributors
- @dani-tweig made their first contribution in #868
Full Changelog: 4.19.0.8...4.19.0.9
3.11.5.15
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix: route tablet-aware batches via routed statement by @dkropachev in #878
- Fix NPE when closing a pool during initialization by @dkropachev in #864
- fix: replace SimpleStrategy with NetworkTopologyStrategy in integration tests (3.x) by @nikagra in #876
Full Changelog: 3.11.5.14...3.11.5.15
3.11.5.14
4.19.0.8
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix: prevent schema refresh deadlock when newInstance() fails by @dkropachev in #842
- fix: fallback to any known node when control node not found by endpoint by @dkropachev in #847
Full Changelog: 4.19.0.7...4.19.0.8
4.19.0.7
Immutable
release. Only release title and notes can be modified.
What's Changed
- 4.x: PrivateLink Support Phase 3: Query Implementation, DNS Resolution & Unit Tests 🔌 by @nikagra in #807
Full Changelog: 4.19.0.6...4.19.0.7
3.11.5.13
Immutable
release. Only release title and notes can be modified.
What's Changed
- chore: Bump Jackson version to 2.18.6 in pom.xml by @nikagra in #829
- 3.x: Fix LWT PRESERVE_REPLICA_ORDER routing to include non-replica nodes by @dkropachev in #834
Full Changelog: 3.11.5.12...3.11.5.13
4.19.0.6
Immutable
release. Only release title and notes can be modified.
What's Changed
- Remove commons-lang3 dependency from core module by @dkropachev in #802
- fix(deps): update dependency com.fasterxml.jackson.core:jackson-core to v2.21.1 [security] by @renovate[bot] in #813
- Bump com.fasterxml.jackson.core:jackson-core from 2.20.0 to 2.21.1 by @dependabot[bot] in #812
- Fix LWT prepared statement routing failure in PRESERVE_REPLICA_ORDER mode by @dkropachev in #831
Full Changelog: 4.19.0.5...4.19.0.6
4.19.0.5
Immutable
release. Only release title and notes can be modified.
What's Changed
- 4.x: Switch all Node API to use List instead of Set by @dkropachev in #785
- Fix: LWT routing enhancements to utilize LBP by @nikagra in #784
Full Changelog: 4.19.0.4...4.19.0.5
3.11.5.12
Immutable
release. Only release title and notes can be modified.
What's Changed
- 3.x: Update guava to 33.3.1-jre by @dkropachev in #774
- Fix DefaultResultSetFuture not completing for unknown schema changes by @dkropachev in #794
- 3.x: Implement LWT Replica-Only Routing with Local DC Prioritization by @nikagra in #796
Full Changelog: 3.11.5.11...3.11.5.12
4.19.0.4
Immutable
release. Only release title and notes can be modified.