You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+27-3Lines changed: 27 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7,31 +7,55 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
- Versions suffixed with `b*` are in `beta` and can be installed with `pip install --pre betterproto`.
9
9
10
-
## [Unreleased]
10
+
## [2.0.0b5] - 2022-08-01
11
11
12
-
-**Breaking**: Client and Service Stubs no longer pack and unpack the input message fields as parameters.
12
+
-**Breaking**: Client and Service Stubs no longer pack and unpack the input message fields as parameters[#331](https://github.com/danielgtaylor/python-betterproto/pull/311)
13
13
14
14
Update your client calls and server handlers as follows:
0 commit comments