Path to this page:
Subject: CVS commit: pkgsrc/archivers/py-brotli
From: Adam Ciarcinski
Date: 2023-09-13 21:38:48
Message id: 20230913193848.C0076FBDB@cvs.NetBSD.org
Log Message:
py-brotli: updated to 1.1.0
1.1.0
Added
decoder: BrotliDecoderAttachDictionary
decoder: BrotliDecoderOnFinish callback behind BROTLI_REPORTING
decoder: BrotliDecoderSetMetadataCallbacks
encoder: BrotliEncoderPrepareDictionary, BrotliEncoderDestroyPreparedDictionary, \
BrotliEncoderAttachPreparedDictionary
decoder: BrotliEncoderOnFinish callback behind BROTLI_REPORTING
common: BrotliSharedDictionaryCreateInstance, \
BrotliSharedDictionaryDestroyInstance, BrotliSharedDictionaryAttach
CLI: --dictionary option
java: encoder wrapper: Parameters.mode
java: Brotli{Input|Output}Stream.attachDictionary
java: wrapper: partial byte array input
typescript: decoder (transpiled from Java)
Removed
build: BROTLI_BUILD_PORTABLE option
Fixed
java: JNI decoder failed sometimes on power of 2 payloads
Improved
java / js: smaller decoder footprint
decoder: faster decoding
encoder: faster encoding
encoder: smaller stack frames
Files: