-
Notifications
You must be signed in to change notification settings - Fork 82
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.1 release #211
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…rting stream in this case
…-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
…logs dump Relay logs including debug logs if integration test fails
…lay-address-transitive-dependency-vulnerability Migrate transitive dep (jwt-go) to use modern version without vulnera…
* remove obsolete "eval" endpoints superseded by "evalx" * fix tests & examples * fix more tests
update to Go 1.19.2
# 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
…also bundled in Go 1.19.4)
update to Go 1.19.4 and Alpine 3.16.3 (for Relay 6.x)
louis-launchdarkly
approved these changes
Dec 29, 2022
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[7.0.1] - 2022-12-29
Changed:
Fixed: