Skip to content

Latest commit

 

History

History
77 lines (46 loc) · 2.83 KB

CHANGELOG.md

File metadata and controls

77 lines (46 loc) · 2.83 KB

Changelog

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

Fix

  • If the output of npm audit --json is not parseable as JSON, the npm string will print out and exit with 0.

1.4.3 - 2023-02-03

Fix

  • Some environment variables were mislabeled in the docs, and the BPR_LOG variable was incorrectly spelled BRP_LOG 🤦‍♂️
  • NodeJS 17 introduced a breaking change with DNS lookup (discussion here) that required changing localhost to 127.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

Fix

  • Bitbucket API does not support / characters in the annotation id property, so they'll be replaced with - thanks to @lukipro 💪

1.3.0-1.4.1 - 2021-11-15

Added

1.2.0 - 2021-09-04

Added

  • Ability to set the maximum buffer size of the spawned thread thanks to @pevel 💪

1.1.2 - 2021-09-01

Fixed

  • Truncate report details to 2000 chars per Bitbucket maximum character limit. Thanks @TheBrockEllis ❤️

1.1.1 - 2021-03-17

Fixed

  • Drop use of nullish coalescing operator (??) to support older versions of Node (only available in Node@14+).

1.1.0 - 2021-03-17

Fixed

  • Added support for npm@7 thanks to @pevel 🎉

[1.0.0] - 2020-05-06

Initial v1 release, with things working as expected.