Skip to content

Commit d982546

Browse files
committed
docs: regenerate release notes
1 parent 4d79e72 commit d982546

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

packages/documentation/src/pages/reference/release-notes.mdx

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,30 @@ import { Callout, Steps } from 'nextra/components'
88
</Callout>
99

1010
<Steps>
11+
### 22 Dec 2024 (v0.18.0)
12+
Primarily a bug-fix release focusing on improving client SDK runtime validation.
13+
14+
**POTENTIALLY BREAKING CHANGES**
15+
- Users of `joi` validation must change the dependency from `@hapi/joi` to `joi`
16+
- Unused `Res` and `StatusCode` types removed from `typescript-axios-runtime` package
17+
- `TypedFetchResponse` removed from `typescript-fetch-runtime` package, use exported type `Res` instead if needed
18+
19+
**Bug fixes**
20+
* feat(typescript-fetch)!: simplify response types by @mnahkies in https://github.com/mnahkies/openapi-code-generator/pull/280
21+
* fix(typescript-axios)!: remove unused exports by @mnahkies in https://github.com/mnahkies/openapi-code-generator/pull/281
22+
* fix(joi)!: switch from @hapi/joi to joi by @mnahkies in https://github.com/mnahkies/openapi-code-generator/pull/284
23+
* fix: intersected union schemas by @mnahkies in https://github.com/mnahkies/openapi-code-generator/pull/283
24+
* fix(typescript-fetch): runtime validation works by @mnahkies in https://github.com/mnahkies/openapi-code-generator/pull/287
25+
* fix(client-sdks): handle 204 empty responses with runtime validation by @mnahkies in https://github.com/mnahkies/openapi-code-generator/pull/288
26+
27+
**Misc**
28+
* chore: refresh / update deps by @mnahkies in https://github.com/mnahkies/openapi-code-generator/pull/289
29+
* test: add missing unit tests to utils by @mnahkies in https://github.com/mnahkies/openapi-code-generator/pull/292
30+
* docs: regenerate release-notes by @mnahkies in https://github.com/mnahkies/openapi-code-generator/pull/279
31+
32+
33+
**Full Changelog**: https://github.com/mnahkies/openapi-code-generator/compare/v0.17.0...v0.18.0
34+
1135
### 11 Dec 2024 (v0.17.0)
1236
The main change is that `server` overrides at the path / operation level will now be respected and create an additional positional parameter for these methods when generating clients (closes #266).
1337

0 commit comments

Comments
 (0)