Opened 8 months ago

Closed 8 months ago

#18437 closed enhancement (fixed)

brotli-1.1.0

Reported by: Bruce Dubbs Owned by: pierre
Priority: normal Milestone: 12.1
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (4)

comment:1 by Xi Ruoyao, 8 months ago

Milestone: 12.199-Waiting
Summary: brotli-1.1.0brotli-1.1.0rc (wait for 1.1.0)

comment:2 by pierre, 8 months ago

Milestone: 99-Waiting12.1
Summary: brotli-1.1.0rc (wait for 1.1.0)brotli-1.1.0

v1.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

comment:3 by pierre, 8 months ago

Owner: changed from blfs-book to pierre
Status: newassigned

comment:4 by pierre, 8 months ago

Resolution: fixed
Status: assignedclosed

Fixed at 748752de

Note: See TracTickets for help on using tickets.