chore: update Kotlin SDK to 15.0.0

This commit is contained in:
root
2026-03-26 05:40:58 +00:00
parent e04e64974d
commit bd978bd8c7
+9
View File
@@ -7,6 +7,15 @@
* Breaking: Replaced `.setKey()` with `.setSession()` in docs examples.
* Updated: Updated docs to reflect new `DatabasesIndexType` examples.
## 14.1.0
* Added getConsolePausing health status endpoint
* Added `ttl` parameter for cached list results (0-86400s)
* Added optional `activate` parameter to Sites.createDeployment
* Updated Document and Row sequence ID descriptions
* Updated Databases docs to refer to collections, not tables
* Added deprecated updateRelationshipAttribute public API; use TablesDB.updateRelationshipColumn instead
## 14.0.1
* Documentation updates: Added new encrypt (optional) parameter to attribute and column creation examples in Java and Kotlin docs to support encryption for database fields.