Releases: ibm-messaging/mq-mqi-python
Releases · ibm-messaging/mq-mqi-python
Extended header parsing
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
- @andrewkirillov-ibm made their first contribution in #4
Full Changelog: 2.0.0...2.0.1
General availability
- First "production release", based on MQ 9.4.4
- Fix SETMP/INQMP problem found in beta
Second beta
Mostly linter patches, and better diagnostics for application errors.
Also a fix for how installations are specified for the install
Initial 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.