Skip to content

Releases: BackendStack21/0http

Minor performance optimization

08 Feb 21:07
Compare
Choose a tag to compare

What's Changed

Thanks to @shadown for contributing to this release!!!

Full Changelog: v3.4.2...v3.4.3

Fixes regression for prioRequestsProcessing property

10 Dec 09:57
Compare
Choose a tag to compare

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

13 Jun 19:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.4.0...v3.4.1

Removing use of deprecated querystring module

12 Jun 19:04
Compare
Choose a tag to compare

What's Changed

  • feat(#25): replace querystring parsing by @spurreiter in #26
  • updating lru-cache module to v7.x

New Contributors

Full Changelog: v3.3.0...v3.4.0

Introducing 0http.21no.de

24 May 11:01
Compare
Choose a tag to compare

Fixing middlewares registration

11 May 12:12
Compare
Choose a tag to compare

Changes:

Full Changelog: v3.1.2...v3.2.0

Fixing nested router urls handling

05 Feb 15:28
Compare
Choose a tag to compare

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

01 May 12:00
Compare
Choose a tag to compare

Changes:

  • Updating documentation and docs.
  • Updating dependencies.

Introducing prioRequestsProcessing configuration

22 Mar 18:36
Compare
Choose a tag to compare

Changes:

  • We are now exposing the prioRequestsProcessing configuration property.
    Big thanks to @schamberg97 👏

Drop low HTTP server implementation

13 Sep 09:21
Compare
Choose a tag to compare

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