Skip to content

Commit

Permalink
Merge pull request #277 from streem/garyp/fix-method-too-large
Browse files Browse the repository at this point in the history
Reduce chunk size for message descriptors in generated code
  • Loading branch information
garyp authored Aug 29, 2024
2 parents d9b3aa6 + ed7909a commit b9964ca
Show file tree
Hide file tree
Showing 6 changed files with 3,871 additions and 3,783 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

### Fixed

* Reduced the likelihood of getting a `MethodTooLargeException` when generating code for protobuf messages that contain many fields with custom options. (PR [#277], fixes [#252])

[#233]: https://github.com/streem/pbandk/issues/233
[#252]: https://github.com/streem/pbandk/issues/252
[#270]: https://github.com/streem/pbandk/pull/270
[#273]: https://github.com/streem/pbandk/pull/273
[#276]: https://github.com/streem/pbandk/pull/276
[#277]: https://github.com/streem/pbandk/pull/277


## [0.15.0] - 2024-08-05
Expand Down
Loading

0 comments on commit b9964ca

Please sign in to comment.