Skip to content

Commit 52ada46

Browse files
authored
feat: React Native SDK update for version 0.34.0 (#111)
* chore: update React Native SDK to 0.34.0 * chore: update React Native SDK to 0.34.0
1 parent ff16bab commit 52ada46

9 files changed

Lines changed: 589 additions & 485 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@ jobs:
3434
echo "tag=latest" >> "$GITHUB_OUTPUT"
3535
fi
3636
37-
- name: Install dependencies and build
37+
- name: Install dependencies, audit, and build
3838
run: |
3939
npm ci
40+
npm audit --audit-level=high --omit=dev
4041
npm run build
4142
4243
- name: Publish

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# Change log
22

3+
## 0.34.0
4+
5+
* Added: `Client.setBearer()` method for OAuth access token authentication
6+
* Added: `Query.vectorDot`, `Query.vectorCosine`, and `Query.vectorEuclidean` vector similarity queries
7+
* Added: `Appwrite` value to the `OAuthProvider` enum
8+
* Added: optional geolocation fields (`city`, `timeZone`, `latitude`, `isp`, etc.) to `Models.Locale`
9+
310
## 0.33.0
411

512
* Added: Realtime connections now send the configured JWT for authentication.
613
* Added: Forwarded `impersonateUserId` on `avatars` and `storage` file requests.
7-
* Fixed: URL-encode path parameters across all services.
814

915
## 0.32.0
1016

0 commit comments

Comments
 (0)