Skip to content

Commit b6ae870

Browse files
Merge pull request #102 from appwrite/dev
feat: SDK update for version 0.29.0
2 parents 6f6205b + afd5e64 commit b6ae870

18 files changed

Lines changed: 1769 additions & 1370 deletions

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change log
22

3+
## 0.29.0
4+
5+
* Breaking: Added `subscribe` message flow for Realtime subscription updates.
6+
* Breaking: Added `close()` support for Realtime subscriptions.
7+
* Added: Added `subscriptions` metadata to Realtime events for targeted callbacks.
8+
* Updated: Updated `X-Appwrite-Response-Format` header to `1.9.2`.
9+
310
## 0.28.0
411

512
* Added `x` OAuth provider to `OAuthProvider` enum

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Appwrite React Native SDK
22

33
![License](https://img.shields.io/github/license/appwrite/sdk-for-react-native.svg?style=flat-square)
4-
![Version](https://img.shields.io/badge/api%20version-1.9.1-blue.svg?style=flat-square)
4+
![Version](https://img.shields.io/badge/api%20version-1.9.2-blue.svg?style=flat-square)
55
[![Build Status](https://img.shields.io/travis/com/appwrite/sdk-generator?style=flat-square)](https://travis-ci.com/appwrite/sdk-generator)
66
[![Twitter Account](https://img.shields.io/twitter/follow/appwrite?color=00acee&label=twitter&style=flat-square)](https://twitter.com/appwrite)
77
[![Discord](https://img.shields.io/discord/564160730845151244?label=discord&style=flat-square)](https://appwrite.io/discord)

0 commit comments

Comments
 (0)