Skip to content

Commit 84538ba

Browse files
committed
Release 1.6.0
The release introduces a role for Tarantool 3. Fixed - Fixed request crash with empty body and unexpected header Content-Type (#189). Added - `roles.httpd` role to configure one or more HTTP servers (#196). - `httpd:delete(name)` method to delete named routes (#197).
1 parent 125263a commit 84538ba

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

CHANGELOG.md

+14-3
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
### Added
10+
11+
### Changed
12+
13+
### Fixed
14+
15+
## [1.6.0] - 2024-09-13
16+
17+
The release introduces a role for Tarantool 3.
18+
919
### Fixed
1020

11-
- Fixed request crash with empty body and unexpected header Content-Type (#189)
21+
- Fixed request crash with empty body and unexpected header
22+
Content-Type (#189).
1223

1324
### Added
1425

15-
- `roles.httpd` role to configure one or more HTTP servers (#196)
16-
- `httpd:delete(name)` method to delete named routes (#197)
26+
- `roles.httpd` role to configure one or more HTTP servers (#196).
27+
- `httpd:delete(name)` method to delete named routes (#197).
1728

1829
## [1.5.0] - 2023-03-29
1930

http/version.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-- Сontains the module version.
22
-- Requires manual update in case of release commit.
33

4-
return '1.5.0'
4+
return '1.6.0'

0 commit comments

Comments
 (0)