File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v2.0.0 (2022-03-08)
4+
5+ ### :boom : Breaking Changes
6+ - Global refactoring. (Issues: [ ` #72 ` ] ( https://github.com/mom1/api-client-pydantic/issues/72 ) )
7+
8+ - support for more use cases (fix #72 ).
9+ - ` ; serialize_response` ; and ` ; serialize_request` ; and ` ; serialize` ; call signature changed.
10+ - ` ; serialize_response` ; and ` ; serialize_request` ; names are left for compatibility,
11+ it is better to use ` ; params_serializer` ; and ` ; response_serializer` ; instead.
12+ - Removed unnecessary dependencies.
13+ - Tests completely rewritten.
14+ - Decorating will only be done if necessary, which will positively affect performance.
15+
16+
17+ ### :arrow_up : Dependencies
18+ - Bump pycln from 1.2.0 to 1.2.4
19+
320# [ v1.2.2] ( https://github.com/mom1/api-client-pydantic/compare/1.2.1...1.2.2 ) (2022-02-24)
421
522## :arrow_up : Dependencies
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " api-client-pydantic"
3- version = " 1.2.2 "
3+ version = " 2.0.0 "
44description = " API Client extension for validate and transform requests / responses using pydantic."
55authors = [
" MaxST <[email protected] >" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments