Skip to content

@effect/openapi-generator@4.0.0-rc.116

Pre-release
Pre-release

Choose a tag to compare

@effect-bot effect-bot released this 18 Sep 21:39
· 5 commits to main since this release
d62dd0d

Patch Changes

  • #8261 d30a0c8 Thanks @nikhilsnayak! - Add HTTP QUERY support to clients, routers, HttpApi endpoints, and AI request metadata. Configure CORS support through allowedMethods; defaults are unchanged.

    OpenAPI 3.1 output represents QUERY through x-oai-additionalOperations, which requires consumer support for that extension. The OpenAPI generator accepts the extension and the native OpenAPI 3.2 query field.

  • #8208 abb93c2 Thanks @xia-chao! - Generated HTTP clients now type multipart/form-data fields with format: binary as File | Blob instead of string. httpapi output is unchanged.

    Referenced components containing binary fields use *Multipart exports, such as UploadBodyMultipart. If a component is used only by multipart requests, update imports from its original name to the generated name. Components also used by JSON requests or responses keep their original exports and string fields.

  • Updated dependencies [c19c63f, 8cb0a4f, 8f420bb, 1393080, ccae354, 553c403, 45b5103, 77a5612, 1076170, f110af1, 0045152, 51d4a2f, 4d4c4e8, ccfe152, d30a0c8, 84fe64a, 49e4b37, 49e4b37, a2c4154, 23a58c0, feef90c, 755e863, 49e4b37, 9ad9891, 0beded0, 2940742, 63c1566]:

    • effect@4.0.0-rc.116
    • @effect/platform-node@4.0.0-rc.116