Skip to content

prep to publish 22.4.0 #1023

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

Merged
merged 2 commits into from
Jun 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions protoc_plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
## 22.4.0-wip
## 22.4.0

* Update how we calculate import prefixes ([#1010]); import prefixes are now
unique per-library instead of being unique across all generated libraries.
* Ignore `unused_import` diagnostics for `*.pbjson.dart` files.
* Ignore `unused_import` diagnostics for `*.pbjson.dart` files. ([#1013])
* Revert the change to not generate empty `*.pbenum.dart` files; these can be
exported from other enum files.
* Improve the readablity of generated gRPC client files.
exported from other enum files. ([#1016])
* Improve the readablity of generated gRPC client files. ([#1021])
* Adjust the text of generated file headers ('This is a generated file...').
Copy link
Member

Choose a reason for hiding this comment

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

Are there PR numbers for these changes?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yup! added

([#1022])

[#1010]: https://github.com/google/protobuf.dart/issues/1010
[#1013]: https://github.com/google/protobuf.dart/pull/1013
[#1016]: https://github.com/google/protobuf.dart/pull/1016
[#1021]: https://github.com/google/protobuf.dart/pull/1021
[#1022]: https://github.com/google/protobuf.dart/pull/1022

## 22.3.0

Expand Down
2 changes: 1 addition & 1 deletion protoc_plugin/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: protoc_plugin
version: 22.4.0-wip
version: 22.4.0
description: A protobuf protoc compiler plugin used to generate Dart code.
repository: https://github.com/google/protobuf.dart/tree/master/protoc_plugin

Expand Down