|
2 | 2 |
|
3 | 3 | ## 3.2.0 |
4 | 4 |
|
5 | | -* Regenerate SDK with version 1.8.x to add `getConsolePausing`, `updateConsoleAccess` and `updateStatus` to `Health` and `Projects` service for the CI failure in sdk-generator |
| 5 | +* Regenerate SDK with version 1.8.x for the CI failure in sdk-generator |
6 | 6 |
|
7 | 7 | ## 3.1.0 |
8 | 8 |
|
@@ -109,91 +109,3 @@ Fix bigint and float parsing in SDK. |
109 | 109 | ## 1.5.0 |
110 | 110 |
|
111 | 111 | * Adds support for `databasesReadsTotal` and `databasesWritesTotal` attributes |
112 | | - |
113 | | -## 22.3.1 |
114 | | - |
115 | | -* Add `upsert` method to Realtime `Channels` helper class |
116 | | -* Fix `bignumber.js` bundler conflict with Next.js Turbopack by removing direct dependency in favor of transitive dependency from `json-bigint` |
117 | | - |
118 | | -## 22.1.0 |
119 | | - |
120 | | -* Add `queries` parameter to `Realtime.subscribe()` and `client.subscribe()` for server-side query filtering |
121 | | -* Add slot-based subscription management with subscription ID mappings from backend |
122 | | -* Add `subscriptions` field to `RealtimeResponseEvent` type |
123 | | -* Fix `Roles` enum removed from Teams service; `roles` parameter now accepts `string[]` |
124 | | -* Fix parameter detection in overloaded methods to check for optional params (Account, Avatars, Graphql) |
125 | | -* Fix WebSocket connection handling with stale connection guards and improved close/reconnect logic |
126 | | -* Fix doc examples wrapped in markdown code fences |
127 | | - |
128 | | -## 22.0.0 |
129 | | - |
130 | | -* Add array-based enum parameters (e.g., `permissions: BrowserPermission[]`). |
131 | | -* Breaking change: `Output` enum has been removed; use `ImageFormat` instead. |
132 | | -* Add `Channel` helpers for Realtime. |
133 | | - |
134 | | -## 21.5.0 |
135 | | - |
136 | | -* Add `getScreenshot` method to `Avatars` service |
137 | | -* Add `Theme`, `Timezone` and `Output` enums |
138 | | - |
139 | | -## 21.4.0 |
140 | | - |
141 | | -* Add `total` parameter to list queries allowing skipping counting rows in a table for improved performance |
142 | | -* Add `Operator` class for atomic modification of rows via update, bulk update, upsert, and bulk upsert operations |
143 | | - |
144 | | -## 21.3.0 |
145 | | - |
146 | | -* Add new `Realtime` service with methods for subscribing to channels and receiving messages |
147 | | -* Fix `client.setSession` not working when using realtime |
148 | | -* Deprecate `client.subscribe` method in favor of `Realtime` service |
149 | | - |
150 | | -> Note: Deprecated methods are still available for backwards compatibility, but might be removed in future versions. |
151 | | -
|
152 | | -## 21.2.1 |
153 | | - |
154 | | -* Add transaction support for Databases and TablesDB |
155 | | - |
156 | | -## 21.1.0 |
157 | | - |
158 | | -* Deprecate `createVerification` method in `Account` service |
159 | | -* Add `createEmailVerification` method in `Account` service |
160 | | - |
161 | | -## 18.2.0 |
162 | | - |
163 | | -* Add `incrementDocumentAttribute` and `decrementDocumentAttribute` support to `Databases` service |
164 | | -* Add `gif` support to `ImageFormat` enum |
165 | | -* Fix undefined `fileParam` error in `chunkedUpload` method |
166 | | -* Fix autocompletion not working for `Document` model even when generic is passed |
167 | | - |
168 | | -## 18.1.1 |
169 | | - |
170 | | -* Fix using `devKeys` resulting in an error by conditionally removing credentials |
171 | | - |
172 | | -## 18.1.0 |
173 | | - |
174 | | -* Add `devKeys` support to `Client` service |
175 | | -* Add `upsertDocument` support to `Databases` service |
176 | | - |
177 | | -## 18.0.0 |
178 | | - |
179 | | -* Add `<REGION>` to doc examples due to the new multi region endpoints |
180 | | -* Remove `Gif` from ImageFormat enum |
181 | | -* Remove `search` param from `listExecutions` method |
182 | | -* Add `token` param to `getFilePreview` and `getFileView` for File tokens usage |
183 | | -* Improve CORS error catching in `client.call` method |
184 | | - |
185 | | -## 17.0.2 |
186 | | - |
187 | | -* Fix requests failing by removing `Content-Type` header from `GET` and `HEAD` requests |
188 | | - |
189 | | -## 17.0.1 |
190 | | - |
191 | | -* Remove unnecessary titles from method descriptions |
192 | | -* Fix duplicate adding of payload params |
193 | | -* Remove unnecessary awaits and asyncs |
194 | | -* Ensure `AppwriteException` response is always string |
195 | | - |
196 | | -## 17.0.0 |
197 | | - |
198 | | -* Fix pong response & chunked upload |
199 | | -* Add `ping` support to `Realtime` service |
0 commit comments