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 sdk uniqueness headers #185

Conversation

thomasheartman
Copy link
Contributor

@thomasheartman thomasheartman commented Jan 15, 2025

Updates the dependency on the underlying Unleash client to 3.7.1. This
version of the client adds new x-unleash headers which lets Unleash
count unique connections and see SDK version information.

Updates the dependency on the underlying Unleash client to 3.7.0. This
version of the client adds new `x-unleash` headers which lets Unleash
count unique connections and see SDK version information.
package.json Outdated
@@ -50,7 +50,7 @@
"react-dom": "^18.2.0",
"react-test-renderer": "^18.2.0",
"typescript": "^5.3.2",
"unleash-proxy-client": "^3.5.2",
"unleash-proxy-client": "^3.7.0",
Copy link
Contributor

Choose a reason for hiding this comment

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

I checked why 3.6.0 wasn't updated but I see that it only introduced opt-in capabilities so we're good here

@thomasheartman thomasheartman changed the title Chore: upgrade dep js proxy client to 3.7.0 feat: add sdk uniqueness headers Jan 16, 2025
@thomasheartman thomasheartman merged commit 5d59503 into main Jan 16, 2025
4 checks passed
@thomasheartman thomasheartman deleted the chore(1-3230)/update-js-sdk-dep-to-include-uniqueness-headers branch January 16, 2025 07:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants