Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 14 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Added

### Changed

### Fixed

## [1.6.0] - 2024-09-13

The release introduces a role for Tarantool 3.

### Fixed

- Fixed request crash with empty body and unexpected header Content-Type (#189)
- 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)
- `roles.httpd` role to configure one or more HTTP servers (#196).
- `httpd:delete(name)` method to delete named routes (#197).

## [1.5.0] - 2023-03-29

Expand Down
2 changes: 1 addition & 1 deletion http/version.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Сontains the module version.
-- Requires manual update in case of release commit.

return '1.5.0'
return '1.6.0'
Loading