-
Notifications
You must be signed in to change notification settings - Fork 35
feat: React Native SDK update for version 0.30.0 #103
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,11 +1,18 @@ | ||
| # Change log | ||
|
|
||
| ## 0.30.0 | ||
|
|
||
| * Added: Added `setCookie()` method to `Client` for forwarding incoming `Cookie` headers in server-side runtimes | ||
| * Added: Added `Fusionauth`, `Keycloak`, and `Kick` OAuth providers to `OAuthProvider` enum | ||
| * Updated: Updated `X-Appwrite-Response-Format` header to `1.9.4` | ||
| * Updated: Added `postcss` to dev dependencies | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
The entry says "Added |
||
|
|
||
| ## 0.29.0 | ||
|
|
||
| * Breaking: Added `subscribe` message flow for Realtime subscription updates. | ||
| * Breaking: Added `close()` support for Realtime subscriptions. | ||
| * Added: Added `subscriptions` metadata to Realtime events for targeted callbacks. | ||
| * Updated: Updated `X-Appwrite-Response-Format` header to `1.9.2`. | ||
| * Breaking: Added `subscribe` message flow for Realtime subscription updates | ||
| * Breaking: Added `close()` support for Realtime subscriptions | ||
| * Added: Added `subscriptions` metadata to Realtime events for targeted callbacks | ||
| * Updated: Updated `X-Appwrite-Response-Format` header to `1.9.2` | ||
|
|
||
| ## 0.28.0 | ||
|
|
||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
actions/checkoutversionWeb search confirms
actions/setup-node@v6is current (v6.4.0, released Apr 2026), butactions/checkoutappears to be at v5 as the latest stable release — v6 is not shown on the action's release page. Ifactions/checkout@v6does not exist, this workflow step would fail on every triggered run. It is worth double-checking the correct version tag before merging.