Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): Update module google.golang.org/protobuf to v1.34.0 (#307)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [google.golang.org/protobuf](https://togithub.com/protocolbuffers/protobuf-go) | require | minor | `v1.33.0` -> `v1.34.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>protocolbuffers/protobuf-go (google.golang.org/protobuf)</summary> ### [`v1.34.0`](https://togithub.com/protocolbuffers/protobuf-go/releases/tag/v1.34.0) [Compare Source](https://togithub.com/protocolbuffers/protobuf-go/compare/v1.33.0...v1.34.0) #### Notable changes **New Features** [Protobuf editions](https://protobuf.dev/editions/overview/) are fully supported. You can now use `edition = "2023"` in .proto files together with the `proto-gen-go`. Edition2023 does not introduce any new features but can be used to replace `syntax "proto2/3"`. Future editions might introduce new features. See https://protobuf.dev/editions/overview/ for more details on protobuf editions. **Documentation** Various smaller changes to improve existing documentation and to add more examples. - [CL/574455](https://go.dev/cl/574455): proto: extend Marshal documentation, include an example - [CL/574635](https://go.dev/cl/574635): proto: extend Unmarshal documentation, include an example - [CL/574836](https://go.dev/cl/574836): protogen: update Options documentation. - [CL/573361](https://go.dev/cl/573361): proto: add examples for Size, MarshalAppend (regarding allocations) - [CL/579895](https://go.dev/cl/579895): encoding/{protojson,prototext}: strengthen wording on stability **Extensions** These are mostly performance improvements or preparations for performance improvements. - [CL/575035](https://go.dev/cl/575035): internal/impl: ensure proto.HasExtension does not allocate - [CL/576315](https://go.dev/cl/576315): \[encoding/{protojson,prototext}: strengthen wording on stability]\(proto: CSE ProtoReflect() and TypeDescriptor() in proto.HasExtension - [CL/576316](https://go.dev/cl/576316): internal/impl: pass ExtensionTypeDescriptor to extensionMap - [CL/579275](https://go.dev/cl/579275): \[proto] use the correct parent when resolving features for extensions - [CL/579595](https://go.dev/cl/579595): proto: return an error instead of producing invalid wire format </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 3am on Saturday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDAuNSIsInVwZGF0ZWRJblZlciI6IjM3LjM0MC41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
- Loading branch information