Skip to content

Releases: tikv/client-java

v3.3.5

31 May 10:03
7692591
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.4...v3.3.5

v3.3.4

29 Apr 03:51
fca8893
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.3...v3.3.4

v3.3.3

08 Mar 05:41
a09b06d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.3.2...v3.3.3

v3.3.2

06 Jan 04:50
2029478
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.1...v3.3.2

v3.3.1

06 Jan 05:00
6c0f6ad
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.0...v3.3.1

v3.3.0

15 Jun 08:12
191cea0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.2.0...v3.3.0

v3.1.13

02 Mar 03:37
e72ba8b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.12...v3.1.13

v3.2.0

25 Feb 03:23
ef1abb3
Compare
Choose a tag to compare

What's Changed

Read more

v3.1.12

15 Feb 05:06
b07021f
Compare
Choose a tag to compare

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

13 Dec 03:11
952627a
Compare
Choose a tag to compare

Bugfix

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