File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
Newest updates are at the top of this file.
3
3
4
- ## xxx xx 2021 - v5.xxx
4
+ ## Aug 03 2021 - v5.2.1
5
+ * Update for MQ 9.2.3
5
6
* Add a sample amqsbo.go to show how to deal with poison messages
7
+ * samples - Containerised sample turned into multi-stage Dockerfile to reduce size of deployed app container
6
8
7
9
## Mar 25 2021 - v5.2.0
8
10
Scope of mqmetric changes seem to justify new minor number
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ RUN mkdir -p $GOPATH/src $GOPATH/bin $GOPATH/pkg \
58
58
# Location of the downloadable MQ client package \
59
59
ENV RDURL="https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqdev/redist" \
60
60
RDTAR="IBM-MQC-Redist-LinuxX64.tar.gz" \
61
- VRMF=9.2.2 .0
61
+ VRMF=9.2.3 .0
62
62
63
63
# Install the MQ client from the Redistributable package. This also contains the
64
64
# header files we need to compile against. Setup the subset of the package
You can’t perform that action at this time.
0 commit comments