Skip to content
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
3 changes: 3 additions & 0 deletions protoc_plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
* Read `default_host` and `oauth_scopes` options from gRPC service definitions
and write that information to the generated gRPC clients.
* Generate dartdocs for grpc services ([#973]).
* Adjust the deprecation messages for the message `clone()` and `copyWith()`
methods ([#998]).

We now parse and generate code cooresponding to the proto options
`google.api.default_host` and `google.api.oauth_scopes`:
Expand Down Expand Up @@ -49,6 +51,7 @@ class FirestoreClient extends $grpc.Client {
[#975]: https://github.com/google/protobuf.dart/issues/975
[#952]: https://github.com/google/protobuf.dart/issues/952
[#986]: https://github.com/google/protobuf.dart/issues/986
[#998]: https://github.com/google/protobuf.dart/issues/998

## 22.0.1

Expand Down
96 changes: 24 additions & 72 deletions protoc_plugin/lib/src/generated/client.pb.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 4 additions & 12 deletions protoc_plugin/lib/src/generated/dart_options.pb.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading