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

feat: Add Big Segment store support #25

Merged
merged 1 commit into from
Jan 17, 2025
Merged

Conversation

keelerm84
Copy link
Member

@keelerm84 keelerm84 commented Jan 14, 2025

Release-As: 2.0.0

@keelerm84 keelerm84 requested a review from a team as a code owner January 14, 2025 15:44
$excludeRefs = $this->connection->sMembers($this->prefix . self::KEY_CONTEXT_EXCLUDE . $contextHash);
} catch (Exception $e) {
$this->logger->warning('Error getting big segment membership from Redis', ['exception' => $e->getMessage()]);
return null;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same comment as in other PRs on nullable returns of this interface.

@tanderson-ld tanderson-ld self-requested a review January 17, 2025 14:57
Base automatically changed from mk/sdk-1035/bump-php to main January 17, 2025 15:58
@keelerm84 keelerm84 force-pushed the mk/sdk-1035/big-segment branch 8 times, most recently from e4b2f2c to 6fe7133 Compare January 17, 2025 16:34
@keelerm84 keelerm84 force-pushed the mk/sdk-1035/big-segment branch from 6fe7133 to a7d69a3 Compare January 17, 2025 16:36
@keelerm84 keelerm84 merged commit 9c6ca70 into main Jan 17, 2025
8 checks passed
@keelerm84 keelerm84 deleted the mk/sdk-1035/big-segment branch January 17, 2025 16:38
keelerm84 pushed a commit that referenced this pull request Jan 17, 2025
🤖 I have created a release *beep* *boop*
---


##
[2.0.0](1.3.0...2.0.0)
(2025-01-17)


### Features

* Add Big Segment store support
([#25](#25))
([9c6ca70](9c6ca70))
* Bump LaunchDarkly to 6.4.0+
([25c899d](25c899d))
* Bump PHP to 8.1+
([25c899d](25c899d))
* FeatureRequester requires configured Redis instance
([6bcfdbd](6bcfdbd))


### Miscellaneous Chores

* Add missing documentation on big segments store method
([c087baa](c087baa))
* Add psalm and cs-checker
([6aaaaa4](6aaaaa4))
* Cleanup and strict types
([8c0f461](8c0f461))
* Fix doc generation action
([#22](#22))
([d6ba2c9](d6ba2c9))
* Inline shared test package
([c0e4524](c0e4524))
* Run `composer cs-fix` to improve style
([32cfaf1](32cfaf1))
* Update type hints to quiet psalm
([ccb15fe](ccb15fe))

---
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>
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.

2 participants