-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
1 parent
125263a
commit 84538ba
Showing
2 changed files
with
15 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |