Skip to content

Releases: commonism/aiopenapi3

v0.7.1

06 Sep 11:04
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.7.1

v0.7.1a1

29 Aug 06:59
Compare
Choose a tag to compare
v0.7.1a1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.7.1a1

v0.7.0a1

12 Jul 13:48
Compare
Choose a tag to compare
v0.7.0a1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.7.0a1

0.6.0 - breaking changes

02 Mar 06:05
Compare
Choose a tag to compare

Breaking changes

This release introduces breaking changes. The model construction was changed wrt. to the use of pydantic RootModels, avoiding them where possible and using annotations instead. Annotations do not require accessing the value via .root, additionally Schema.model() unwraps the first layer of a RootModel, resulting in a change of access to the models returned from calls.

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.6.0a1

15 Feb 19:55
Compare
Choose a tag to compare
v0.6.0a1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.5.0...v0.6.0a1

v0.5.0

19 Nov 08:43
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.5.0a1

11 Nov 10:39
Compare
Choose a tag to compare
v0.5.0a1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.4.0...v0.5.0a1

v0.4.0

12 Sep 13:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.4.0a3

05 Sep 05:19
Compare
Choose a tag to compare
v0.4.0a3 Pre-release
Pre-release

What's Changed

Full Changelog: v0.3.0...v0.4.0a3

v0.4.0a1

03 Sep 15:01
Compare
Choose a tag to compare
v0.4.0a1 Pre-release
Pre-release

What's Changed

  • Request/Response Streaming by @commonism in #144
  • PDM - update dependencies by @github-actions in #133
  • model - discriminated unions with parent properties by @commonism in #149

Full Changelog: v0.3.0...v0.4.0a1