Skip to content

Commit

Permalink
perf!: concurrent merge with optional debugging (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-rushakoff authored Apr 18, 2023
1 parent d932639 commit a0d0171
Show file tree
Hide file tree
Showing 8 changed files with 649 additions and 106 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## Unreleased

## [v1.4.8](https://github.com/cosmos/gogoproto/releases/tag/v1.4.8) - 2023-04-18

### Breaking changes

- [#61](https://github.com/cosmos/gogoproto/pull/60) Use all available cores when merging registries.
Existing calls to `proto.MergedRegistry()` do not need to change.
The signature of `proto.MergedFileDescriptors` has changed to accept explicit arguments for the "global files" and "app files".
Calls to `proto.MergedFileDescriptors()` should change to `proto.MergedGlobalFileDescriptors()` or `proto.MergedGlobalFileDescriptorsWithValidation()`.

### Improvements

- [#59](https://github.com/cosmos/gogoproto/pull/59) Reuse buffers and gzip readers to reduce memory allocations during MergedFileDescriptors.
Expand Down
Loading

0 comments on commit a0d0171

Please sign in to comment.