Skip to content

Commit

Permalink
Describe changes for 1.x.x released versions in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
psergee committed May 23, 2022
1 parent 13b0e2f commit 26be0fb
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions CHANGELOG.md
Expand Up @@ -68,17 +68,29 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Middleware support (for e.g. for centrally handling authorization).

## [1.1.0] - 2019-05-30
### Added
- Travis builds for tags.

## [1.0.6] - 2019-05-19
### Added
- Custom logger per route support.

### Fixed
- Fixed buffer reading when timeout or disconnect occurs.
- Fixed cookie formatting: stop url-encoding cookie path and quoting cookie expire date.

## [1.0.5] - 2018-09-03
### Changed
- Protocol upgrade: detaching mechanism is re-worked.

## [1.0.4] - 2018-08-31
### Added
- Detach callback support for protocol upgrade implementations.

## [1.0.3] - 2018-06-29
### Added
- Fixed eof detection
### Fixed
- Fixed eof detection.

## [1.0.2] - 2017-12-20
### Added
- Fixed request parsing with headers longer than 4096 bytes
### Fixed
- Fixed request parsing with headers longer than 4096 bytes.

0 comments on commit 26be0fb

Please sign in to comment.