mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-05 05:47:40 +03:00
prepare release
This commit is contained in:
parent
c1877c2707
commit
392e1f8503
3 changed files with 6 additions and 4 deletions
|
@ -14,6 +14,6 @@ ntex = { path = "ntex" }
|
||||||
ntex-codec = { path = "ntex-codec" }
|
ntex-codec = { path = "ntex-codec" }
|
||||||
ntex-router = { path = "ntex-router" }
|
ntex-router = { path = "ntex-router" }
|
||||||
ntex-rt = { path = "ntex-rt" }
|
ntex-rt = { path = "ntex-rt" }
|
||||||
ntex-rt-macros = { path = "ntex-rt-macros" }
|
|
||||||
ntex-service = { path = "ntex-service" }
|
ntex-service = { path = "ntex-service" }
|
||||||
ntex-macros = { path = "ntex-macros" }
|
# ntex-macros = { path = "ntex-macros" }
|
||||||
|
# ntex-rt-macros = { path = "ntex-rt-macros" }
|
||||||
|
|
|
@ -1,11 +1,13 @@
|
||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
## [0.1.7] - 2020-04-xx
|
## [0.1.7] - 2020-04-10
|
||||||
|
|
||||||
* ntex::http: Fix handling of large http messages
|
* ntex::http: Fix handling of large http messages
|
||||||
|
|
||||||
* ntex::http: Refine read/write back-pressure for h1 dispatcher
|
* ntex::http: Refine read/write back-pressure for h1 dispatcher
|
||||||
|
|
||||||
|
* ntex::web: Restore proc macros for handler registration
|
||||||
|
|
||||||
## [0.1.6] - 2020-04-09
|
## [0.1.6] - 2020-04-09
|
||||||
|
|
||||||
* ntex::web: Allow to add multiple services at once
|
* ntex::web: Allow to add multiple services at once
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ntex"
|
name = "ntex"
|
||||||
version = "0.1.6"
|
version = "0.1.7"
|
||||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||||
description = "Framework for composable network services"
|
description = "Framework for composable network services"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue