mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-24 00:21:08 +01:00
Bump up to 2.0.0-alpha.1
This commit is contained in:
parent
6b626c7d77
commit
294523a32f
@ -1,9 +1,10 @@
|
|||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
## [NEXT]
|
## [2.0.0-alpha.1] - 2020-03-08
|
||||||
|
|
||||||
|
* Update `actix-http` dependency to 2.0.0-alpha.2
|
||||||
|
* Update `rustls` dependency to 0.17
|
||||||
* ClientBuilder accepts initial_window_size and initial_connection_window_size HTTP2 configuration
|
* ClientBuilder accepts initial_window_size and initial_connection_window_size HTTP2 configuration
|
||||||
|
|
||||||
* ClientBuilder allowing to set max_http_version to limit HTTP version to be used
|
* ClientBuilder allowing to set max_http_version to limit HTTP version to be used
|
||||||
|
|
||||||
## [1.0.1] - 2019-12-15
|
## [1.0.1] - 2019-12-15
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "awc"
|
name = "awc"
|
||||||
version = "1.0.1"
|
version = "2.0.0-alpha.1"
|
||||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||||
description = "Actix http client."
|
description = "Actix http client."
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
Loading…
Reference in New Issue
Block a user