Releases: ibm-messaging/mq-golang
Releases · ibm-messaging/mq-golang
v2.0.0
Changes in this release:
- Add full repository path in go import statements for easier building
- Formatted go code with
go fmt - Rearranged
CHANGELOG.md - Removed logging from golang package mqmetric
- Added error returns to most functions
- Moved metric gathering samples to a separate repository - ibm-messaging/mq-metric-samples
- Added build scripts for ibmmq and mqmetric packages and ibmmq samples
- Added unit tests for ibmmq and mqmetric packages
- Added V9.0.5 constant definitions
- Changed #cgo directives for Windows now the compiler supports standard path names
- Added mechanism to set MQ userid and password for Prometheus monitor
v1.0.0
First release of the MQ Go library. Includes a wrapper around the MQI, PCF, and example code for managing MQ metrics.
This code will be re-factored in a future release, so it's recommended to use a dependency manager such as dep or Glide, and add a specific version dependency. By using a dependency manager, you can continue to use this version for as long as you want to.