feat: release array param enums support to all sdks

This commit is contained in:
Chirag Aggarwal
2026-02-02 15:34:32 +05:30
parent 8938dcf8f4
commit 9ee318de3c
16 changed files with 77 additions and 17 deletions
+4
View File
@@ -1,5 +1,9 @@
# Change Log
## 15.0.0
* Add array-based enum parameters (e.g., `permissions: list[BrowserPermission]`).
## 14.1.0
* Added ability to create columns and indexes synchronously while creating a table