Releases: launchdarkly/ld-openapi
Releases · launchdarkly/ld-openapi
2.0.33
[2.0.33] - 2020-03-26
Added:
- CI tests for building the Java client
Fixed:
- Java client library publication to Maven Central was broken due to a build error again JDK 9+
2.0.32
[2.0.32] - 2020-03-19
Added:
- Optional field
defaults
to theFeatureFlag
definition
Fixed:
- Fixed the publication of client library source code.
2.0.31
[2.0.31] - 2020-03-12
Fixed:
- Fixed Go client webhook statements empty struct bug
2.0.30
[2.0.30] - 2020-02-26
Added:
- Added missing event tracking related fields
- Added
includeSnippetByDefault
to project. - Add list of flags using each segment
2.0.29
[2.0.29] - 2020-02-12
Fixed:
- Fixed
notResources
andnotActions
in policies and statements. Previously these were not camelCased correctly which caused them to not adhere to the API.
2.0.26
2.0.25
Release 2.0.24 (#39)
Fixed
- Restore properties for flag status which were lost in an attempt to DRY them up.
Release 2.0.23 (#38)
Fixed
- Make summary and archived query params booleans
Added
- Add bucketBy property to flag rollout
2.0.22: Add summary and archived query params to flags endpoint (#37)
Added
- New
summary
andarchived
query options for flag list - Add new openapi validation flow using bravado