Skip to content

prepare 3.7.3 release #139

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

Merged
merged 164 commits into from
Oct 28, 2020
Merged

prepare 3.7.3 release #139

merged 164 commits into from
Oct 28, 2020

Conversation

LaunchDarklyCI
Copy link
Contributor

[3.7.3] - 2020-10-28

Fixed:

  • When using the DynamoDB data store integration with a prefix string, the prefix was being prepended to keys with a slash separator (example: my-prefix/features:my-flag-key). This was inconsistent with the colon separator that is used in the other server-side SDKs (example: my-prefix:features:my-flag-key), making the PHP SDK unable to read flags that were put into the database by other SDKs or by the Relay Proxy, if a prefix was used. This has been fixed to be consistent with the other SDKs. (#138)

eli-darkly and others added 30 commits July 16, 2018 16:05
add new version of allFlags() that captures more metadata
add ability to filter for client-side flags only
implement evaluation with explanations
# Conflicts:
#	src/LaunchDarkly/LDClient.php
add option to reduce front-end metadata for untracked flags
eli-darkly and others added 23 commits December 30, 2019 15:07
don't let user fall outside of last bucket in rollout
more accurate changelog text regarding phpredis
ensure events aren't sent if send_events is false
make prefix concatenation in DynamoDB consistent with other SDKs
@eli-darkly eli-darkly requested review from bwoskow-ld and zurab-darkly and removed request for zurab-darkly October 28, 2020 19:09
@LaunchDarklyCI LaunchDarklyCI merged commit 9830a4d into master Oct 28, 2020
@LaunchDarklyCI LaunchDarklyCI deleted the release-3.7.3 branch October 28, 2020 19:12
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.

5 participants