Skip to content

Releases: commonism/aiopenapi3

v0.3.0

20 Aug 07:21
Compare
Choose a tag to compare

the pydanticv2 migration

migrated to pydanticv2 #95

What's Changed

  • deepObject nested Parameter encoding
  • restructured exceptions
  • using pdm for dependency/release management
  • improved support for OpenAPI 3.1
    • type: [string, "null"]
    • mutualTLS authentication
  • initial support for patternProperties & additionalProperties

Full Changelog: v0.2.0...v0.3.0

v0.3.0a9 - prerelease

16 Aug 08:10
Compare
Choose a tag to compare
Pre-release

the pydanticv2 migration

migrated to pydanticv2 #95

What's Changed

  • deepObject nested Parameter encoding
  • restructured exceptions
  • using pdm for dependency/release management
  • improved support for OpenAPI 3.1
    • type: [string, "null"]
    • mutualTLS authentication
  • initial support for patternProperties & additionalProperties

Full Changelog: v0.2.0...v0.3.0a9

Release v0.2.1

08 Jun 08:03
Compare
Choose a tag to compare

What's Changed

  • optional httpx-auth by @ggpwnkthx #92
  • Case-insensitive securityScheme (fixes #96) by @hsunner in #97
  • incomplete support for formdata & forms / multipart/form-data & application/x-www-form-urlencoded

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

10 Feb 07:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.7...v0.2.0