Skip to content

Commit

Permalink
Release 1.6.0
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
oleg-jukovec committed Sep 13, 2024
1 parent 125263a commit 0e7af5a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
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'

0 comments on commit 0e7af5a

Please sign in to comment.