Releases: appwrite/sdk-generator
Releases · appwrite/sdk-generator
0.16.1
What's Changed
- Update install.sh.twig for Apple Silicon Mac by @Derek-X-Wang in #274
- Ruby SDK: Remove --save flag from gem install command by @crweiner in #297
- Fix Ruby handling non-JSON responses by @abnegate in #298
- Add Dart response models by @lohanidamodar in #294
- Fix android exceptions by @abnegate in #304
- Fix kotlin exceptions by @abnegate in #305
- added Model interface by @Maatteogekko in #265
- refactor test for handling different supports on SDKs by @lohanidamodar in #303
- Add Web Response Models by @TorstenDittmann in #261
- Upgrade SDK dependencies by @lohanidamodar in #308
New Contributors
- @Derek-X-Wang made their first contribution in #274
- @crweiner made their first contribution in #297
- @Maatteogekko made their first contribution in #265
Full Changelog: 0.16.0...0.16.1
0.16.0
0.15.3
- [Flutter] Fix Realtime issue with last URL
0.15.2
- [Web] Fix FormData with
multipart/form-data
request
0.15.1
- [Flutter] Fix realtime close and reconnect working only 1 out of two times due to future returning too early
- [Flutter] Add dart doc comments to newly added response models
0.15.0
- [Flutter] Add Typed Response Model to all Methods
0.14.6
- [Flutter] Fix User Agent string
0.14.5
- [Web] Improve Realtime Subscription management
- [Web] Increase Realtime reconnect interval gradually
0.14.4
- [PHP] Fix argument check against
null
0.14.3
- [Flutter] Change
timestamp
in Realtime Response toint
Unix Timestamp