Tikv Client Java Versions Save

TiKV Java Client

v3.3.5

11 months ago

What's Changed

Full Changelog: https://github.com/tikv/client-java/compare/v3.3.4...v3.3.5

v3.3.4

1 year ago

What's Changed

Full Changelog: https://github.com/tikv/client-java/compare/v3.3.3...v3.3.4

v3.3.3

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/tikv/client-java/compare/v3.3.2...v3.3.3

v3.3.1

1 year ago

What's Changed

Full Changelog: https://github.com/tikv/client-java/compare/v3.3.0...v3.3.1

v3.3.2

1 year ago

What's Changed

Full Changelog: https://github.com/tikv/client-java/compare/v3.3.1...v3.3.2

v3.3.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/tikv/client-java/compare/v3.2.0...v3.3.0

v3.1.13

2 years ago

What's Changed

Full Changelog: https://github.com/tikv/client-java/compare/v3.1.12...v3.1.13

v3.2.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/tikv/client-java/compare/v3.1.0...v3.2.0

v3.1.12

2 years ago

Bugfix

  • [close #399] add grafana metrics for circuit break #398
  • [close #404] use System.nanoTime() to calculate duration, cause System.currentTimeMillis() is not monotonic (#402) #417
  • [close #433] fix calling getStoreById without backoffer (#434) #440
  • [close #435] SimpleDateFormat is not threadsafe (#479) #482
  • [close #489 ] fix backoffer data race #491

Improvements

  • [to #375] use scanRegions request to warm up client (#383) #438
  • [close #480] add metrics inside grpc and netty (#484) #488
  • [to #480] update grafana for netty grpc metrics (#493) #499
  • [close #497] let JVM ClassLoader load gRPC error related classes during warmup (#496) #498
  • [close #509] update google-gson to 2.8.9 (#508) #510

v3.1.11

2 years ago

Bugfix

  • [fix #389] move CircuitBreaker to TiSession (#390) (#391)
  • fix SmartRawKVClient close (#393) (#394)