You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# CHANGELOG
2
2
3
-
## UNRELEASED
3
+
## 0.8.0 (2023-08-22)
4
4
5
5
- Added support for `Upload` scalar. Added support for file uploads to `AsyncBaseClient` and `BaseClient`.
6
6
- Added validation of defined operations against the schema.
@@ -10,6 +10,7 @@
10
10
- Added default representation for a field name consisting only of underscores.
11
11
- Changed generated client and models to use pydantic v2.
12
12
- Changed custom scalars implementation to utilize pydantic's `BeforeValidator` and `PlainSerializer`. Added `scalars_module_name` option. Replaced `generate_scalars_parse_dict` and `generate_scalars_serialize_dict` with `generate_scalar_annotation` and `generate_scalar_imports` plugin hooks.
13
+
- Unified annotations in generated client to be compatible with python < 3.9.
13
14
- Fixed generating default values of input types from remote schemas.
14
15
- Changed generating of input and result field names to add `_` to names reserved by pydantic.
0 commit comments