Skip to content

Releases: amplitude/Amplitude-Java

v1.12.4

10 Oct 03:48
Compare
Choose a tag to compare

1.12.4 (2024-10-10)

Bug Fixes

v1.12.3

21 Aug 23:29
Compare
Choose a tag to compare

1.12.3 (2024-08-21)

Bug Fixes

  • Add exception message in callback message (#106) (cadfa06)

v1.12.2

28 Feb 17:42
Compare
Choose a tag to compare

1.12.2 (2024-02-28)

Bug Fixes

v1.12.1

27 Feb 20:01
Compare
Choose a tag to compare

1.12.1 (2024-02-27)

Bug Fixes

v1.12.0

03 Aug 23:17
Compare
Choose a tag to compare

1.12.0 (2023-08-03)

Bug Fixes

  • lock semantic-release-replace-plugin version to workaround error in the latest version (#95) (7c8fd83)

Features

  • support setter for logMode and logLevel (#94) (d07f830)

v1.11.1

28 Jun 23:37
Compare
Choose a tag to compare

1.11.1 (2023-06-28)

Bug Fixes

v1.11.0

20 Jun 23:46
Compare
Choose a tag to compare

1.11.0 (2023-06-20)

Bug Fixes

  • fix failed unit tests due to async methods (#74) (026c3cc)
  • handle non-json response bodies and retry on 5xx errors. (#85) (1d4567e)

Features

Reverts

v1.10.0

14 Jul 20:34
4fede17
Compare
Choose a tag to compare

What's Changed

  • Add more logs when catching exception
  • Trigger callbacks when catching exception
  • Using threadspool for events flushing threads creation
  • Add setFlushTimeout interface to set timeout for events flush execution threads
  • Add shutdown interface to close client and release resources
  • Add setLogger interface to support setting client logger object

v1.9.1

18 May 20:34
ce5da03
Compare
Choose a tag to compare

What's Changed

fix: Catch unexpected null pointer exception

v1.9.0

18 Apr 19:36
06743fa
Compare
Choose a tag to compare

##What's Changed

  • feat: Add custom proxy support for http requests