Skip to content

Releases: NeuraLegion/bright-cli

v12.0.2-next.1

11 Jul 15:19
Compare
Choose a tag to compare
v12.0.2-next.1 Pre-release
Pre-release

12.0.2-next.1 (2024-07-11)

Bug Fixes

  • repeater: add cap_net_raw+ep capabilities for node in Docker image (#560) (822f750)

v12.0.1

11 Jul 15:15
Compare
Choose a tag to compare

12.0.1 (2024-07-11)

Bug Fixes

v12.0.1-next.5

11 Jul 14:23
Compare
Choose a tag to compare
v12.0.1-next.5 Pre-release
Pre-release

12.0.1-next.5 (2024-07-11)

Bug Fixes

  • repeater: add cap_net_raw+ep capabilities for node in Docker image (#560) (822f750)

v12.0.1-next.4

11 Jul 13:52
Compare
Choose a tag to compare
v12.0.1-next.4 Pre-release
Pre-release

12.0.1-next.4 (2024-07-11)

Bug Fixes

v12.0.1-next.3

11 Jul 13:11
Compare
Choose a tag to compare
v12.0.1-next.3 Pre-release
Pre-release

12.0.1-next.3 (2024-07-11)

Bug Fixes

  • replace broken CentOS package mirrors (#561) (2707c64)

v12.0.1-next.2

10 Jul 17:21
Compare
Choose a tag to compare
v12.0.1-next.2 Pre-release
Pre-release

12.0.1-next.2 (2024-07-10)

Bug Fixes

  • do not cancel binaries generation if one of them fails (#559) (b908f0f)

v12.0.1-next.1

10 Jul 17:07
Compare
Choose a tag to compare
v12.0.1-next.1 Pre-release
Pre-release

12.0.1-next.1 (2024-07-10)

Bug Fixes

v12.0.0

10 Jul 15:01
Compare
Choose a tag to compare

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)

v12.0.0-next.12

04 Jul 14:50
Compare
Choose a tag to compare
v12.0.0-next.12 Pre-release
Pre-release

12.0.0-next.12 (2024-07-04)

Bug Fixes

v12.0.0-next.11

27 Jun 15:04
Compare
Choose a tag to compare
v12.0.0-next.11 Pre-release
Pre-release

12.0.0-next.11 (2024-06-27)

Features

  • entrypoints: add command to list entrypoints (#555) (7f343be)