-
Notifications
You must be signed in to change notification settings - Fork 48
prepare 3.5.3 release #122
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
Conversation
fix version string
add new version of allFlags() that captures more metadata
add ability to filter for client-side flags only
implement evaluation with explanations
cache flag data in allFlags
# Conflicts: # src/LaunchDarkly/LDClient.php
add option to reduce front-end metadata for untracked flags
simplify & move feature requester/event publisher code
* add step to wait on Consul
…ithout valid users
…ttrs coerce user attributes to strings when necessary, don't send events without valid users
add release script (version update only)
add param to skip db tests, update docs for new repo name
…ests add tests for rollout calculations, + misc test cleanup
CONTRIBUTING.md
Outdated
@@ -1,4 +1,37 @@ | |||
Contributing to the LaunchDarkly SDK for PHP | |||
================================================ | |||
# Contributing to the LaunchDarkly SDK FOR PHP |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FOR
should be for
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, the title should have "Server-side" in it.
CONTRIBUTING.md
Outdated
## Submitting bug reports and feature requests | ||
|
||
The LaunchDarkly SDK team monitors the issue tracker associated with the `launchdarkly/php-server-sdk` SDK repository. Bug reports and feature requests specific to this SDK should be filed in this issue tracker. The SDK team will respond to all newly filed issues within two business days. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In my other pull requests I linked to the issue tracker and then just said "... with the SDK repository" since the link made it clear to which SDK repository I was referring. It would be good to include a link here too.
|
||
require 'vendor/autoload.php'; | ||
Refer to the [SDK reference guide](https://docs.launchdarkly.com/docs/php-sdk-reference) for instructions on getting started with using the SDK. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You may as well include the section anchor: https://docs.launchdarkly.com/docs/php-sdk-reference#section-getting-started
[3.5.3] - 2019-04-26
Fixed:
key
; all users would end up in the same bucket. (Thanks, m6w6!)CONTRIBUTING.md
.Note on future releases
The LaunchDarkly SDK repositories are being renamed for consistency. This repository is now
php-server-sdk
rather thanphp-client
.The package name will also change. In the 3.5.3 release, it is still
launchdarkly/launchdarkly-php
; in all future releases, it will belaunchdarkly/server-sdk
. No further updates to thelaunchdarkly/launchdarkly-php
package will be published after this release.