10.0.0
LaunchDarklyReleaseBot
released this
12 Jul 19:06
·
7 commits
to main
since this release
[10.0.0] - 2022-07-12
Added
- Support for federal server
https://app.launchdarkly.us
- Teams API out of beta
- New beta OAuth2 Clients API
- New follow flags API
- Added optional
ruleClause
toParameterDefault
object - Added optional
oauthProviders
toMember
object - Added optional
templateKey
toCustomWorkflowInputRep
object - Added optional
notifyTeamKeys
parameter to- create approval
- create approval request to copy flag configurations across environments
- create workflow
Changed
- Changed
StatementRep
toStatement
- Using version 6.0.0 of OpenAPI generator
- Changes to beta experimentation API
- Renamed
StatementRep
toStatement
- List projects has a default limit of 20, added support for filter and sort
- List projects
environment
field is expandable, omitted by default - Get project
environment
field is expandable, omitted by default - Changed
notifyMemberIds
from required to optional for create approval and flag config copy approval requests - In the Approvals endpoints, updated existing fields in response types to only include the allowed enum values:
reviewStatus
andstatus
inFlagConfigApprovalRequestResponse
kind
inReviewResponse
Bug Fixes
- Removed unintentionally exposed optional
variationJsonSchema
fromFeatureFlagBody
- Added missing
variations
toFlagSummary
object - Removed required attribute from fields on the
GET /api/v2/flags/{projectKey}
response that are only shown when the request contains?summary=false