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 option to omit anonymous users from index and identify events #89

Merged
merged 4 commits into from
Jul 10, 2024

Conversation

keelerm84
Copy link
Member

No description provided.

@keelerm84 keelerm84 requested a review from a team July 8, 2024 16:25
@@ -17,6 +17,7 @@ futures = "0.3.12"
hyper = { version = "0.14.19", features = ["client"] }
hyper-rustls = { version = "0.24.1" , optional = true, features = ["http2"]}
hyper-tls = { version = "0.5.0", optional = true }
launchdarkly-server-sdk-evaluation = { git = "https://github.com/launchdarkly/rust-server-sdk-evaluation", branch = "mk/sc-249036/omit-anon" }
Copy link
Member Author

Choose a reason for hiding this comment

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

Temporary until the related changes are published.

@@ -25,7 +25,7 @@ lazy_static = "1.4.0"
log = "0.4.14"
lru = { version = "0.12.0", default-features = false }
ring = "0.17.5"
launchdarkly-server-sdk-evaluation = "1.2.0"
launchdarkly-server-sdk-evaluation = { git = "https://github.com/launchdarkly/rust-server-sdk-evaluation", branch = "mk/sc-249036/omit-anon" }
Copy link
Member Author

Choose a reason for hiding this comment

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

Same here of course.

@keelerm84 keelerm84 requested a review from kinyoklion July 8, 2024 20:23
@keelerm84 keelerm84 requested a review from a team as a code owner July 10, 2024 20:59
@keelerm84 keelerm84 merged commit 78c9668 into main Jul 10, 2024
3 checks passed
@keelerm84 keelerm84 deleted the mk/sc-249036/omit-anon branch July 10, 2024 21:05
keelerm84 pushed a commit that referenced this pull request Jul 19, 2024
🤖 I have created a release *beep* *boop*
---


##
[2.2.0](2.1.0...2.2.0)
(2024-07-19)


### Features

* Add option to omit anonymous users from index and identify events
([#89](#89))
([78c9668](78c9668))
* Add support for migrations
([#90](#90))
([445ab74](445ab74))
* Add wait_for_initialization with timeout parameter
([#76](#76))
([45e3451](45e3451))


### Bug Fixes

* Bump rustc to 1.74
([#78](#78))
([0c1c58d](0c1c58d))

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