Releases: BackendStack21/0http
Releases · BackendStack21/0http
Minor performance optimization
What's Changed
- Performance optimization by @jkyberneees in #30
Thanks to @shadown for contributing to this release!!!
Full Changelog: v3.4.2...v3.4.3
Fixes regression for prioRequestsProcessing property
Changes:
- Support for
prioRequestsProcessing
configuration is now fixed and properly tested. - 0http is now tested against Node.js v18 on CI/CD
Ensure Node.js v10.x compatibility
What's Changed
- Polyfill replaceAll, ensure node10x compat by @jkyberneees in #28
Full Changelog: v3.4.0...v3.4.1
Removing use of deprecated querystring module
What's Changed
- feat(#25): replace querystring parsing by @spurreiter in #26
- updating
lru-cache
module to v7.x
New Contributors
- @spurreiter made their first contribution in #26 👏😎
Full Changelog: v3.3.0...v3.4.0
Introducing 0http.21no.de
Changes:
- Introducing https://0http.21no.de
Fixing middlewares registration
Changes:
- This version fixes the following issue: BackendStack21/restana#114
- The cross-env module is now used to allow cross OS testing
Full Changelog: v3.1.2...v3.2.0
Fixing nested router urls handling
What's Changed
- Fixing nested router urls handling by @jkyberneees in #23
- Adding github actions for automated tests
- Adding badges in README.md
Full Changelog: v3.1.1...v3.1.2
Updating dependencies and docs
Changes:
- Updating documentation and docs.
- Updating dependencies.
Introducing prioRequestsProcessing configuration
Changes:
- We are now exposing the
prioRequestsProcessing
configuration property.
Big thanks to @schamberg97 👏
Drop low HTTP server implementation
In this release we drop the low
HTTP server implementation from this project.
A new separated project was created instead: https://github.com/jkyberneees/low-http-server