Skip to content

Commit 9f359d6

Browse files
committed
Release 2.1.1
1 parent 81b3741 commit 9f359d6

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,27 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [2.1.1] - 2021-11-01
10+
11+
### Fixed
12+
13+
- Check pointer to string before use (#51).
14+
15+
### New features
16+
17+
- Add option to get cookie without escaping (#126).
18+
- Add option to set cookie without escaping and change escaping algorithm (#126).
19+
20+
### Changed
21+
22+
- Don't build Ubuntu Cosmic package. Because its repos are not available
23+
anymore.
24+
- Add rock publishing.
25+
- Fix middleware example.
26+
- Replace `io` module with Tarantool's built-in `fio` module (#112).
27+
- Updated description of server options and added description of
28+
`request:render` function in the README.
29+
930
## [2.1.0] - 2020-01-30
1031
### Added
1132
- Return ability to set loggers for a specific route

0 commit comments

Comments
 (0)