This repository was archived by the owner on Feb 3, 2026. It is now read-only.
10.0.0
[10.0.0] - 2022-07-11
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
ruleClausetoParameterDefaultobject - Added optional
oauthProviderstoMemberobject - Added optional
templateKeytoCustomWorkflowInputRepobject - Added optional
notifyTeamKeysparameter to- create approval
- create approval request to copy flag configurations across environments
- create workflow
Changed
- Changed
StatementReptoStatement - Using version 6.0.0 of OpenAPI generator
- Changes to beta experimentation API
- Renamed
StatementReptoStatement - List projects has a default limit of 20, added support for filter and sort
- List projects
environmentfield is expandable, omitted by default - Get project
environmentfield is expandable, omitted by default - Changed
notifyMemberIdsfrom 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:
reviewStatusandstatusinFlagConfigApprovalRequestResponsekindinReviewResponse
Bug Fixes
- Removed unintentionally exposed optional
variationJsonSchemafromFeatureFlagBody - Added missing
variationstoFlagSummaryobject - Removed required attribute from fields on the
GET /api/v2/flags/{projectKey}response that are only shown when the request contains?summary=false