-
Notifications
You must be signed in to change notification settings - Fork 76
fix: add extra user agent fields resolvable by react native #1477
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Size Change: +1.33 kB (+0.25%) Total Size: 526 kB
|
szuperaz
approved these changes
Feb 28, 2025
@arnautov-anton Added your V9 changes here, thanks a lot for pointing it out ! |
arnautov-anton
approved these changes
Feb 28, 2025
Merged
6 tasks
Merged
isekovanic
pushed a commit
that referenced
this pull request
Feb 28, 2025
# 🚀 v8.57.3 Make sure to use squash & merge when merging! Once this is merged, another job will kick off automatically and publish the package. # 📝 Changelog ## [8.57.3](v8.57.2...v8.57.3) (2025-02-28) ### Bug Fixes * add extra user agent fields resolvable by react native ([#1477](#1477)) ([4232150](4232150)) # Co-authored-by: github-actions <[email protected]>
github-actions bot
pushed a commit
that referenced
this pull request
Mar 5, 2025
## [9.0.0-rc.4](v9.0.0-rc.3...v9.0.0-rc.4) (2025-03-05) ### Bug Fixes * add extra user agent fields resolvable by react native ([#1477](#1477)) ([4232150](4232150)) * add missing env variable in rollup config ([#1480](#1480)) ([a935e9e](a935e9e)) * properly encode user agent on WS connection ([#1482](#1482)) ([58b538b](58b538b)) * remove pinned_at from the updateMessage api ([#1484](#1484)) ([7b73cac](7b73cac))
🎉 This PR is included in version 9.0.0-rc.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
arnautov-anton
pushed a commit
that referenced
this pull request
Mar 13, 2025
- [ ] I have signed the [Stream CLA](https://docs.google.com/forms/d/e/1FAIpQLScFKsKkAJI7mhCr7K9rEIOpqIDThrWxuvxnwUq2XkHyG154vQ/viewform) (required). - [ ] Code changes are tested -
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
CLA
Description of the changes, What, Why and How?
Changelog