Bump compression from 1.7.5 to 1.8.0
Bumps compression from 1.7.5 to 1.8.0.
Release notes
Sourced from compression's releases.
v1.8.0
What's Changed
- Refactor chunkLength function for improved readability and consistency by
@Ayoub-Mabrouk
in expressjs/compression#203- Refactor toBuffer function to simplify buffer check logic by
@Ayoub-Mabrouk
in expressjs/compression#201- ci: add CodeQL (SAST) by
@bjohansebas
in expressjs/compression#204- Use headersSent instead of _header by
@maritz
in expressjs/compression#129- Bugfix/use write head instead of implicit header by
@Icehunter
in expressjs/compression#170- feat: add default option by
@bjohansebas
in expressjs/compression#191- ci: update ci workflow by
@bjohansebas
in expressjs/compression#206- feat: support for brotli by
@bjohansebas
in expressjs/compression#194- docs: improve readme by
@bjohansebas
in expressjs/compression#209- docs: keywords field by
@bjohansebas
in expressjs/compression#210- refactor: simplify encoding negotiation logic by
@bjohansebas
in expressjs/compression#213New Contributors
@Ayoub-Mabrouk
made their first contribution in expressjs/compression#203@maritz
made their first contribution in expressjs/compression#129@Icehunter
made their first contribution in expressjs/compression#170Full Changelog: https://github.com/expressjs/compression/compare/1.7.5...v1.8.0
Changelog
Sourced from compression's changelog.
1.8.0 / 2025-02-10
- Use
res.headersSent
when available- Replace
_implicitHeader
withwriteHead
property- add brotli support for versions of node that support it
- Add the enforceEncoding option for requests without
Accept-Encoding
header
Commits
-
c7ace2c
v1.8.0 -
0af2a9a
fix: don't handle * in enforceEncoding (#213) -
82c9cb5
fix(docs): keywords field (#210) -
0cf7d3f
fix(docs): improve readme (#209) -
d272132
feat: support for brotli (#194) -
96df7c5
improve ci workflow (#206) -
f4e596c
feat: add default option (#191) -
b7d5d77
Bugfix/use write head instead of implicit header (#170) -
8e5641c
Use headersSent instead of _header (#129) -
7b7f84b
ci: add CodeQL (SAST) (#204) - Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by wesleytodd, a new releaser for compression since your current version.
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts
Merge request reports
Activity
added dependencies javascript labels
mentioned in commit 169ca8b8
Please register or sign in to reply