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!: consolidated configuration change events into one event #241

Merged

Conversation

skyerus
Copy link
Contributor

@skyerus skyerus commented Jan 3, 2023

This PR

Consolidates configuration change events into a singular event (avoid superfluous bulk emissions).
Existing configuration_change event listeners will need to update their handling to consume the singular events.

Related Issues

Fixes #238

Notes

Follow-up Tasks

How to test

@skyerus skyerus force-pushed the issue-238_configuration-change-event branch from 35060a8 to edf6e6a Compare January 4, 2023 14:14
@skyerus
Copy link
Contributor Author

skyerus commented Jan 4, 2023

Converting to draft until checklist in description is complete

@skyerus skyerus marked this pull request as draft January 4, 2023 16:26
Copy link
Member

@toddbaert toddbaert left a comment

Choose a reason for hiding this comment

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

LGTM.

I think we want to coordinate a release of the go provider / flagd / OFO to prevent breakages.

Signed-off-by: Skye Gill <gill.skye95@gmail.com>
Signed-off-by: Skye Gill <gill.skye95@gmail.com>
@skyerus skyerus force-pushed the issue-238_configuration-change-event branch from edf6e6a to 8850bbb Compare January 6, 2023 14:09
@skyerus skyerus marked this pull request as ready for review January 6, 2023 14:10
@skyerus skyerus merged commit f9684b8 into open-feature:main Jan 6, 2023
@skyerus skyerus deleted the issue-238_configuration-change-event branch January 6, 2023 15:07
beeme1mr pushed a commit that referenced this pull request Jan 6, 2023
🤖 I have created a release *beep* *boop*
---


##
[0.3.0](v0.2.7...v0.3.0)
(2023-01-06)


### ⚠ BREAKING CHANGES

* consolidated configuration change events into one event
([#241](#241))

### Features

* consolidated configuration change events into one event
([#241](#241))
([f9684b8](f9684b8))
* support yaml evaluator
([#206](#206))
([2dbace5](2dbace5))


### Bug Fixes

* changed eventing configuration mutex to rwmutex and added missing lock
([#220](#220))
([5bbef9e](5bbef9e))
* omitempty targeting field in Flag structure
([#247](#247))
([3f406b5](3f406b5))

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

[FEATURE] EventStreamResponse optimization
3 participants