Skip to content

Commit 6dd7baa

Browse files
Gobot1234kalzoo
andauthored
Release v2.0.0.b4 (#307)
Co-authored-by: Kalan <[email protected]>
1 parent 573c729 commit 6dd7baa

File tree

3 files changed

+22
-11
lines changed

3 files changed

+22
-11
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
- Versions suffixed with `b*` are in `beta` and can be installed with `pip install --pre betterproto`.
99

10+
## [2.0.0b4] - 2022-01-03
11+
12+
- **Breaking**: the minimum Python version has been bumped to `3.6.2`
13+
14+
- Always add `AsyncIterator` to imports if there are services [#264](https://github.com/danielgtaylor/python-betterproto/pull/264)
15+
- Allow parsing of messages from `ByteStrings` [#266](https://github.com/danielgtaylor/python-betterproto/pull/266)
16+
- Add support for proto3 optional [#281](https://github.com/danielgtaylor/python-betterproto/pull/281)
17+
18+
- Fix compilation of fields with names identical to builtin types [#294](https://github.com/danielgtaylor/python-betterproto/pull/294)
19+
- Fix default values for enum service args [#299](https://github.com/danielgtaylor/python-betterproto/pull/299)
20+
1021
## [2.0.0b3] - 2021-04-07
1122

1223
- Generate grpclib service stubs [#170](https://github.com/danielgtaylor/python-betterproto/pull/170)
@@ -54,7 +65,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5465

5566
## [2.0.0b1] - 2020-07-04
5667

57-
[Upgrade Guide](./docs/upgrading.md)
68+
[Upgrade Guide](./docs/upgrading.md)
5869

5970
> Several bugfixes and improvements required or will require small breaking changes, necessitating a new version.
6071
> `2.0.0` will be released once the interface is stable.

poetry.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "betterproto"
3-
version = "2.0.0b3"
3+
version = "2.0.0b4"
44
description = "A better Protobuf / gRPC generator & library"
55
authors = ["Daniel G. Taylor <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)