1
0
Fork 0
mirror of synced 2024-10-02 18:26:49 +13:00

Update changelogs

This commit is contained in:
Jake Barnby 2023-04-12 17:13:02 +12:00
parent e2a0b8dcc1
commit d63ce7319c
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C
2 changed files with 6 additions and 1 deletions

View file

@ -1,6 +1,9 @@
## 7.3.0
* Inprove helper classes
* Improve helper classes
* Deprecated `InputFile` default constructor and introduced `InputFile.fromPath` and `InputFile.fromBytes` for consistency with other SDKs
* Added relationships support
* Added support for new queries: `isNull`, `isNotNull`, `startsWith`, `notStartsWith`, `endsWith`, `between` and `select`.
## 7.2.0

View file

@ -2,6 +2,8 @@
* Fix: back navigation bringing back web browser after OAuth session creation
* Update: Deprecated `InputFile` default constructor and introduced `InputFile.fromPath` and `InputFile.fromBytes` for consistency with other SDKs
* Added relationships support
* Added support for new queries: `isNull`, `isNotNull`, `startsWith`, `notStartsWith`, `endsWith`, `between` and `select`.
## 8.2.2