1.1.1
Overview
This release reverts http v2 support.
Breaking changes
- Revert all changes related to http v2 (#134).
http v2 that was implemented in #90 has been reverted in a master branch (commits 01004d7..e7e00ea) and a limited number of reverted commits were reimplemented on top of http v1. However, http v2 changes are still available in a branch http-v2-legacy as well as Lua rockspecs available with namehttp-v2-legacy
instead ofhttp
. For reasons of http v2 revert and decisions regarding each reverted commit see #134.
Bugfixes
- Fix SEGV_MAPERR when box httpd html escaping (#51).
- Add option to get cookie without escaping (#126).
- Add option to set cookie without escaping and change escaping algorithm (#126).
- Fix FindTarantool.cmake module.
Testing
- Rewrite TAP tests with luatest.
- Create a separate target for running tests in CMake.
- Add luacheck integration.
- Replace Travis CI with Github Actions.
- Add workflow that publish rockspec.
Changed
- Replace io with fio module.
- Add editorconfig to configure indentation.