Skip to content

Releases: appwrite/sdk-for-react-native

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

0.18.0

03 Nov 06:01
ee070a1

Choose a tag to compare

What's Changed

  • Add total parameter to list queries allowing skipping counting rows in a table for improved performance
  • Add Operator class for atomic modification of rows via update, bulk update, upsert, and bulk upsert operations

Full Changelog: 0.17.1...0.18.0

0.17.1

09 Oct 11:05
3142569

Choose a tag to compare

What's Changed

  • Add transaction support for Databases and TablesDB

Full Changelog: 0.16.0...0.17.1