Skip to content

Commit 4ff2aa5

Browse files
committed
Bump and release 0.20.0
1 parent 00a596b commit 4ff2aa5

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.rst

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
0.20.0 2024-05-20
2+
-----------------
3+
4+
* Bugfix the pydantic dataclass check.
5+
* Bugfix list model class handling and type identification.
6+
* Bugfix form multiselect request validation.
7+
* Bugfix the deprecate decorator was meant to be called without
8+
arguments (this is backwards incompatible).
9+
* Bugfix using msgspec without attrs
10+
* Enhance pydantic model schema generation to utilise the schema mode
11+
as serialization for response models.
12+
* Support all Pydantic dump options. This replaces
13+
``QUART_SCHEMA_BY_ALIAS=True`` config value with the QuartSchema
14+
constructor argument ``pydantic_dump_options={"by_alias: True}`` or
15+
the ``QUART_SCHEMA_PYDANTIC_DUMP_OPTIONS`` config value.
16+
117
0.19.1 2024-02-13
218
-----------------
319

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "quart-schema"
3-
version = "0.19.1"
3+
version = "0.20.0"
44
description = "A Quart extension to provide schema validation"
55
authors = ["pgjones <[email protected]>"]
66
classifiers = [

0 commit comments

Comments
 (0)