Skip to content

Releases: messagebird/python-grpc-argument-validator

v0.2.2 Add type annotations to `validate_args` decorator

17 Mar 08:29
1616f65
Compare
Choose a tag to compare

0.2.2 - 2022-03-17

Added

  • Add type annotations to validate_args decorator

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1 Add support for rich gRPC error models

29 Jul 12:49
4bc1a2e
Compare
Choose a tag to compare

0.2.1 - 2021-07-29

Added

  • Adds support for rich gRPC error models

v0.2.0 Add support for streaming requests

27 Jul 08:01
7029b66
Compare
Choose a tag to compare

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

21 May 12:00
ea29a4c
Compare
Choose a tag to compare

0.1.0 - 2021-05-21

Added

  • First implementation.
  • Initial docs.
  • CI pipelines