Skip to content

Releases: appwrite/sdk-generator

2.0.0

11 Jun 05:55
60a2e80

Choose a tag to compare

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

10 Jun 14:20
958ccb1

Choose a tag to compare

What's Changed

  • Resolve nested model references emitted as allOf and property-level x-oneOf by @abnegate in #1583

Full Changelog: 1.32.9...1.32.10

1.32.9

09 Jun 13:21
fe685c0

Choose a tag to compare

What's Changed

Full Changelog: 1.32.8...1.32.9

1.32.8

09 Jun 05:36
62d4f96

Choose a tag to compare

What's Changed

Full Changelog: 1.32.7...1.32.8

1.32.7

08 Jun 09:46
62cf325

Choose a tag to compare

What's Changed

Full Changelog: 1.32.6...1.32.7

1.32.6

08 Jun 07:20
8d92455

Choose a tag to compare

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

08 Jun 03:56
f2869f1

Choose a tag to compare

What's Changed

Full Changelog: 1.32.4...1.32.5

1.32.4

07 Jun 06:13
f8c4258

Choose a tag to compare

What's Changed

Full Changelog: 1.32.3...1.32.4

1.32.3

05 Jun 09:07
c815f33

Choose a tag to compare

What's Changed

Full Changelog: 1.32.2...1.32.3

1.32.2

04 Jun 09:33
89251ae

Choose a tag to compare

What's Changed

Full Changelog: 1.32.1...1.32.2