Skip to content

Releases: ibm-messaging/mq-mqi-python

Extended header parsing

06 Nov 15:22
4326225

Choose a tag to compare

What's Changed

  • Comments around PCF CFST parsing/padding
  • Updated examples including a browser decoding more headers
  • Added XQH.get_header() method by @andrewkirillov-ibm in #4
  • Updated to_string() to strip NULLs by @andrewkirillov-ibm in #11

New Contributors

Full Changelog: 2.0.0...2.0.1

General availability

16 Oct 10:12
e27b6d7

Choose a tag to compare

  • First "production release", based on MQ 9.4.4
  • Fix SETMP/INQMP problem found in beta

Second beta

30 Sep 07:56
1400b28

Choose a tag to compare

Mostly linter patches, and better diagnostics for application errors.
Also a fix for how installations are specified for the install

Initial release

16 Sep 08:40
44acf8a

Choose a tag to compare

Initial release Pre-release
Pre-release

This is the first release of the ibmmq package for Python.

See the README, CHANGELOG and MIGRATION files for more information.

This version is marked as a beta. To install from PyPI, you will probably need to use the pip install --pre ibmmq command to pick up the non-production level.