11.0.0
LaunchDarklyReleaseBot
released this
21 Nov 23:18
·
6 commits
to main
since this release
[11.0.0] - 2022-11-21
Added
- Added beta Workflow templates endpoints
- added structs for Flag Reuse to be expanded upon later
- Added
targetingRuleDescription
to experiment iteration flag response - Added
targetingRuleClauses
to experiment iteration flag response - Added
probabilityOfMismatch
to experiment result response - Added
archivedDate
field to experiment response, omitted when experiment is not archived - Added
archivedDate
field to expanded experiment for the Get metric endpoint, omitted when experiment is not archived - Added
lifecycleState
parameter to Get experiments to query by archived and/or active experiments - Added
_idpSynced
parameter toTeam
object - Added beta endpoints for flag defaults
- Added beta endpoint for bulk editing members
- Added beta endpoint for bulk editing teams
- Added
MaintainerTeam
in preparation for teams as flag maintainers (not yet released) - Add beta endpoints for Approval Requests
Removed
Changed
- Updated beta create workflow endpoint to allow for creating a workflow from a template
- In the Experiments endpoints, updated the existing
kind
field in the metric types to only include the allowed enum values (pageview
,click
,custom
) - Get metric
experiments
field is expandable, omitted by default - Get metric
experimentCount
field is expandable, omitted by default - Get metric list
experimentCount
field is expandable, omitted by default - Renamed
ExpiringUserTargetError
toExpiringTargetError
to prepare for expiring context targets - New code reference repositories will set the
defaultBranch
tomain
if you do not specify a value during creation - In repository endpoints,
gitlab
is now a supportedrepoType
- In the flag creation endpoint, updated endpoint to replace applicable
null
values with project-level flag defaults - Renamed
getApprovals
andgetApproval
endpoints togetApprovalsForFlag
andgetApprovalForFlag
respectively
Bug Fixes
- Updated OpenAPI specification to include the missing
sort
query param onGET /projects
- Updated
ResourceIdentifier
from an empty Object to a string type - Updated
UUID
to be a string with formatuuid