Releases: commonism/aiopenapi3
Releases · commonism/aiopenapi3
v0.3.0
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
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
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
- @hsunner made their first contribution in #97
- @ggpwnkthx made their first contribution in #92
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- documentation on rtd
- cli got subcommands
- added OpenAPI.copy
- added OpenAPI.createRequest
- plugins message.received can be used to mangle the raw responses status_code content_type and headers
- improved Exceptions
Full Changelog: v0.1.7...v0.2.0