@@ -277,6 +277,10 @@ Compression strategy.
277277## Class Options
278278<!-- YAML
279279added: v0.11.1
280+ changes:
281+ - version: v5.11.0
282+ pr-url: https://github.com/nodejs/node/pull/6069
283+ description: The `finishFlush` option is supported now.
280284-->
281285
282286<!-- type=misc-->
@@ -315,6 +319,17 @@ Compress data using deflate, and do not append a `zlib` header.
315319## Class: zlib.Gunzip
316320<!-- YAML
317321added: v0.5.8
322+ changes:
323+ - version: v6.0.0
324+ pr-url: https://github.com/nodejs/node/pull/5883
325+ description: Trailing garbage at the end of the input stream will now
326+ result in an `error` event.
327+ - version: v5.9.0
328+ pr-url: https://github.com/nodejs/node/pull/5120
329+ description: Multiple concatenated gzip file members are supported now.
330+ - version: v5.0.0
331+ pr-url: https://github.com/nodejs/node/pull/2595
332+ description: A truncated input stream will now result in an `error` event.
318333-->
319334
320335Decompress a gzip stream.
@@ -329,13 +344,24 @@ Compress data using gzip.
329344## Class: zlib.Inflate
330345<!-- YAML
331346added: v0.5.8
347+ changes:
348+ - version: v5.0.0
349+ pr-url: https://github.com/nodejs/node/pull/2595
350+ description: A truncated input stream will now result in an `error` event.
332351-->
333352
334353Decompress a deflate stream.
335354
336355## Class: zlib.InflateRaw
337356<!-- YAML
338357added: v0.5.8
358+ changes:
359+ - version: v6.8.0
360+ pr-url: https://github.com/nodejs/node/pull/8512
361+ description: Custom dictionaries are now supported by `InflateRaw`.
362+ - version: v5.0.0
363+ pr-url: https://github.com/nodejs/node/pull/2595
364+ description: A truncated input stream will now result in an `error` event.
339365-->
340366
341367Decompress a raw deflate stream.
0 commit comments