Releases: messagebird/python-grpc-argument-validator
Releases · messagebird/python-grpc-argument-validator
v0.2.2 Add type annotations to `validate_args` decorator
0.2.2 - 2022-03-17
Added
- Add type annotations to
validate_args
decorator
What's Changed
- release v0.2.1 by @JornEngelbart in #8
- Add coverage to CI by @jostosh in #9
- Add docs, pypi and license badge by @jostosh in #10
- Add detailed documentation and make error messages more consistent by @jostosh in #11
- Small fixes docs and new patch by @jostosh in #12
- Pre-commit fix by @jostosh in #13
- Feature/better type annotations by @lstout in #16
Full Changelog: v0.2.1...v0.2.2
v0.2.1 Add support for rich gRPC error models
0.2.1 - 2021-07-29
Added
- Adds support for rich gRPC error models
v0.2.0 Add support for streaming requests
0.2.0 - 2021-07-27
Added
- Adds support for streaming requests
- Added ValidationContext that gives more information about the request in which validation is happening
v0.1.0 Initial implementation
0.1.0 - 2021-05-21
Added
- First implementation.
- Initial docs.
- CI pipelines