Skip to content

Update for MQ 9.4.5

Choose a tag to compare

@ibmmqmet ibmmqmet released this 06 Feb 14:00
· 52 commits to main since this release
a365edd
  • Update to MQ 9.4.5
  • Add OTel propagation support for instrumented applications
    • Existing span/trace information set/read as message properties
    • Automatically enabled if OTel packages are found by the application unless
      MQIPY_NOOTEL environment variable is set
  • Add a trace/debug log implementation
    • Enabled with env var MQIPY_TRACE=true or MQIPY_DEBUG=true.
    • Output configured with MQIPY_LOG_FILENAME (stderr if not set)
  • MQRFH2: add get_folders() function
  • MQSUB: add get_handle() function
  • Add reply_queue_open_options to PCFExecute (#16)
  • Merge a GitHub Action submission PoC for creating wheels ready for upload (#8)
    • Rework it so it's not automatic
    • Document how to use it, and how/why it's not being used yet