Releases: Unikie/agent-wso2-esb
Releases · Unikie/agent-wso2-esb
Release 1.2.3
Release 1.2.2
- Excluded unneeded library dependencies from agent bundle to solve some classpath issues (#20)
- Upgraded Java agent to 1.1.3
Release 1.2.1
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
- 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
- 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
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
Added maven repository information for distribution and usage (#2) * Initial commit * Added maven repository information for distribution and usage