Skip to content

Commit b129f99

Browse files
chore(main): release 6.1.0 (#202)
🤖 I have created a release *beep* *boop* --- ## [6.1.0](6.0.2...6.1.0) (2024-03-15) ### Features * Redact anonymous attributes within feature events ([#193](#193)) ([cdad89a](cdad89a)) * Update to event schema v4 ([#192](#192)) ([475727f](475727f)) ### Bug Fixes * Replace deprecated utf8_encode usage ([#201](#201)) ([2c05c8d](2c05c8d)), closes [#199](#199) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Matthew Keeler <mkeeler@launchdarkly.com>
1 parent cdad89a commit b129f99

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

.github/actions/build-docs/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ runs:
1717
--ignore-tags psalm-return \
1818
--visibility public \
1919
--defaultpackagename "LaunchDarkly" \
20-
--title "LaunchDarkly PHP SDK 6.0.2" # x-release-please-version
20+
--title "LaunchDarkly PHP SDK 6.1.0" # x-release-please-version

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "6.0.2"
2+
".": "6.1.0"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All notable changes to the LaunchDarkly PHP SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
44

5+
## [6.1.0](https://github.com/launchdarkly/php-server-sdk/compare/6.0.2...6.1.0) (2024-03-15)
6+
7+
> [!WARNING]
8+
> If you are using the [Relay Proxy](https://github.com/launchdarkly/ld-relay/), please make sure to update to v8.4.0 **before** updating to this version of the SDK.
9+
> Failure to do so will affect the events sent to LaunchDarkly and any support data export integrations.
10+
11+
### Features
12+
13+
* Redact anonymous attributes within feature events ([#193](https://github.com/launchdarkly/php-server-sdk/issues/193)) ([cdad89a](https://github.com/launchdarkly/php-server-sdk/commit/cdad89a38c9dbe16ae70ae2d260eab0471ec64f7))
14+
* Update to event schema v4 ([#192](https://github.com/launchdarkly/php-server-sdk/issues/192)) ([475727f](https://github.com/launchdarkly/php-server-sdk/commit/475727f634abeecbad9cf678618b95909c341af4))
15+
16+
17+
### Bug Fixes
18+
19+
* Replace deprecated utf8_encode usage ([#201](https://github.com/launchdarkly/php-server-sdk/issues/201)) ([2c05c8d](https://github.com/launchdarkly/php-server-sdk/commit/2c05c8d909d57e2855cde9dde2588b4ee53ca828)), closes [#199](https://github.com/launchdarkly/php-server-sdk/issues/199)
20+
521
## [6.0.2](https://github.com/launchdarkly/php-server-sdk/compare/6.0.1...6.0.2) (2024-01-23)
622

723

src/LaunchDarkly/LDClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class LDClient
3636
* The current SDK version.
3737
* @var string
3838
*/
39-
const VERSION = '6.0.2'; // x-release-please-version
39+
const VERSION = '6.1.0'; // x-release-please-version
4040

4141
protected string $_sdkKey;
4242
protected string $_baseUri;

0 commit comments

Comments
 (0)