Skip to content

Releases: Unikie/agent-wso2-esb

Release 1.2.3

12 Apr 07:50
Compare
Choose a tag to compare
  • FIX: If Aino agent was disabled, ESB did not start properly (issue #22)
  • Logic for setting ESB server name to transaction metadata changed (issue #19)

Release 1.2.2

19 Jan 07:01
Compare
Choose a tag to compare
  • Excluded unneeded library dependencies from agent bundle to solve some classpath issues (#20)
  • Upgraded Java agent to 1.1.3

Release 1.2.1

02 Jan 11:32
Compare
Choose a tag to compare

Upgrade Java agent to version 1.1.2 to fix size threshold issue: when using sizeThreshold 0 or 1, ensure that agent never sends more than one transaction at a time

Release 1.2

10 Nov 07:42
Compare
Choose a tag to compare
  • Fixes concurrency issue in mediator properties handling (issue #16 ).
  • Improves mediator error handling so that an error in Aino log transaction generation does not affect ESB mediation.

Note that starting from release 1.2 you need to tweak ESB logging if you want see Agent's log entries in ESB log file (see README for more details).

Release 1.1.2

12 Jul 09:11
Compare
Choose a tag to compare
  • Fix: Operation and message values were required by ainoLog mediator even though they are not mandatory in Aino.io API
  • More cleanup for ainoLog mediator's logging to ESB log
  • Upgrade to Java agent version 1.1.1

Release 1.1.1

07 Jul 13:30
Compare
Choose a tag to compare

Changes in release 1.1

  • Java agent is now bundled inside the WSO2 Agent OSGi jar, so no need to deploy Java agent separately any more
  • Upgraded Java agent version to 1.1
  • "monitored" attribute is no longer supported
  • Dropped support for Java version 6
  • Transaction field values are no longer stored to MessageContext

Changes in release 1.1.1

  • Removed redundant timestamp field from transaction metadata
  • Cleaned up logging to ESB log
  • Fixed a bug that broke ainoLog mediator in a case when logging was initiated from a sequence invoked directly by a scheduled task

Release 1.0

27 Apr 15:08
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