All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Change categories are:
Added
for new features.Changed
for changes in existing functionality.Deprecated
for once-stable features removed in upcoming releases.Removed
for deprecated features removed in this release.Fixed
for any bug fixes.Security
to invite users to upgrade in case of vulnerabilities.
1.4.4 - 2024-07-31
- If the output of
npm audit --json
is not parseable as JSON, thenpm
string will print out and exit with0
.
1.4.3 - 2023-02-03
- Some environment variables were mislabeled in the docs, and the
BPR_LOG
variable was incorrectly spelledBRP_LOG
🤦♂️ - NodeJS 17 introduced a breaking change with DNS lookup (discussion here) that required changing
localhost
to127.0.0.1
(a backwards compatible change) thanks to @Conduitry and @TehShrike for knowing about the problem and @thaithcock for reporting 🎉
1.4.2 - 2023-01-20
- Bitbucket API does not support
/
characters in the annotationid
property, so they'll be replaced with-
thanks to @lukipro 💪
1.3.0-1.4.1 - 2021-11-15
- Support for npm@7's new audit output.
- The flag
BPR_LOG
to limit what level of audit entries get added to the report.
1.2.0 - 2021-09-04
- Ability to set the maximum buffer size of the spawned thread thanks to @pevel 💪
1.1.2 - 2021-09-01
- Truncate report details to 2000 chars per Bitbucket maximum character limit. Thanks @TheBrockEllis ❤️
1.1.1 - 2021-03-17
- Drop use of nullish coalescing operator (
??
) to support older versions of Node (only available in Node@14+).
1.1.0 - 2021-03-17
- Added support for npm@7 thanks to @pevel 🎉
Initial v1 release, with things working as expected.