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 6.7.9 release #194

Merged
merged 886 commits into from
Jul 2, 2022
Merged

prepare 6.7.9 release #194

merged 886 commits into from
Jul 2, 2022

Conversation

LaunchDarklyReleaseBot
Copy link
Contributor

@LaunchDarklyReleaseBot LaunchDarklyReleaseBot commented Jul 1, 2022

[6.7.9] - 2022-06-30

Changed:

  • If the Relay Proxy receives multiple server-side SDK connections for the same environment at nearly the same time, it can now prepare the flag/segment payload for all of them at once using a single buffer. Previously, a new buffer was always used for each connection, which could cause high transient memory usage if many SDKs connected in rapid succession and if the flag/segment data was large.
    (Thanks, moshegood!)

eli-darkly and others added 30 commits December 3, 2020 10:55
add accept-events-but-discard-them behavior for offline mode
There is some additional information provided in the response body for certain 504 error codes and this should allow us to see it.
* improve metrics documentation and fix route strings in docs

* clarify mobile + browser terminology
environment should still be usable even if the client timed out
recognize alias events from non-v3-schema payloads and forward them unchanged
update go-server-sdk-dynamodb to get newer AWS SDK
eli-darkly and others added 26 commits April 15, 2022 11:56
update go-server-sdk-consul to latest release
update builds to use Go 1.17.9 and fix the update script
* update golang.org/x/crypto for CVE-2022-27191

* fix go.sum
…#189)

* Cache the replay event in case we get multiple new client connections

* Use singleflight to ensure only one replay event is generated at a time

Co-authored-by: Moshe Good <[email protected]>
…-put-data

use singleflight to deduplicate generation of stream put event
@LaunchDarklyReleaseBot LaunchDarklyReleaseBot deleted the release-6.7.9 branch July 2, 2022 00:21
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.

9 participants