Releases: ibm-messaging/mq-golang-jms20
Releases · ibm-messaging/mq-golang-jms20
v1.13.0
What's Changed
- Allow warning to be returned at same time as connection - #72 by @matrober-uk in #73
- Remove test for invalid client auth by @matrober-uk in #74
Full Changelog: v1.12.0...v1.13.0
v1.12.0
What's Changed
- Update container example to use Go 1.21 by @matrober-uk in #69
- Add support for Feedback, COA, COD - #70 by @matrober-uk in #71
Full Changelog: v1.11.0...v1.12.0
v1.11.0
What's Changed
- minor fixes to the readme by @NisheekaNynan1 in #64
- Update to MQ v9.4.0 by @matrober-uk in #67
New Contributors
- @NisheekaNynan1 made their first contribution in #64
Full Changelog: v1.10.0...v1.11.0
v1.10.0
What's Changed
- Update Dockerfile to MQ 9.3.0.0 - #59 by @matrober-uk in #61
- Update Testify to resolve dependabot-identified security risks by @matrober-uk in #62
- Fix memory leaks due to MessageHandles - #53 by @matrober-uk in #63
Full Changelog: v1.9.0...v1.10.0
v1.9.0
What's Changed
- Added MQ Connection Options to allow configuring of connection programatically by @azarc-jono-langley in #55
- Clean up message after conn options test - #55 by @matrober-uk in #56
- Fix handling of CorrelID less than 24 characters - #54 by @matrober-uk in #57
- Update to MQ Golang client v5.3.2 by @matrober-uk in #58
New Contributors
- @azarc-jono-langley made their first contribution in #55
Full Changelog: v1.8.0...v1.9.0
v1.8.0
What's Changed
- Support for selected header properties - #51 by @matrober-uk in #52
Full Changelog: v1.7.0...v1.8.0
Support for QueueBrowser
What's Changed
- Add support for QueueBrowser - #49 by @matrober-uk in #50
Full Changelog: v1.6.0...v1.7.0
Support for get by JMSMessageID
Message properties support
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
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