Skip to content

Commit 7debaae

Browse files
authoredMar 13, 2025
Merge pull request #75 from appwrite/dev
chore: regenerate sdks
2 parents cd1cb3d + 87af174 commit 7debaae

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+3675
-3521
lines changed
 

‎CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 14.0.0
2+
3+
* Breaking changes:
4+
* Changed the typing of `AppwriteException`'s response parameter from a `dynamic` object to an optional string (`?String`).
5+
6+
## 13.0.0
7+
8+
* Fixed realtime pong response.
9+
* Fixed issues with `chunkedUpload` method.
10+
* Fixed type mismatch bug where `List<dynamic>` was incorrectly causing runtime type errors.
11+
* Updated return type of `updateMfaChallenge()` from raw data to properly typed `models.Session` object.
12+
113
## 12.0.0
214

315
* Support for Appwrite 1.6

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Add this to your package's `pubspec.yaml` file:
2323

2424
```yml
2525
dependencies:
26-
dart_appwrite: ^13.0.0
26+
dart_appwrite: ^14.0.0
2727
```
2828
2929
You can install packages from the command line:

0 commit comments

Comments
 (0)