Skip to content

Commit c4248ad

Browse files
authored
Merge pull request #40 from launchdarkly/victor/release-0.2.0
Update changelog and orb config for 0.2.0 release
2 parents 2fe9e81 + 873dbac commit c4248ad

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,23 @@
22

33
All notable changes to the ld-find-code-refs program will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [0.2.0] - 2019-01-16
6+
### Fixed
7+
- Use case-sensitive `ag` search so we don't get false positives that look like flag keys but have different casing.
8+
59
### Changed
10+
- This project has been renamed to `ld-find-code-refs`.
11+
- Logging has been overhauled.
12+
- Project layout has been updated to comply with https://github.com/golang-standards/project-layout.
613
- `updateSequenceId` is now an optional parameter. If not provided, data will always be updated. If provided, data will only be updated if the existing `updateSequenceId` is less than the new `updateSequenceId`.
7-
- Flags with keys shorter than 3 characters are no longer supported.
8-
- lines are truncated after 500 characters.
9-
- project layout modified to follow patterns from https://github.com/golang-standards/project-layout
10-
- use `launchdarkly` docker hub namespace
14+
- Payload limits have been implemented
15+
- Flags with keys shorter than 3 characters are no longer supported.
16+
- Lines are truncated after 500 characters.
17+
- Search is terminated after 5,000 files are matched.
18+
- Search is terminated after 5,000 hunks are generated.
19+
- Number of hunks per file is limited to 1,000.
20+
- A file can only have 500 hunked lines per flag.
21+
- Use `launchdarkly` docker hub namespace instead of `ldactions`.
1122

1223
## [0.1.0] - 2019-01-02
1324
### Changed

build/package/circleci/orb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ executors:
3333
LD_HUNK_URL_TEMPLATE: << parameters.hunk_url_template >>
3434
LD_DEFAULT_BRANCH: << parameters.default_branch >>
3535
docker:
36-
- image: launchdarkly/ld-find-code-refs:0.1.0
36+
- image: launchdarkly/ld-find-code-refs:0.2.0
3737
commands:
3838
find-flags:
3939
steps:

0 commit comments

Comments
 (0)