Skip to content

v12.0.0

Compare
Choose a tag to compare
@derevnjuk derevnjuk released this 10 Jul 15:01
· 117 commits to master since this release

12.0.0 (2024-07-10)

⚠ BREAKING CHANGES

  • repeater: The --rabbitmq option for the repeater command,
    which was intended to provide backward compatibility with the legacy
    AMQP transport, is no longer supported. This change simplifies the
    codebase by removing deprecated options and encourages the use of more
    modern and supported transport methods.
  • integration: The integration command has been removed and is no
    longer supported. To continue using on-prem Jira, you must set up Jira
    integration in the organization settings at Bright and select the
    running repeater.
  • decommission Node.js versions >=10 <16
  • the archive:generate command and its associated dependencies
    (request, request-promise, and capture-har) has been removed to fix security
    vulnerabilities CVE-2023-28155 and CVE-2023-26136.

Features

Bug Fixes

  • dev-deps: security upgrade semantic-release from 19.0.3 to 22.0.12 (#536) (d13c615)
  • generate bytecode for axios commonjs modules (#539) (1ea6e6e)
  • remove archive:generate command to address vulnerabilities (#535) (c3c6b6f)
  • repeater: decode base64 bodies before scripts (#553) (869d8f4), closes #552
  • resolve circular dependency in DI (#557) (08c9cd0)