Skip to content

Releases: ibm-messaging/mq-golang-jms20

v1.10.0

16 Mar 09:47
b93d8e8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.0...v1.10.0

v1.9.0

12 Nov 18:41
6b072aa
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.0...v1.9.0

v1.8.0

30 Mar 09:33
044c73a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.0...v1.8.0

Support for QueueBrowser

12 Feb 21:01
2bfa860
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.7.0

Support for get by JMSMessageID

05 Feb 19:30
158e5ad
Compare
Choose a tag to compare
  • Support for get by JMSMessageID (#46)
  • Fix bug to prevent trimming of terminating whitespace on receive of a TextMessage (#45)

Message properties support

02 Jan 15:19
e84ce0e
Compare
Choose a tag to compare

New Features:

  • Support for message properties of types string, int, bool, double
    • See Message.go for API function definitions
    • helper methods PropertyExists, ClearProperties and GetPropertyNames

Bug fix / minor enhancement:

  • Update to MQ 9.2.4 client version

Local Transaction, BytesMessage and other enhancements

18 Aug 18:45
e7d264a
Compare
Choose a tag to compare

Wrap-up of changes since last release in October 2020;

New Features:

  • Support for Put and Get under local transaction
  • Support for BytesMessage
  • Support for Application Name (ApplName)
  • Application sample + Dockerfile for running in OpenShift
  • Support for Asynchronous Put

Bug fix / minor enhancement:

  • Update to MQ 9.2.1 client version
  • Performance enhancement by using PUT1
  • Make receive buffer size configurable
  • Check for cascaded close
  • Fix index out of range on CorrelationID

Update to mq-golang v5.1.2 for MQ 9.2 client

02 Oct 18:44
6bacebf
Compare
Choose a tag to compare
  • Update to MQ 9.2 client and re-test
  • Fix broken links in readme files

Update to mq-golang v5.0.0 for Go Modules

01 Jun 20:36
f916771
Compare
Choose a tag to compare
  • Pick up mq-golang support for Go modules at v5.0.0
  • Also brings in a pre-req for Golang v1.13

Switch to "go mod" for dependencies

06 Oct 18:32
c399759
Compare
Choose a tag to compare

Adopt "go mod" for dependency management.