Releases: ibm-messaging/mq-golang
Releases · ibm-messaging/mq-golang
Update for MQ V9.3.2
- Update for MQ 9.3.2
- mqmetric - Add hostname tag for 9.3.2 qmgrs (added to DIS QMSTATUS response) (ibm-messaging/mq-metric-samples#184)
- mqmetric - Add subscriptions to NativeHA published metrics
- mqmetric - Add metrics for status of log extents
Mostly additional metrics
- ibmmq - Add more attributes that can be MQINQ'd
- mqmetric - New metric qmgr_active_listeners (ibm-messaging/mq-metric-samples#183)
- mqmetric - Add qmgr description as tag (ibm-messaging/mq-metric-samples#184)
- mqmetric - Add metrics.txt to list the available metrics that do not come from the amqsrua-style publication
Update for MQ V9.3.1
- Update for MQ 9.3.1
- mqmetric - New metric channel_cur_inst. All instances of a given channel name have this aggregated value. Done this way because the other labels for a channel object (eg jobname) make them unique so harder to see how many exist with the same basic name
- mqmetric - Add metrics for AMQP channels
- mqmetric - Add cluster name as tag for queues (#191)
- Rewrite README to better match recent compiler versions and module management
- Update expected Go compiler version
Fix broken compile
Compiling against pre-9.3 versions of MQ were broken by new filed
Update for MQ 9.3.0
- Update for MQ 9.3.0
- ibmmq - Add MQI parameters for keystore passwords
- mqmetric - Option to hide svrconn jobname attribute (ibm-messaging/mq-metric-samples#114)
- mqmetric - Option to use Durable subscriptions for queue metric data (reduces need to increase MAXHANDS)
- mqmetric - Exit with error if trying to use resource publications with pre-V9 qmgrs
Update for MQ 9.2.5
- Update for MQ 9.2.5
- ibmmq - Add MQI character constants for Group/Segment status
- ibmmq - PCF parser now understands PCF Groups
- samples - Add a PCF command creator/parser
- mqmetric - Optional ReplyQ2 config parm as separate name (ibm-messaging/mq-metric-samples#100)
Update for MQ 9.2.4
- Update for MQ 9.2.4
- ibmmq - Support for MQBNO (application balancing) structure
- mqmetric - Ensure DESCR fields are valid UTF8
- mqmetric - Deal with discovery of large numbers of queues on z/OS (ibm-messaging/mq-metric-samples#75)
- samples - Add alternative Dockerfile based on Red Hat UBI images
Enable more metrics
- mqmetric - Add 'uncommitted messages' to queue status response
- mqmetric - Add qmgr_status metric so that Prometheus collector can report it even when qmgr is unavailable
- mqmetric - Check more failure scenarios (#170)
- mqmetric - Add a cluster_suspend metric
Update for MQ 9.2.3
- Update for MQ 9.2.3
- Add a sample amqsbo.go to show how to deal with poison messages
- samples - Containerised sample turned into multi-stage Dockerfile to reduce size of deployed app container
Update for MQ 9.2.2
Scope of mqmetric changes seem to justify new minor number
- Update for MQ 9.2.2
- Add DltMH calls to clarify samples
- mqmetric - Restructure to allow multiple connections & reduce public interfaces
- mqmetric - Deal with discovery of large numbers of queues (#133, #161)
- ibmmq - Add PutDateTime as time.Time field in MQMD, MQDLH. Use of the string forms should be considered deprecated (inspired by #159)
- Add a DEPRECATIONS file for when advance notice might be needed