What's Changed
- feat(orval): warn when optionsParamRequired is set with fetch httpClient by @wadakatu in #3281
- fix(core): exclude unwritten schemas path from afterAllFilesWrite by @wadakatu in #3282
- docs(query): Document suspense override options by @MasterOdin in #3283
- fix(msw): ensure path colons are escaped with double backslashes by @crow-misia in #3286
- fix(query): apply queryOptions mutator to generated invalidate function (#3190) by @zeriong in #3290
- fix(zod): generate Body schema for multipart and urlencoded requests (#3066) by @zeriong in #3293
- chore(deps-dev): bump postcss from 8.5.6 to 8.5.13 by @dependabot[bot] in #3297
- chore(deps-dev): bump @vue/compiler-sfc from 3.5.30 to 3.5.33 by @dependabot[bot] in #3295
- chore(deps-dev): bump eslint-plugin-react-hooks from 7.0.1 to 7.1.1 by @dependabot[bot] in #3294
- fix(fetch,query,swr): attach JSDoc to main function instead of URL helper (#3266) by @zeriong in #3303
- fix(core): prevent empty import type statement with enumGenerationType: 'enum' (#3246) by @zeriong in #3304
- fix(query): warn when mutationInvalidates references a Query-emitted operation by @wadakatu in #3302
- fix(core): add missing import for $ref types in additionalProperties (#3255) by @zeriong in #3309
- fix(core): support Map format for x-enumDescriptions and x-enumNames (#3232) by @zeriong in #3307
- Release v8.9.1 by @github-actions[bot] in #3310
New Contributors
- @MasterOdin made their first contribution in #3283
- @crow-misia made their first contribution in #3286
Full Changelog: v8.9.0...v8.9.1