Skip to content

Releases: zmievsa/cadwyn

7.1.0

15 Jun 18:41
2e8d158

Choose a tag to compare

What's Changed

Full Changelog: 7.0.0...7.1.0

7.0.0

06 Jun 16:34
e26abe4

Choose a tag to compare

What's Changed

  • Breaking change if you relied on lifespan running multiple times: Fix duplicated lifecycle callbacks in Cadwyn routers by @zmievsa in #375
  • Add support for mounting by @zmievsa in #376

Full Changelog: 6.2.2...7.0.0

6.2.2

20 Apr 17:59

Choose a tag to compare

What's Changed

  • Support disabling separate input and output schemas by @kouk in #369

Full Changelog: 6.2.1...6.2.2

6.2.1

20 Apr 10:54

Choose a tag to compare

What's Changed

  • Bump requests from 2.32.5 to 2.33.0 in the uv group across 1 directory by @dependabot[bot] in #362
  • improve documentation-18 by @Shigerman in #363
  • Bump pytest from 8.4.2 to 9.0.3 in the uv group across 1 directory by @dependabot[bot] in #364
  • Bump python-multipart from 0.0.22 to 0.0.26 in the uv group across 1 directory by @dependabot[bot] in #367
  • Fixed response_model not being respected on routes. Fixes #365 by @kouk in #366
  • Fixed openapi_tags to only include tags used by served routes (#368)

New Contributors

  • @kouk made their first contribution in #366

Full Changelog: 6.2.0...6.2.1

6.2.0

29 Mar 18:54

Choose a tag to compare

  • Add support for overriding static assets for swagger/redoc

Full Changelog: 6.1.1...6.2.0

6.1.1

23 Mar 11:03

Choose a tag to compare

What's Changed

  • Fix compatibility with starlette==1.0.0
  • improve documentation-17 by @Shigerman in #360

Full Changelog: 6.1.0...6.1.1

6.1.0

22 Mar 13:50
6a250eb

Choose a tag to compare

What's Changed

  • Add request.form data migration support by @zmievsa in #359
  • Fix false RouterPathParamsModifiedError when renaming path-versioned endpoints by @zmievsa in #358

Full Changelog: 6.0.4...6.1.0

6.0.4

14 Mar 17:41
42240f6

Choose a tag to compare

What's Changed

  • Resolve '__getitem__' requires a 'typing.Union' error by @ulgens in #336
  • Adopt Python 3.14 related http.cookies changes by @ulgens in #338
  • Adopt Python 3.14 related union handling changes by @ulgens in #337
  • Replace the legacy ruff hook id by @ulgens in #340
  • Remove duplicate pygrep-hooks by @ulgens in #339
  • Drop Python 3.9 support by @ulgens in #342
  • Fix issue 324 by @Shigerman in #329
  • Add Python 3.14 support by @zmievsa in #345
  • Bump python-multipart from 0.0.21 to 0.0.22 in the uv group across 1 directory by @dependabot[bot] in #346
  • Update dependency pytest to v8.4.2 by @renovate[bot] in #348
  • Update pre-commit hook astral-sh/uv-pre-commit to v0.10.7 - autoclosed by @renovate[bot] in #347
  • improve documentation-16 by @Shigerman in #355

Full Changelog: 6.0.3...6.0.4

6.0.3

15 Feb 17:33
c433870

Choose a tag to compare

What's Changed

  • Tolerate FastAPI 0.128+ utils removal, restrict fastapi >= 0.128.6 by @shahar1 in #327

New Contributors

Full Changelog: 6.0.2...6.0.3

6.0.2

13 Feb 21:19
dd3e745

Choose a tag to compare

What's Changed

  • Bump urllib3 from 2.6.2 to 2.6.3 in the uv group across 1 directory by @dependabot[bot] in #323
  • improve documentation-15 by @Shigerman in #325
  • Update setup-python-uv action dependencies by @ulgens in #328
  • Update uv version in git hooks by @ulgens in #333
  • Update GHA dependencies by @ulgens in #332
  • Resolve ...has no attribute '__annotations__' error by @ulgens in #334

New Contributors

Full Changelog: 6.0.1...6.0.2