Skip to content

Releases: launchdarkly/ld-find-code-refs

v2.14.0

13 Aug 17:47
295c167

Choose a tag to compare

Added:

  • --skipArchivedFlags option to instruct the tool to ignore any flag keys it finds from archived flags

Changed:

  • replaced the stdlib regexp with go-re2 for improved regexp compilation and pattern matching
  • now using caching to optimize file globbing and regex compilation
  • move off of legacy olekukonko/tablewriter and onto v1.x
  • updated to the latest version of the LaunchDarkly API

Fixed:

  • subdirectory option now works with projects[*].dir configuration, and produces correct "View in source" links in the LD UI

v2.13.0

18 Dec 20:53

Choose a tag to compare

[2.13.0] - 2024-12-18

Added:

  • subdirectory option to set path to .launchdarkly/coderefs.yaml config file if not located in the root, in order to support monorepo subdirectories.

Changed:

  • Updated dependencies

v2.12.0

28 Mar 18:51

Choose a tag to compare

[2.12.0] - 2024-03-28

Added:

  • Enable scanning of github workflow files #441

Changed:

  • Streamline HTTP client used in requests #438

v2.11.10

14 Mar 17:33

Choose a tag to compare

[2.11.10] - 2024-03-14

Changed:

  • Use same http client with rate-limited retries for ld api client calls #437

v2.11.9

04 Mar 20:20

Choose a tag to compare

[2.11.9] - 2024-03-04

Changed:

  • Respect rate-limit headers during retries #434

v2.11.8

13 Feb 20:04

Choose a tag to compare

[2.11.8] - 2024-02-13

Changed:

  • Updated dependencies

Fixed:

  • Multi-project scans now ignore projects without valid flags #430

v2.11.7

31 Jan 22:26

Choose a tag to compare

[2.11.7] - 2024-01-31

Changed:

v2.11.6

24 Jan 19:59

Choose a tag to compare

[2.11.6] - 2024-01-24

Changed:

  • Dependencies updated

Fixed:

  • Fixes index out of range error during extinction scanning #425

v2.11.5

08 Jan 18:36

Choose a tag to compare

[2.11.5] - 2024-01-08

Added:

  • Allow prune stage to be disabled #405

Changed:

  • Disable branch pruning by default in GitHub action #405
  • Dependency updates

v2.11.4

16 Oct 16:34

Choose a tag to compare

[2.11.4] - 2023-10-16

Changed:

  • Dependencies updated