Releases: NeuraLegion/bright-cli
Releases · NeuraLegion/bright-cli
v12.0.1-next.5
12.0.1-next.5 (2024-07-11)
Bug Fixes
v12.0.1-next.4
v12.0.1-next.3
v12.0.1-next.2
12.0.1-next.2 (2024-07-10)
Bug Fixes
v12.0.1-next.1
12.0.1-next.1 (2024-07-10)
Bug Fixes
- allow node 16 in actions to build linux binary (#558) (5db5178), closes #449 actions/checkout#1809
v12.0.0
12.0.0 (2024-07-10)
⚠ BREAKING CHANGES
- repeater: The
--rabbitmq
option for therepeater
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
, andcapture-har
) has been removed to fix security
vulnerabilities CVE-2023-28155 and CVE-2023-26136.
Features
- add support for Node.js v20 (#541) (653f9bf)
- entrypoints: add command to list entrypoints (#555) (7f343be)
- integration: remove support for on-prem Jira (#548) (fc7b741)
- repeater: eliminate
--rabbitmq
option (#549) (b3ca906) - scan: print warnings on scan run (#544) (0b0b148), closes #545
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)