Releases: launchdarkly/ld-openapi
Releases · launchdarkly/ld-openapi
3.7.0
[3.7.0] - 2020-10-12
Added:
- Added mobile key and SDK key reset endpoints for environments API.
3.6.0
[3.6.0] - 2020-10-05
Added:
- Added support for Relay Proxy auto configuration API.
- Added support for the Schedule flag changes API.
- Added support for upcoming new user segment functionality.
3.5.0
[3.5.0] - 2020-08-26
Added:
- Add
clientSideAvailability
field to flags anddefaultClientSideAvailability
field to projects
3.4.0
[3.4.0] - 2020-08-12
Added:
- Added support for the Access tokens API
Fixed:
- Fix description of "archived" in flag query
3.3.2
[3.3.2] - 2020-06-05
Fixed:
- Epoch timestamp values are now correctly specified as
type: integer
instead oftype: number
3.3.1
[3.3.1] - 2020-06-05
Fixed:
- Expiring user targets expiration date response type changed to match the rest of the spec.
3.3.0
[3.3.0] - 2020-05-27
Added:
- Variation IDs to flag response body
3.2.0
[3.2.0] - 2020-05-21
Added:
- GET expiring user targets for user segment
- PATCH expiring user targets on user segment
Fixed:
- GET /members offset query parameter
- GET /flags offset query parameter
3.1.0
[3.1.0] - 2020-04-30
Added:
- GET expiring user targets for feature flag
- PATCH expiring user targets on feature flag
- GET expiring dates on feature flags for user
- PATCH expiring user target for feature flags
3.0.0
[3.0.0] - 2020-04-27
Added:
- Added a resource to get the current user
- Added pagination query parameters to flags and members resources
Changed:
- Changed
getFeatureFlag
andgetFeatureFlags
operations to accept multiple environments (as an array) rather than a single environment (as a string)