Skip to content

Releases: launchdarkly/find-code-references

v1.3.0 (previously v3)

20 Sep 17:38
2c4bd5a

Choose a tag to compare

[v3] - 2019-09-20

Fixed

  • ld-find-code-refs now supports scanning repositories with a large number of flags using a pagination strategy.
  • Delimiters will now always be respected when searching for flags referenced in code. This fixes a bug causing references for certain flag keys to match against other flag keys that are substrings of the matched reference.

v1.2.0 (previously v2)

13 Aug 21:12
e2de49a

Choose a tag to compare

[v2] - 2019-08-13

Fixed:

  • Fixes an issue where the code references tool would break because of being in a detached head state from the checkout action (#1).

v1.1.1 (previously v1)

13 Aug 21:12

Choose a tag to compare

[v1] - 2019-08-07

Added:

  • Initial release of the LaunchDarkly Code References GitHub Action.

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.

v2.6.3

09 Sep 13:50

Choose a tag to compare

[2.6.3] - 2022-09-09

Changed:

  • update documentation
  • bumped dependencies

v2.6.1

01 Sep 15:16

Choose a tag to compare

[2.6.1] - 2022-09-01

Fixed:

  • git repo permissions in GitHub Action

Changed:

  • gitlab is a supported repoType
  • Optional defaultBranch will fallback to main when not provided, instead of master
  • Bumped dependencies
  • Added debug logging

v2.5.7

01 Mar 20:37

Choose a tag to compare

[2.5.7] - 2022-03-01

Changed:

  • Update release configuration

v2.5.6

01 Mar 19:18

Choose a tag to compare

[2.5.6] - 2022-03-01

Fixed:

  • Change in release process lead to build with incorrect docker image tag

v2.5.5

01 Mar 15:41

Choose a tag to compare

[2.5.5] - 2022-03-01

Fixed:

  • Slice bounds out of range error when saving hunks (#224)

Added:

  • Enable builds for arm64 (#221)

v2.5.4

16 Feb 23:19

Choose a tag to compare

[2.5.4] - 2022-02-16

Fixed

  • Only a single flag per run was being searched for extinctions

Added

  • extinctions command that will only generate and send extinctions using the lookback parameter

Changed

  • Added additional examples for Github Action repo on how to configure the action