Skip to content

Commit 467e05a

Browse files
1 parent 4cd387b commit 467e05a

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "api-client-pydantic"
3-
version = "1.2.2"
3+
version = "2.0.0"
44
description = "API Client extension for validate and transform requests / responses using pydantic."
55
authors = ["MaxST <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)