You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -63,7 +68,7 @@ Newest updates are at the top of this file.
63
68
- mqmetric - MQ 9.3 permits resource subscriptions for queues with '/' in name
64
69
65
70
## Nov 08 2023 - v5.5.2
66
-
- ibmmq - #204data race fix
71
+
- ibmmq - data race fix (#204)
67
72
- mqmetric - deal with empty QueueSubFilter option
68
73
69
74
## Oct 19 2023 - v5.5.1
@@ -102,7 +107,7 @@ Newest updates are at the top of this file.
102
107
- Update expected Go compiler version
103
108
104
109
## Jul 23 2022 - v5.3.1
105
-
- Fix #189compile problem
110
+
- Fix compile problem (#189)
106
111
107
112
## Jun 23 2022 - v5.3.0
108
113
- Update for MQ 9.3.0
@@ -141,8 +146,8 @@ Scope of mqmetric changes seem to justify new minor number
141
146
* Update for MQ 9.2.2
142
147
* Add DltMH calls to clarify samples
143
148
* mqmetric - Restructure to allow multiple connections & reduce public interfaces
144
-
* mqmetric - Deal with discovery of large numbers of queues (#133, #161)
145
-
* ibmmq - Add PutDateTime as time.Time field in MQMD, MQDLH. Use of the string forms should be considered deprecated (inspired by #159)
149
+
* mqmetric - Deal with discovery of large numbers of queues (ibm-messaging/mg-golang#133, ibm-messaging/mg-golang#161)
150
+
* ibmmq - Add PutDateTime as time.Time field in MQMD, MQDLH. Use of the string forms should be considered deprecated (inspired by ibm-messaging/mg-golang#159)
146
151
* Add a DEPRECATIONS file for when advance notice might be needed
147
152
148
153
## Dec 04 2020 - v5.1.3
@@ -229,9 +234,9 @@ Scope of mqmetric changes seem to justify new minor number
229
234
230
235
## May 31 2019 - v4.0.6
231
236
* mqmetric - Allow limited monitoring of V8 Distributed platforms
232
-
* Set `ibmmq.usePublications` to *false* to enable in monitor programs#104
237
+
* Set `ibmmq.usePublications` to *false* to enable in monitor programs(#104)
233
238
* mqmetric - Added queue_attribute_max_depth to permit %full calculation
234
-
* Set `ibmmq.useStatus` to *true* to enable in monitor programs #105
239
+
* Set `ibmmq.useStatus` to *true* to enable in monitor programs (#105)
235
240
* samples - Correct use of the new form of the Inq() verb
0 commit comments