Skip to content

Commit

Permalink
Bump and release 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pgjones committed May 20, 2024
1 parent 00a596b commit 4ff2aa5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
0.20.0 2024-05-20
-----------------

* Bugfix the pydantic dataclass check.
* Bugfix list model class handling and type identification.
* Bugfix form multiselect request validation.
* Bugfix the deprecate decorator was meant to be called without
arguments (this is backwards incompatible).
* Bugfix using msgspec without attrs
* Enhance pydantic model schema generation to utilise the schema mode
as serialization for response models.
* Support all Pydantic dump options. This replaces
``QUART_SCHEMA_BY_ALIAS=True`` config value with the QuartSchema
constructor argument ``pydantic_dump_options={"by_alias: True}`` or
the ``QUART_SCHEMA_PYDANTIC_DUMP_OPTIONS`` config value.

0.19.1 2024-02-13
-----------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "quart-schema"
version = "0.19.1"
version = "0.20.0"
description = "A Quart extension to provide schema validation"
authors = ["pgjones <[email protected]>"]
classifiers = [
Expand Down

0 comments on commit 4ff2aa5

Please sign in to comment.