Skip to content

Releases: Unikie/agent-java

Release 1.1.4

11 May 09:41
Compare
Choose a tag to compare
  • Fix issue #24 : When stopping a Sender, make sure all data gets sent to Aino.io API first

Release 1.1.3

18 Jan 14:30
Compare
Choose a tag to compare
  • Fix for a concurrency issue (#19)
  • Support for graceful shutdown (#14)

Release 1.1.2

02 Jan 10:55
Compare
Choose a tag to compare

Fixes issue #15 : when using sizeThreshold 0 or 1, ensure that agent never sends more than one transaction at a time

Release 1.1.1

11 Jul 07:24
Compare
Choose a tag to compare

Fixes bug where missing operation field caused a null-pointer exception.

Release 1.1

11 Jul 07:12
Compare
Choose a tag to compare
  • Added support for using HTTP proxy when sending transaction data to Aino.io API
  • Changed packaging from OSGi bundle to plain old JAR

Release 1.0

27 Apr 11:59
Compare
Choose a tag to compare
Added maven repository information for distribution and usage. (#2)

* Initial commit

* Added maven repository information for distribution and usage