Compare commits

...

1 Commits

Author SHA1 Message Date
Basileus
3eaff291c4
Changelog additions 2022-01-27 09:33:28 +11:00

View File

@ -9,7 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
- **Breaking**: Client and Service Stubs no longer pack and unpack the input message fields as parameters. - fix: Format field comments also as docstrings (#304)
- fix: Fix message text in NotImplementedError (#325)
- **Breaking**: Client and Service Stubs take 1 request parameter, not one for each field (#311)
Client and Service Stubs no longer pack and unpack the input message fields as parameters.
Update your client calls and server handlers as follows: Update your client calls and server handlers as follows: