Skip to content

Commit

Permalink
Add release notes for recent python API update
Browse files Browse the repository at this point in the history
  • Loading branch information
eustas committed Jan 17, 2025
1 parent 67d78bc commit ad3c0d5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [1.1.0] - 2023-08-28

### SECURITY
- python: added `Decompressor::can_accept_more_data` method ang optional
`max_output_length` argument `Decompressor::process`;
that allows mitigation of unexpextedely large output;
reported by Charles Chan (https://github.com/charleswhchan)

### Added
- decoder: `BrotliDecoderAttachDictionary`
- decoder: `BrotliDecoderOnFinish` callback behind `BROTLI_REPORTING`
Expand Down

0 comments on commit ad3c0d5

Please sign in to comment.