Releases: betterproto/python-betterproto2
Releases · betterproto/python-betterproto2
v0.1.3
What's Changed
- Add unwrap convenience function by @AdrienVannson in #47
- Remove CodeQL workflow by @AdrienVannson in #48
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- Add a field metadata indicating if the field is repeated by @AdrienVannson in #46
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- Test oneof documentation by @AdrienVannson in #42
- Make oneof index optional by @AdrienVannson in #44
- Bump to 0.1.1 by @AdrienVannson in #45
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- Use ruff instead of black+isort by @AdrienVannson in #1
- Remove repeat by @AdrienVannson in #3
- Fix parse_source_type_name by @AdrienVannson in #4
- Update README and licence by @AdrienVannson in #5
- Remove placeholders by @AdrienVannson in #2
- Fix branch name in actions by @AdrienVannson in #6
- Simplify indentation by @AdrienVannson in #7
- Remove the raw_get function by @AdrienVannson in #8
- Remove the len method by @AdrienVannson in #9
- Remove partially serialize_empty by @AdrienVannson in #10
- Min python version by @AdrienVannson in #11
- Remove useless condition by @AdrienVannson in #12
- Fix packed lists by @AdrienVannson in #13
- Simplify imports by @AdrienVannson in #16
- Simplify rpc calls with empty input message by @AdrienVannson in #17
- Remove useless yield in template by @AdrienVannson in #18
- Fix optional by @AdrienVannson in #19
- Add the quotes around types only at the end by @AdrienVannson in #20
- Remove group current and setattr by @AdrienVannson in #21
- Don't rely on type hints to compute the default value of a field by @AdrienVannson in #22
- Add a few lint rules, set line-length to 120 by @AdrienVannson in #23
- Move documentation to MkDocs by @AdrienVannson in #24
- Add missing dependency by @AdrienVannson in #25
- Add missing option by @AdrienVannson in #26
- Use poetry in mkdocs workflow by @AdrienVannson in #27
- Add search plugin to documentation by @AdrienVannson in #28
- Configure release to PyPI by @AdrienVannson in #30
- Simplify workflow by @AdrienVannson in #31
- Fix betterproto version in documentation by @AdrienVannson in #32
- Add navigation tabs to the documentation by @AdrienVannson in #33
- Remove compiler code by @AdrienVannson in #34
- Remove version test by @AdrienVannson in #35
- Move async channel to tests by @AdrienVannson in #36
- Add documentation for field presence and oneof support by @AdrienVannson in #37
- Simplify dataclass fields by @AdrienVannson in #38
- Allow Python 3.13 by @AdrienVannson in #29
- Remove useless files at the root of the project by @AdrienVannson in #39
- Add lib / compiler compatibility check by @AdrienVannson in #40
- Bump version to 0.1.0 by @AdrienVannson in #41
New Contributors
- @AdrienVannson made their first contribution in #1
Full Changelog: https://github.com/betterproto/python-betterproto2/commits/v0.1.0