Releases: launchdarkly-labs/statsig-to-ld
Releases · launchdarkly-labs/statsig-to-ld
v0.2.0
What's Changed
- feat: actionable hints for LD API 401, 403, and 404 errors by @mrosenthal-ld in #2
- Default numeric-metric unit to "units" instead of "TODO" by @tiffanylphan in #3
- fix: handle event_count and undefined Statsig metric types by @ewangLD in #4
- fix: consolidate incompatible type errors into a single concise message by @ewangLD in #6
- Expand README with steps for creating the LD API access token by @tiffanylphan in #5
- docs: add LICENSE, CHANGELOG, and CONTRIBUTING by @tiffanylphan in #7
- Add a CODEOWNERS file by @kparkinson-ld in #17
- refactor: rename to statsig-to-ld, restructure as multi-subcommand CLI (PR 1/6) by @tiffanylphan in #8
- feat(launchdarkly): add flag, environment, and JSON Patch APIs (PR 3/7) by @tiffanylphan in #10
- feat(analyze): add
statsig-to-ld analyzepre-migration sizing report (PR 4/7) by @tiffanylphan in #11 - feat(flags): add
statsig-to-ld flags importcommand (PR 5/7) by @tiffanylphan in #13 - feat(targeting): add
statsig-to-ld targeting importwith D8 fail-closed (PR 6/7) by @tiffanylphan in #14 - docs: rewrite README for full CLI; add migration playbook; tag v0.2.0 (PR 7/7) by @tiffanylphan in #15
- test: realistic Statsig API payload tests (port of ewangLD/#12) by @tiffanylphan in #16
New Contributors
- @mrosenthal-ld made their first contribution in #2
- @ewangLD made their first contribution in #4
- @kparkinson-ld made their first contribution in #17
Full Changelog: v0.1.1...v0.2.0
v0.1.1
What's Changed
- Improve error UX: treat Statsig "user" type as incompatible, hint at --unit-type-mapping on 400 by @tiffanylphan in #1
New Contributors
- @tiffanylphan made their first contribution in #1
Full Changelog: v0.1.0...v0.1.1