Skip to content

Commit 7e6b220

Browse files
chore(main): release 2.0.0
1 parent 99df3ff commit 7e6b220

File tree

3 files changed

+36
-2
lines changed

3 files changed

+36
-2
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 Predis integration 2.0.1" # x-release-please-version
20+
--title "LaunchDarkly PHP SDK Predis integration 2.0.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-
".": "2.0.1"
2+
".": "2.0.0"
33
}

CHANGELOG.md

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

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

5+
## [2.0.0](https://github.com/launchdarkly/php-server-sdk-redis-predis/compare/2.0.1...2.0.0) (2025-04-29)
6+
7+
8+
### Features
9+
10+
* Add Big Segment store support ([21c61b8](https://github.com/launchdarkly/php-server-sdk-redis-predis/commit/21c61b831f2aaad61fe4f306a1a81eadc6de20f8))
11+
* Bump LaunchDarkly to 6.4.0+ ([c5c523c](https://github.com/launchdarkly/php-server-sdk-redis-predis/commit/c5c523c672230427748cff9d037a6cec09d22b3f))
12+
* Bump PHP to 8.1+ ([c5c523c](https://github.com/launchdarkly/php-server-sdk-redis-predis/commit/c5c523c672230427748cff9d037a6cec09d22b3f))
13+
* Bump predis to 2.3.0+ ([c5c523c](https://github.com/launchdarkly/php-server-sdk-redis-predis/commit/c5c523c672230427748cff9d037a6cec09d22b3f))
14+
* FeatureRequester requires configured ClientInterface ([ffd1c39](https://github.com/launchdarkly/php-server-sdk-redis-predis/commit/ffd1c39e07dc513db62283a63eecdeadf9527b0d))
15+
16+
17+
### Bug Fixes
18+
19+
* Move DEFAULT_PREFIX const to LaunchDarkly\Integrations ([63c3815](https://github.com/launchdarkly/php-server-sdk-redis-predis/commit/63c3815c51309dbe745e4d0771d95cdaf837a50a))
20+
21+
22+
### Miscellaneous Chores
23+
24+
* Add missing documentation on big segment store method ([295ac15](https://github.com/launchdarkly/php-server-sdk-redis-predis/commit/295ac1507fbe9331e3fec6a0a1192fd15c7eeba9))
25+
* Add new `issues: write` permission ([#35](https://github.com/launchdarkly/php-server-sdk-redis-predis/issues/35)) ([99df3ff](https://github.com/launchdarkly/php-server-sdk-redis-predis/commit/99df3ff5c2c6f266d09f6c796caaa0e45f88c8ff))
26+
* Add psalm and cs-checker ([1794878](https://github.com/launchdarkly/php-server-sdk-redis-predis/commit/179487803e635618efa9dc2fcf76478336c8089f))
27+
* Bump PHP versions in GitHub Actions ([3eedaa5](https://github.com/launchdarkly/php-server-sdk-redis-predis/commit/3eedaa573eacb4ddda0b50b8c57258d432b2a88f))
28+
* Cleanup and strict types ([4155441](https://github.com/launchdarkly/php-server-sdk-redis-predis/commit/41554410e9c63ad0036efb9eaade3bd46c47d467))
29+
* Fix default PHP version ([#32](https://github.com/launchdarkly/php-server-sdk-redis-predis/issues/32)) ([209351f](https://github.com/launchdarkly/php-server-sdk-redis-predis/commit/209351fead4492aa740ba74aa41c940dffc323cd))
30+
* Inline shared test package ([40e93c6](https://github.com/launchdarkly/php-server-sdk-redis-predis/commit/40e93c66b4986c81483f6c93be70a02b03281a4b))
31+
* **main:** release 2.0.0 ([#29](https://github.com/launchdarkly/php-server-sdk-redis-predis/issues/29)) ([127fe20](https://github.com/launchdarkly/php-server-sdk-redis-predis/commit/127fe2056b1101b9cf71cead160c69719de10817))
32+
* **main:** release 2.0.1 ([#33](https://github.com/launchdarkly/php-server-sdk-redis-predis/issues/33)) ([edf9a7a](https://github.com/launchdarkly/php-server-sdk-redis-predis/commit/edf9a7a6a76d1d31bff895e1b0adca367c8f3c30))
33+
* Pluralize big segments ([fdeae98](https://github.com/launchdarkly/php-server-sdk-redis-predis/commit/fdeae986e149e0265a4ea0c71f070c355183474a))
34+
* Run `composer cs-fix` to improve style ([bc91e22](https://github.com/launchdarkly/php-server-sdk-redis-predis/commit/bc91e225cb8b4876c1feae9202fb084a80165cdc))
35+
* Update CODEOWNERS ([#19](https://github.com/launchdarkly/php-server-sdk-redis-predis/issues/19)) ([ff74761](https://github.com/launchdarkly/php-server-sdk-redis-predis/commit/ff74761206b5f625261bab465e8a3e5e0b5d3268))
36+
* Update type hints to quiet psalm ([839833f](https://github.com/launchdarkly/php-server-sdk-redis-predis/commit/839833f3772bbb5272d6de58573f79fdb6aa2ec6))
37+
* Use real Redis connection for tests ([#30](https://github.com/launchdarkly/php-server-sdk-redis-predis/issues/30)) ([9623a51](https://github.com/launchdarkly/php-server-sdk-redis-predis/commit/9623a5159fdc821561f8f95109eb7908ab1eda1b))
38+
539
## [2.0.1](https://github.com/launchdarkly/php-server-sdk-redis-predis/compare/2.0.0...2.0.1) (2025-01-17)
640

741

0 commit comments

Comments
 (0)