8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b5594a commit 3eaff29Copy full SHA for 3eaff29
CHANGELOG.md
@@ -9,7 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
10
## [Unreleased]
11
12
-- **Breaking**: Client and Service Stubs no longer pack and unpack the input message fields as parameters.
+- fix: Format field comments also as docstrings (#304)
13
+- fix: Fix message text in NotImplementedError (#325)
14
+- **Breaking**: Client and Service Stubs take 1 request parameter, not one for each field (#311)
15
+ Client and Service Stubs no longer pack and unpack the input message fields as parameters.
16
17
Update your client calls and server handlers as follows:
18
0 commit comments