Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • branch/default default protected
  • gh220-mq-file-path
  • gh141-mqcd-version-struc-length
  • revert-135-examples
5 results

changelog.md

Blame
  • changelog.md 2.97 KiB

    PyMQI changelog

    • 1.12.0 (2020-07-01)

      • All MQ constants can be now imported from a new module called pymqi.const, e.g. from pymqi.const import MQCAMO_LAST_USED
      • Added int64 (CFIN64), int64 list (CFIL64) and group (CFGR) support to raw PCF, making it possible to read PFC messages from queues like SYSTEM.ADMIN.STATISTICS.QUEUE.
      • Corrected typing import and raw PCF for Python 2.7
      • Corrected PCF command message expiry
      • Thanks to @JochemGit, @AlexandreYang and @Skyler-Altol for the assistance in preparing this release
    • 1.11.0 (2020-06-11)

      • Moved from MQAI to raw PCF, making it possible to use PCF commands on z/OS in addition to other systems
      • Added a wait (expiry) interval to PCF messages (needed for large responses)
      • Added ability to request a conversion of response PCF messages (required for z/OS)
      • Thanks to @salapat11 for the assistance in preparing this release
    • 1.10.1 (2020-02-15)

    • 1.9.3 (2019-12-04)

      • Many thanks to @SeyfSV for contributing the features below
      • Updated MQCD for MQ v9.1.3
      • Changed default values for MQCD.ChannelType and MQCD.TransportType
      • Added MQOpts class for MQXQH header
      • Improvements to the handling of list attributes in MQAI
      • Various changes to string vs. unicode handling in MQ calls
    • 1.9.2 (2019-03-12)

      • Added .get_no_jms to return queue messages without JMS/MQRFH2 headers
    • 1.9.1 (2019-02-18)

      • Improved installation procedure
    • 1.9.0 (2019-02-15)

      • Added support for Mac OS
    • 1.8.0 (2018-07-11)

      • Added Python 3 compatibility while still retaining the ability to run under Python 2.6 and 2.7
    • 1.7.2 (2018-01-26)

      • Made PCF commands use constants from CMQCFC instead of CMQC
    • 1.7.1 (2018-01-24)

      • Internal changes to connect_with_options
    • 1.7.0 (2017-12-28)

      • Added MQ 9.0.x compatibility
      • Made remote TCP connections without a queue manager name work
    • 1.6.0 (2017-08-09)

      • Made MQSCO compatible with MQ 8.0
    • 1.5.4 (2015-09-22)

      • Moved setup.py's py_modules to correct place
    • 1.5.3 (2015-09-21)

      • Added missing modules to setup.py
    • 1.5.2 (2015-09-21)

      • Previous release failed to upload to PyPI
    • 1.5.1 (2015-09-21)

      • Added a missing 'requirements.txt' file
    • 1.5 (2015-09-18)

      • Added MQ 8.0.x compatibility
      • Added the ability to connect to MQ 8.0+ queue managers with username/password credentials
      • Moved code to a top-level 'pymqi' package

    (No changelog for prior versions)

    More information

    Please visit the main documentation at https://dsuch.github.io/pymqi/ for more information.