Releases: appwrite/sdk-generator
2.0.0
OpenAPI 3 is now the native spec format of the generator. The parser reads OpenAPI 3 documents directly (servers, components, requestBody, response content, oneOf/anyOf unions with discriminators), and Swagger 2 remains fully supported through an adapter that converts its document to the OpenAPI 3 shape at construction — both formats produce byte-identical SDKs. example.php now defaults to OpenAPI 3 specs, with the format selectable as a third argument (php example.php <sdk> <platform> <swagger2|openapi3>).
New Features
- OpenAPI 3 as the native spec parsing pipeline
Bug Fixes
- Initialize the header parameters key the parser writes to
- Preserve nested list element types in dotnet model conversion
- Exclude apps and oauth services from the cli sdk
- Fix React Native npm audit
Other Changes
- Update @appwrite.io/console to ^14.0.0 in the cli sdk
- Remove outdated claim about missing definition support
- Drop Swagger2Spec from the e2e matrix
1.32.10
What's Changed
Full Changelog: 1.32.9...1.32.10
1.32.9
What's Changed
- Support security-backed path parameters by @ChiragAgg5k in #1582
Full Changelog: 1.32.8...1.32.9
1.32.8
What's Changed
- Fix JS language override property fatal by @ChiragAgg5k in #1581
Full Changelog: 1.32.7...1.32.8
1.32.7
What's Changed
- Fix Node SDK fetch transport on Node 26 by @ChiragAgg5k in #1580
Full Changelog: 1.32.6...1.32.7
1.32.6
Fixed
- Validate generated Flutter unit tests in the validation workflow.
- Fix generated Dart and Flutter web auth service tests so OAuth session/token tests compile and pass.
1.32.5
What's Changed
- Add Accept header from spec produces by @ChiragAgg5k in #1577
- Add Rector and modernize SDK generator CI by @ChiragAgg5k in #1578
Full Changelog: 1.32.4...1.32.5
1.32.4
What's Changed
- fix(unity): ship SDK as a UPM package with .meta files by @ChiragAgg5k in #1576
Full Changelog: 1.32.3...1.32.4
1.32.3
What's Changed
- [codex] Fix Go array doc examples by @ChiragAgg5k in #1574
Full Changelog: 1.32.2...1.32.3
1.32.2
What's Changed
- Fix CLI organization auth and pull settings by @ChiragAgg5k in #1573
Full Changelog: 1.32.1...1.32.2