Skip to content

Releases: launchdarkly/ld-find-code-refs

v2.11.3

20 Sep 16:22

Choose a tag to compare

[2.11.3] - 2023-09-20

Changed:

  • Dependencies updated

Fixed:

  • Docker image was not being built with correct alpine version (does not affect github or bitbucket integrations)

v2.11.2

21 Aug 14:17

Choose a tag to compare

[2.11.2] - 2023-08-21

Fixed:

  • Updates to release process

v2.11.1

18 Aug 20:02

Choose a tag to compare

[2.11.1] - 2023-08-18

Changed:

  • Update docker images

v2.11.0

10 Aug 20:22

Choose a tag to compare

[2.11.0] - 2023-08-10

Changed:

  • Update app to go 1.20
  • Update dependencies

Fixed:

  • Update module-path to v2 #362

v2.10.0

21 Feb 21:55

Choose a tag to compare

[2.10.0] - 2023-02-21

Changed:

  • Performance improvements around searching for flag extinctions in commit diffs, including changing search to use Aho-Corasick algorithm to find flags.
  • Updated dependencies

Fixed:

  • Error parsing git tag name when tag is annotated #329

v2.9.2

16 Feb 18:31

Choose a tag to compare

[2.9.2] - 2023-02-16

Fixed:

  • Bug introduced in 2.5.0 caused extinction scanning to run for hours and timeout.
  • Typo in CircleCI orb caused failures

v2.9.1

27 Jan 15:08

Choose a tag to compare

[2.9.1] - 2023-01-27

Fixed:

  • CircleCI - pipeline exits with error when $BASH_ENV doesn't exist.

v2.9.0

26 Jan 14:33

Choose a tag to compare

[2.9.0] - 2023-01-26

Added:

  • CircleCI orb - manually source BASH_ENV since the orb uses sh entrypoint instead of bash

Changed:

  • Update dependencies

Fixed:

  • Monorepo configuration should not require that a dir be specified for each project key, as described in the documentation

v2.8.0

10 Nov 20:01

Choose a tag to compare

[2.8.0] - 2022-11-10

Added:

  • Support doublestar glob patterns in filepattern aliases

Changed:

  • Update dependencies

v2.7.0

14 Sep 16:58

Choose a tag to compare

[2.7.0] - 2022-09-14

Changed:

  • Log a warning when a filepattern alias configuration does not match any files instead of failing
  • Bumped dependencies

Fixed:

  • Error running code refs when using a newer API token with version 20220603 and later.