Releases: appwrite/sdk-generator
Releases · appwrite/sdk-generator
0.18.0
What's Changed
- Implemented NodeJS chunk upload by @Meldiron in #341
- Implemented Node CLI chunk upload by @Meldiron in #344
- Bug fixes for CLI deploy by @Meldiron in #350
- Implemenetd output path for file endpoints by @Meldiron in #351
- php SDK chunked upload by @lohanidamodar in #235
- Large File Chunked Upload support on Flutter by @lohanidamodar in #302
- Implemented web chunk upload by @Meldiron in #342
- Implemented deno chunk upload by @Meldiron in #343
- Feat-upgrade-dependencies by @lohanidamodar in #357
- Supported language updates by @abnegate in #362
- Feat android large file by @abnegate in #358
- Feat swift large file by @abnegate in #359
- Feat python large file by @abnegate in #360
- Feat ruby large file by @abnegate in #361
- Fix query class type definition by @vladmit3 in #349
- upgraded twig to twig 3 by @lohanidamodar in #368
- Global json and verbose options by @Meldiron in #352
- Fixed deprecated command, added automatic entrypoint, fixed auto-activation by @Meldiron in #356
- Update package installation with Xcode for 13+ by @abnegate in #367
- Fix apple platform archive errors related to minimum deployment targets by @abnegate in #364
- feat: improve tests by @TorstenDittmann in #355
- Fix ruby response types by @abnegate in #371
- Expose realtime websocket close code by @lohanidamodar in #374
- Resumable upload - Web by @lohanidamodar in #373
- update contribution guideline for new tests by @lohanidamodar in #370
- Feat update kotlin publish plugin by @abnegate in #369
- Resumable upload - Dart by @lohanidamodar in #365
- Improve Flutter and Dart SDK using official lint rules by @lohanidamodar in #372
- Fix: Added UploadProgress type by @Meldiron in #379
- Improved CLI flow and features by @Meldiron in #380
- update exceptions by @lohanidamodar in #366
- Feat node cli by @christyjacob4 in #311
- Feat node cli by @christyjacob4 in #381
- resumable upload support on Flutter by @lohanidamodar in #377
- Fix: Tarring process by @Meldiron in #382
- Fix CLI deleting variables on function deploy by @PineappleIOnic in #383
- Fix websocket client not respecting client self signed status by @abnegate in #385
- Fix android kt publishing for actions by @abnegate in #389
- Refactor on progress by @abnegate in #388
- Handle properties' additional properties as maps by @abnegate in #387
- Feat preps 0.13 install sh by @wess in #384
- fix: php delete methods to return array by @TorstenDittmann in #392
- Adds install.ps1 to CLI installer templates. by @wess in #391
- Fix: chunk upload by @Meldiron in #390
- Feat preps for 0.13 by @lohanidamodar in #354
New Contributors
Full Changelog: 0.17.2...0.18.0
0.17.2
What's Changed
- Fix Kotlin exceptions for Java 16+ by @abnegate in #340
- Replace Kotlin + Android number casting with conversion by @abnegate in #339
- Add property serialised names to fix use with realtime
payloadType
by @abnegate in #347 - Fix Android + Kotlin nullable numbers by @abnegate in #346
Full Changelog: 0.17.1...0.17.2
0.17.1
What's Changed
- Fix kotlin android swift dart syntax errors by @lohanidamodar in #336
- Added proper export for Query class by @Meldiron in #337
New Contributors
Full Changelog: 0.17.0...0.17.1
0.17.0
What's Changed
- feat-new-db-query by @lohanidamodar in #234
- feat: add new spec by @christyjacob4 in #317
- Add the Swift query class by @abnegate in #319
- fix(db-refactor): Javascript/Typescript by @TorstenDittmann in #316
- Removes RegEx from path building as it's not needed. by @wess in #328
- fix flutter weboauth by @lohanidamodar in #330
- Fix-remove-contains-query by @lohanidamodar in #331
- Feat-dependency-upgrades by @lohanidamodar in #332
- Feat db refactor by @lohanidamodar in #333
New Contributors
Full Changelog: 0.16.3...0.17.0
0.16.3
What's Changed
- Feat: Issue Templates to Issue Forms by @2002Bishwajeet in #272
- Ruby SDK: Fix ArgumentError on instantiating Appwrite::Exception class by @foxy-eyed in #293
- fix(web): export realtime response event type by @TorstenDittmann in #312
- Feat language level identifier overrides by @abnegate in #313
- flutter dependency upgrades by @lohanidamodar in #323
- bugfix double realtime connections by @s3ppo in #314
- Use identifier overrides to override conflicting identifier name by @lohanidamodar in #327
- refactor: Add linting rules to flutter sdk, and change code to comply with the rules by @KhaleelSH in #321
- modification for flutter web auth 0.4.0 by @Silfalion in #325
New Contributors
- @2002Bishwajeet made their first contribution in #272
- @foxy-eyed made their first contribution in #293
- @s3ppo made their first contribution in #314
- @KhaleelSH made their first contribution in #321
Full Changelog: 0.16.2...0.16.3
0.16.2
What's Changed
- feat(android): response models by @abnegate in #299
- feat(kotlin): response models by @abnegate in #300
- feat(ruby): response models by @abnegate in #301
- feat(deno): response models by @TorstenDittmann in #306
- feat(node): response models by @TorstenDittmann in #307
Full Changelog: 0.16.1...0.16.2
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