Skip to content

Commit 6249c15

Browse files
committed
release
1 parent c2b2ac2 commit 6249c15

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## 15.2.0
4+
5+
* Extended BuildRuntime and Runtime enums with new runtime versions (e.g., node-23/24/25, php-8.4, ruby-3.4/4.0, python-3.13/3.14, python-ml-3.13, deno-2.5/2.6, dotnet-10, java-25, swift-6.2, kotlin-2.3, bun-1.2/1.3, go-1.24/1.25/1.26).
6+
* Added new permission scopes: schedules.read, schedules.write, and events.read.
7+
* Added contains_any and contains_all filter helpers to the Query API (plus enhanced contains with docstrings).
8+
* Added optional encrypt parameter to all string attribute creation methods (e.g., longtext, mediumtext, text, varchar) in Databases to support encryption at rest.
9+
* Updated README to reflect Appwrite server compatibility version 1.8.x.
10+
* Backward-compatible enhancements: no breaking changes.
11+
312
## 13.6.1
413

514
* Fix passing of `None` to nullable parameters

0 commit comments

Comments
 (0)