Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: Update google.golang.org/[email protected] #35100

Closed
wants to merge 1 commit into from

Conversation

bflad
Copy link
Member

@bflad bflad commented Apr 30, 2024

Reference: https://github.com/protocolbuffers/protobuf-go/releases/tag/v1.34.0

This release introduces support for Protobuf editions. 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.

Changing the latest, unreleased Protocol Buffers definitions from syntax "proto3" to edition = "2023" will be proposed after this dependency update.

This change was performed via:

go get google.golang.org/[email protected]
make syncdeps
make protobuf

Target Release

1.9.0

Draft CHANGELOG entry

N/A

Reference: https://github.com/protocolbuffers/protobuf-go/releases/tag/v1.34.0

This release introduces support for [Protobuf editions](https://protobuf.dev/editions/overview/). 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.

Changing the latest, unreleased Protocol Buffers definitions from `syntax "proto3"` to `edition = "2023"` will be proposed after this dependency update.

This change was performed via:

```
go get google.golang.org/[email protected]
make syncdeps
make protobuf
```
Copy link
Member

@SarahFrench SarahFrench left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bflad
Copy link
Member Author

bflad commented May 14, 2024

Closing to reduce PR noise as there was no comments/approval from the core team.

@bflad bflad closed this May 14, 2024
@bflad bflad deleted the bflad/protobuf-v1.34.0 branch May 14, 2024 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Auto-pinning
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants