Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prepare 7.0.0 release #208

Merged
merged 970 commits into from
Dec 7, 2022
Merged

prepare 7.0.0 release #208

merged 970 commits into from
Dec 7, 2022

Conversation

LaunchDarklyReleaseBot
Copy link
Contributor

[7.0.0] - 2022-12-07

The latest version of the Relay Proxy supports LaunchDarkly's new custom contexts feature. Contexts are an evolution of a previously-existing concept, "users." Contexts let you create targeting rules for feature flags based on a variety of different information, including attributes pertaining to users, organizations, devices, and more. You can even combine contexts to create "multi-contexts."

This feature is only available to members of LaunchDarkly's Early Access Program (EAP). If you're in the EAP, and the SDK you are using also has an EAP release, you can use contexts by updating your SDK to the latest version and, updating your Relay Proxy. Outdated SDK versions do not support contexts, and will cause unpredictable flag evaluation behavior.

If you are not in the EAP, only use single contexts of kind "user", or continue to use the user type if available. If you try to create contexts, the context will be sent to LaunchDarkly, but any data not related to the user object will be ignored.

For detailed information about this version, please refer to the list below.

Added:

  • Added support for new context-based features in flag evaluations.
  • Added evaluation endpoints that are used by new versions of client-side SDKs.

Changed:

  • When building the Relay Proxy from source code or using its packages from application code, the minimum Go version is now 1.18.
  • The pre-built binaries and Docker image are now built with Go 1.19.

Removed:

  • Removed support for obsolete evaluation endpoints that were used by very old client-side SDKs.

eli-darkly and others added 30 commits July 20, 2021 19:34
…-warning

(#1) make logging of big segments patch version mismatch clearer and use Warn level
(#2) fix DynamoDB updates for big segments metadata
# Conflicts:
#	internal/core/bigsegments/sync.go
(#3) only start big seg synchronizer if necessary
# Conflicts:
#	go.mod
#	go.sum
fix retry logic on big segments stream failure
…gging

add more logging for big segments connection status
more big segments integration tests + fix flaky unit tests
move Relay release logic to .ldrelease script
eli-darkly and others added 22 commits October 12, 2022 20:04
bump minimum Go to 1.18, build images in 1.19, update SDK
* remove obsolete "eval" endpoints superseded by "evalx"

* fix tests & examples

* fix more tests
# Conflicts:
#	.circleci/config.yml
#	.golangci.yml
#	Makefile
#	go.mod
#	go.sum
#	internal/bigsegments/store.go
#	internal/bigsegments/store_dynamodb.go
#	internal/bigsegments/store_dynamodb_test.go
#	internal/core/relay_core.go
#	internal/core/relay_core_endpoints_status.go
#	internal/core/relay_core_endpoints_test.go
#	internal/filedata/archive_reader.go
#	internal/sdks/data_stores.go
#	internal/sdks/data_stores_test.go
#	relay/relay_endpoints.go
use latest Go SDK prerelease packages, update for API changes
streamline test code using go-test-helpers v3
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.

7 participants