NOTE: This release switches from using git submodules to vendored sources. This should help reduce he cost of using this package in other packages. If you have a force, make sure you update across it to track that change correctly so don't accidentally keep your fork using the submodules.
What's Changed
SemVer Minor
- Replace protobuf/abseil submodules with vendored sources by @kateinoigakukun in #2021
- Version bump for a release. by @thomasvl in #2024
SemVer Patch
- Update proto files from upstream and regenerate. by @thomasvl in #2009
- Update proto files from upstream. by @thomasvl in #2015
- Update proto files from upstream. by @thomasvl in #2017
- Update proto file from upstream. by @thomasvl in #2022
- Add a cache for the recursive check to help improve performance. by @thomasvl in #2034
- Update protobuf to v34.1 by @thomasvl in #2026
Other Changes
- Add 6.3 into the testing matrix. by @thomasvl in #2012
- Drop the API break file. by @thomasvl in #2018
- Drop the known breaks file now that descriptor is back in sync. by @thomasvl in #2023
- Fix missing python3 dependency in
update_protobuf.ymlworkflow by @kateinoigakukun in #2025 - Prevent
make referencefrom failing the protobuf & abseil updates. by @thomasvl in #2029 - Remove the 'echo' left from faking a successfull update. by @thomasvl in #2031
New Contributors
- @kateinoigakukun made their first contribution in #2021
Full Changelog: 1.36.1...1.37.0