Skip to content

Releases: fmtn/a

v1.6.0

19 Feb 21:14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.3...v1.6.0

Release 1.5.2

22 Jan 16:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.1...v1.5.2

Release 1.5.1

17 Nov 07:11
a9dfcba
Compare
Choose a tag to compare

Fixed

  • #102 Spring updated to 5.3.13
  • #97 Jackson-databind updated to 2.13.3
  • #99 Artemis updated to 2.19
  • #103 logback-classic updated to 1.2.7
  • #82 jdeb updated to 1.9
  • #86 commons-io updated to 2.11.0
  • #101 commons-cli updated to 1.5.0
  • #93 activemq updated to 5.16.3
  • #62 Code quality fix (by @erwindon)
  • jboss-logmanager updated to 2.1.18.Final
  • #58 fix queue name when prefix queue: or queue:// is used (by @erwindon)

Changed

  • Durable subscriptions (by @erwindon)
  • Option to add client id
  • #105 changed Nashorn javascript engine to GraalVM JS.

Release 1.5.0

28 Dec 23:05
Compare
Choose a tag to compare

Removed

  • Support for Java 1.7

Added

Fixed

  • #43 Batch messages respect -t, -y, -z, -r and -i
  • #47 Updated docs (by @oDevArc)
  • #37, #44 List queues and maxBrowserPageSize better documented.

Changed

  • ActiveMQ updated to version 5.16.0
  • ActiveMQ Artemis updated to version 2.16.0
  • Common Codec updated to 1.13
  • Commons IO updated to 2.6
  • Updated to Java 8

Release 1.4.8

29 Sep 08:52
Compare
Choose a tag to compare

Added

  • #31 Exit code 1 on exception for better shell-script integration.

Fixed

  • #30 Default count 0 fixed
  • Improved error handling in message dump

Release 1.4.7

23 Jun 08:38
Compare
Choose a tag to compare

Updated Rhino javascript engine. Support for json parsing among other things.

Release 1.4.5

02 Jun 07:10
Compare
Choose a tag to compare

Added

Fixed

  • #24 removed annoying printout during message dumping

Release 1.4.4

08 May 06:05
Compare
Choose a tag to compare

Added

  • #23 Support for legacy versions of ActiveMQ/OpenWire

Changed

  • #22 Script transformation during copy/move

Release 1.4.3

27 Mar 13:42
Compare
Choose a tag to compare

One bug fix: #21 affecting Azure Service Bus among other things.

Release 1.4.2

02 Dec 09:22
Compare
Choose a tag to compare

Bugfixes:

  • Queues with slashes. #17
  • Argument -D renamed to -E to avoid confusion with Java params. #19
  • Incorrect start script fixed #20
  • The start script in distribution does no longer need to be edited, just put on path in the same folder as the jar-filer. Suggestion from @kutzi #18