Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Apr 09:51
· 218 commits to main since this release

v2.0.0 (2022-03-08)

💥 Breaking Changes

  • Global refactoring. (Issues: #72)
- support for more use cases (fix #72).
- `serialize_response` and `serialize_request` and `serialize` call signature changed.
- `serialize_response` and `serialize_request` names are left for compatibility,
   it is better to use `params_serializer` and `response_serializer` instead.
- Removed unnecessary dependencies.
- Tests completely rewritten.
- Decorating will only be done if necessary, which will positively affect performance.

⬆️ Dependencies

  • Bump pycln from 1.2.0 to 1.2.4