Releases: launchdarkly/find-code-references
Releases · launchdarkly/find-code-references
v2.11.1
[2.11.1] - 2023-08-18
Changed:
- Update docker images
v2.11.0
[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
[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
[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
[2.9.1] - 2023-01-27
Fixed:
- CircleCI - pipeline exits with error when
$BASH_ENV
doesn't exist.
v2.9.0
[2.9.0] - 2023-01-26
Added:
- CircleCI orb - manually source
BASH_ENV
since the orb usessh
entrypoint instead ofbash
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
[2.8.0] - 2022-11-10
Added:
- Support doublestar glob patterns in
filepattern
aliases
Changed:
- Update dependencies
v2.4.0-rc.1 (previously v13)
[v13] - 2021-11-22
View release notes: https://github.com/launchdarkly/ld-find-code-refs/releases/tag/2.4.0
Added
--allowTags
support
v2.4.0 (previously v14)
[v14] - 2021-12-08
Fixes
- Fixes
allowTags
option was not being passed to code refs (launchdarkly/ld-find-code-refs #187)
v2.2.2-rc2 (previously v11)
[v11] - 2021-05-19
Bugfix
repoName
is now added toactions.yml
to fix the github runner warning that it's not supported.