Skip to content

Releases: appwrite/sdk-for-react-native

0.26.0

26 Mar 06:25
7def0c8

Choose a tag to compare

What's Changed

  • [BREAKING] Changed $sequence type from number to string for Row and Document models
  • Added impersonation support: setImpersonateUserId(), setImpersonateUserEmail(), setImpersonateUserPhone() on Client
  • Added impersonator and impersonatorUserId optional fields to User model
  • Added custom toString() on response data objects using JSONbig.stringify to fix BigInt serialization
  • Updated Log model field descriptions to clarify impersonation behavior for userId, userEmail, userName
  • Updated X-Appwrite-Response-Format header to 1.9.0
  • Updated devDependencies: Rollup 2→3, TypeScript pinned to 5.7.3, and related plugin upgrades

Full Changelog: 0.25.0...0.26.0

0.25.0

03 Mar 11:30
8a92442

Choose a tag to compare

What's Changed

Release version 0.25.0

Full Changelog: 0.24.1...0.25.0

0.24.1

23 Feb 06:03
d287ed8

Choose a tag to compare

What's Changed

  • Fix very large double values (for example 1.7976931348623157e+308) from being expanded into giant integer literals.

Full Changelog: 0.24.0...0.24.1

0.24.0

19 Feb 12:47
9815530

Choose a tag to compare

What's Changed

  • Added Query.contains, Query.containsAny, and Query.containsAll for enhanced filtering capabilities.

Full Changelog: 0.23.1...0.24.0

0.23.1

17 Feb 12:57
a6598d7

Choose a tag to compare

What's Changed

  • Add upsert method to Realtime Channels helper class
  • Fix bignumber.js bundler conflict by removing direct dependency in favor of transitive dependency from json-bigint

Full Changelog: 0.23.0...0.23.1

22.2.0

13 Feb 15:41
ab715d5

Choose a tag to compare

What's Changed

  • Added memberships realtime channel helper

New Contributors

Full Changelog: 0.21.0...22.2.0

0.23.0

13 Feb 17:15
5500929

Choose a tag to compare

What's Changed

Release version 0.23.0

Full Changelog: 22.2.0...0.23.0

0.21.0

13 Feb 10:52
13fe57b

Choose a tag to compare

What's Changed

  • Add queries parameter to client.subscribe() for filtering Realtime events
  • Fix Roles enum removed from Teams service; roles parameter now accepts string[]
  • Fix parameter detection in overloaded methods to check for optional params (Account, Avatars, Graphql)

Full Changelog: 0.20.0...0.21.0

0.20.0

03 Feb 10:07
0e0c49a

Choose a tag to compare

What's Changed

  • Add array-based enum parameters (e.g., permissions: BrowserPermission[]).
  • Breaking change: Output enum has been removed; use ImageFormat instead.
  • Add Channel helpers for Realtime.

Full Changelog: 0.19.0...0.20.0

0.19.0

03 Dec 03:39
9d5bb42

Choose a tag to compare

What's Changed

  • Add getScreenshot method to Avatars service
  • Add Theme, Timezone and Output enums

Full Changelog: 0.18.0...0.19.0