Skip to content

prepare 8.0.0 release#104

Merged
LaunchDarklyReleaseBot merged 96 commits intomainfrom
release-8.0.0
Mar 11, 2022
Merged

prepare 8.0.0 release#104
LaunchDarklyReleaseBot merged 96 commits intomainfrom
release-8.0.0

Conversation

@LaunchDarklyReleaseBot
Copy link
Copy Markdown
Contributor

[8.0.0] - 2022-03-11

Added:

  • Added Tags endpoint
    • GET /api/v2/tags
  • Added Flag links (beta) endpoints
    • GET /api/v2/flag-links/projects/{projectKey}/flags/{featureFlagKey}
    • POST /api/v2/flag-links/projects/{projectKey}/flags/{featureFlagKey}
    • DELETE /api/v2/flag-links/projects/{projectKey}/flags/{featureFlagKey}/{id}
    • PATCH /api/v2/flag-links/projects/{projectKey}/flags/{featureFlagKey}/{id}
  • Added Integration delivery configurations (beta) endpoints
    • GET /api/v2/integration-capabilities/featureStore
    • GET /api/v2/integration-capabilities/featureStore/{projectKey}/{environmentKey}
    • POST /api/v2/integration-capabilities/featureStore/{projectKey}/{environmentKey}/{integrationKey}
    • GET /api/v2/integration-capabilities/featureStore/{projectKey}/{environmentKey}/{integrationKey}/{id}
    • DELETE /api/v2/integration-capabilities/featureStore/{projectKey}/{environmentKey}/{integrationKey}/{id}
    • PATCH /api/v2/integration-capabilities/featureStore/{projectKey}/{environmentKey}/{integrationKey}/{id}
    • POST /api/v2/integration-capabilities/featureStore/{projectKey}/{environmentKey}/{integrationKey}/{id}/validate
  • Added Segments (beta) endpoints
    • POST /api/v2/segments/{projectKey}/{environmentKey}/{segmentKey}/exports
    • GET /api/v2/segments/{projectKey}/{environmentKey}/{segmentKey}/exports/{exportID}
    • POST /api/v2/segments/{projectKey}/{environmentKey}/{segmentKey}/imports
    • GET /api/v2/segments/{projectKey}/{environmentKey}/{segmentKey}/imports/{importID}
  • Added Teams (beta) endpoints
    • GET /api/v2/teams/{teamKey}/maintainers
    • GET /api/v2/teams/{teamKey}/roles
  • Added optional source to EnvironmentPost
  • Added compare query parameter to GET /api/v2/flags/{projectKey}
  • Added totalCountWithDifferences property to FeatureFlags object

Changed:

  • Updates to our Teams (beta) endpoint
  • Updates to our Worfklows (beta) endpoint

Removed:

  • Removed derived property from User object

Fixed:

  • Added 409 conflict response to DELETE /api/v2/flags/{projectKey}/{featureFlagKey}

kbrackbill and others added 30 commits February 24, 2021 11:32
[ch103716] Correct typo in big segment update operation name
* add flag dependencies endpoints

* fix list dep flags resp description
* first stab at migrating generators. ran out of time to fix errors.

* Go client generating

remove old README template for Go

ignoring openapi-generator binary from git

* download generator if not there

* update Go example

add back go folder temporarily to build

* working go example

* template cleanup

* updates for python and go

* add ruby support

* temporary reorder of build

* wget json file again

build all clients

fix up docs there is no more yaml generation

* updates for java

* small cleanup

* basic README cleanup to kick off CI

Co-authored-by: Ben Woskow <bwoskow@launchdarkly.com>
* first stab at migrating generators. ran out of time to fix errors.

* Go client generating

remove old README template for Go

ignoring openapi-generator binary from git

* download generator if not there

* update Go example

add back go folder temporarily to build

* working go example

* template cleanup

* updates for python and go

* add ruby support

* temporary reorder of build

* wget json file again

build all clients

fix up docs there is no more yaml generation

* updates for java

* small cleanup

* basic README cleanup to kick off CI

* update releaser

* updates for javascript

* wrong directory

* fix java

* update typescript build

* minor js updates

* clean up flag in conflict

* updates for PHP

* remove commented out dependency java

Co-authored-by: Ben Woskow <bwoskow@launchdarkly.com>
* Update docs for environment approval settings

Co-authored-by: Sarah Day <scribblingfox@users.noreply.github.com>
bwoskow-ld and others added 27 commits September 1, 2021 13:38
* move Java to end of publish

add gradle.properties file to set longer timeout to Sonatype

* move Java to end of publish

* Update .ldrelease/publish-dry-run.sh

Co-authored-by: carmenquan <cquan@launchdarkly.com>

Co-authored-by: carmenquan <cquan@launchdarkly.com>
…eration (#215)

* update to copy hidden files

* remove python

* Revert "remove python"

This reverts commit b5bc51b589406d4af33826be5a3da1ed7836583c.
* removing custom template for ruby client

* remove whitespace
…publish

allow release to proceed if a per-target publish step failed only because it was already published
add temporary template, plan to upstream change
* remove publish to java gh pages

* adding whitespace
* update branch from master to main

* adding fetch all

* test if main exists

* test if main exists

* test clone

* Removed git submodule -b to checkout the default branch automatically.

* Update Makefile

* Update Makefile

* Update Makefile

* Removed c#

* Update Makefile

* Replaced make foreach with bash for loop.

* Apply suggestions from code review

* Update Makefile

* Update Makefile

* Rollback to working version.

* Update Makefile

* add git fetch

* remove variable

* adding back version

* using prev branch variable

* remove version

Co-authored-by: Yusinto Ngadiman <yusinto@gmail.com>
@LaunchDarklyReleaseBot LaunchDarklyReleaseBot merged commit e8e121d into main Mar 11, 2022
@LaunchDarklyReleaseBot LaunchDarklyReleaseBot deleted the release-8.0.0 branch March 11, 2022 16:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants