2025-05-10 14:29:11 +00:00
|
|
|
# Change log
|
|
|
|
|
|
2026-02-12 05:42:51 +00:00
|
|
|
## 0.21.0
|
|
|
|
|
|
|
|
|
|
* 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)
|
|
|
|
|
|
2026-02-02 10:04:32 +00:00
|
|
|
## 0.20.0
|
|
|
|
|
|
|
|
|
|
* Add array-based enum parameters (e.g., `permissions: BrowserPermission[]`).
|
2026-02-02 12:27:50 +00:00
|
|
|
* Breaking change: `Output` enum has been removed; use `ImageFormat` instead.
|
|
|
|
|
* Add `Channel` helpers for Realtime.
|
2026-02-02 10:04:32 +00:00
|
|
|
|
2025-11-28 19:26:04 +00:00
|
|
|
## 0.19.0
|
|
|
|
|
|
|
|
|
|
* Add `getScreenshot` method to `Avatars` service
|
|
|
|
|
* Add `Theme`, `Timezone` and `Output` enums
|
|
|
|
|
|
2025-10-31 12:16:24 +00:00
|
|
|
## 0.18.0
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
|
2025-10-09 10:37:28 +00:00
|
|
|
## 0.17.1
|
2025-10-09 08:04:50 +00:00
|
|
|
|
|
|
|
|
* Add transaction support for Databases and TablesDB
|
|
|
|
|
|
2025-10-08 04:22:28 +00:00
|
|
|
## 0.16.0
|
|
|
|
|
|
|
|
|
|
* Deprecate `createVerification` method in `Account` service
|
|
|
|
|
* Add `createEmailVerification` method in `Account` service
|
|
|
|
|
|
2025-07-25 10:35:16 +00:00
|
|
|
## 0.11.0
|
2025-07-24 08:12:55 +00:00
|
|
|
|
|
|
|
|
* Add `incrementDocumentAttribute` and `decrementDocumentAttribute` support to `Databases` service
|
|
|
|
|
* Add `sequence` support to `Document` model
|
|
|
|
|
* Fix autocompletion not working for `Document` model even when generic is passed
|
|
|
|
|
|
2025-07-12 06:34:51 +00:00
|
|
|
## 0.10.1
|
|
|
|
|
|
|
|
|
|
* Fix URL based methods like `getFileViewURL`, `getFilePreviewURL` etc. by adding the missing `projectId` to searchParams
|
|
|
|
|
* Add `gif` to ImageFormat enum
|
|
|
|
|
|
2025-06-18 08:14:33 +00:00
|
|
|
## 0.10.0
|
|
|
|
|
|
|
|
|
|
* Add generate file URL methods like`getFilePreviewURL`, `getFileViewURL` etc.
|
|
|
|
|
* Update (breaking) existing methods like `getFilePreview` to download the image instead of returning URLs
|
|
|
|
|
|
|
|
|
|
## 0.9.2
|
|
|
|
|
|
|
|
|
|
* Fix `devKeys` by removing credentials from requests when the key is set
|
|
|
|
|
|
|
|
|
|
## 0.9.1
|
|
|
|
|
|
|
|
|
|
* Add `setDevkey` and `upsertDocument` methods
|
|
|
|
|
|
2025-05-18 08:20:20 +00:00
|
|
|
## 0.9.0
|
|
|
|
|
|
|
|
|
|
* Add `token` param to `getFilePreview` and `getFileView` for File tokens usage
|
|
|
|
|
* Update default `quality` for `getFilePreview` from 0 to -1
|
|
|
|
|
* Remove `Gif` from ImageFormat enum
|
|
|
|
|
* Remove `search` param from `listExecutions` method
|
|
|
|
|
|
2025-05-10 14:29:11 +00:00
|
|
|
## 0.7.4
|
|
|
|
|
|
|
|
|
|
* Upgrade dependencies to resolve PlatformConstants error with Expo 53
|
2025-07-24 08:12:55 +00:00
|
|
|
* Update doc examples to use new multi-region endpoint
|