Sean McArthur
b6fb18aee0
v0.13.6
2020-05-29 11:55:20 -07:00
Sean McArthur
ffb759701c
v0.13.5
2020-04-17 12:29:50 -07:00
Dillon Amburgey
5f6ce3c733
docs(lib): fix misspelling
2020-03-31 22:01:29 -07:00
Sean McArthur
22fcd66241
v0.13.4
2020-03-20 16:13:44 -07:00
Sean McArthur
5b046a1f8f
v0.13.3
2020-03-03 15:34:49 -08:00
Sean McArthur
22dc6fe4c6
doc(lib): hide error module documentation
2020-02-21 11:49:38 -08:00
Sean McArthur
141207769f
v0.13.2
2020-01-29 12:41:58 -08:00
Sean McArthur
61b62eeac8
v0.13.1
2019-12-16 11:44:04 -08:00
Sean McArthur
070c84ec43
v0.13.0
2019-12-10 09:45:42 -08:00
Sean McArthur
5b48ec0fe5
docs(lib): rewrite hyper overview
2019-12-09 11:50:53 -08:00
Sean McArthur
5a59875742
feat(body): replace Chunk type with Bytes
...
Closes #1931
BREAKING CHANGE: All usage of `hyper::Chunk` should be replaced with
`bytes::Bytes` (or `hyper::body::Bytes`).
2019-12-05 17:22:13 -08:00
Sean McArthur
0dc89680cd
style(lib): run rustfmt and enforce in CI
2019-12-05 13:55:17 -08:00
Sean McArthur
0b03b73053
feat(lib): rename unstable-stream feature to stream and enable by default
...
Closes #2034
2019-12-04 17:09:10 -08:00
Sean McArthur
cb3f39c2dc
feat(lib): update Tokio, bytes, http, h2, and http-body
2019-12-04 10:56:34 -08:00
Sean McArthur
0ef12a11a8
v0.13.0-alpha.4
2019-10-01 11:43:38 -07:00
Sean McArthur
353be888fa
v0.13.0-alpha.3
2019-10-01 10:28:13 -07:00
Sean McArthur
5b348b821c
feat(lib): add optional tcp feature, split from runtime
...
The `HttpConnector` and `AddrListener` types which make use of
`tokio::tcp` have been made their own optional feature. This allows
using them without requiring the *full* tokio runtime.
2019-10-01 10:15:46 -07:00
Sean McArthur
d40978ce08
v0.13.0-alpha.2
2019-09-24 12:21:24 -07:00
Sean McArthur
2b0405c48c
refactor(lib): rename 'stream' feature to 'unstable-stream'
2019-09-11 16:09:49 -07:00
Sean McArthur
cea3589ef7
test(lib): deny warnings
2019-09-11 15:44:26 -07:00
Sean McArthur
511ea3889b
feat(body): put Stream impl for Body behind stream feature
...
BREAKING CHANGE: Using a `Body` as a `Stream`, and constructing one via
`Body::wrap_stream`, require enabling the unstable `stream` feature.
2019-09-05 15:56:58 -07:00
Sean McArthur
0c2a727970
v0.13.0-alpha.1
2019-09-04 11:48:31 -07:00
Sean McArthur
49b12c415d
refactor(lib): fix remaining lint warnings (besides tests)
2019-08-22 13:57:50 -07:00
lzutao
fc7f81b67c
style(lib): use rust 2018 edition idioms ( #1910 )
2019-08-21 11:22:07 -07:00
lzutao
ae75b3a732
chore(lib): remove async_await feature gate ( #1909 )
...
`async_await` is stabilized in rust-lang/rust#63209 .
2019-08-21 11:09:14 -07:00
Sean McArthur
8f4b05ae78
feat(lib): update to std::future::Future
...
BREAKING CHANGE: All usage of async traits (`Future`, `Stream`,
`AsyncRead`, `AsyncWrite`, etc) are updated to newer versions.
2019-07-09 15:55:22 -07:00
Sean McArthur
da9b0319ef
refactor(lib): update to 2018 edition
2019-07-09 15:16:01 -07:00
Sean McArthur
5d44f8841c
v0.12.32
2019-07-08 16:17:40 -07:00
Sean McArthur
31ec07a387
v0.12.31
2019-06-25 16:08:24 -07:00
Sean McArthur
6b2940631e
v0.12.30
2019-06-14 13:43:00 -07:00
Sean McArthur
e0f5a9c6c5
v0.12.29
2019-05-16 15:20:30 -07:00
Lucio Franco
2d9f3490aa
feat(body): implement http_body::Body for hyper::Body
...
This adds a `http_body::Body` impl for hypers `Body`. This should
allow us to start moving to a more generic body trait based on
`BufStream` and `http-body`.
2019-05-16 14:21:42 -07:00
Sean McArthur
778421eb94
v0.12.28
2019-04-29 16:20:43 -07:00
Sean McArthur
0f33354569
v0.12.27
2019-04-10 09:44:18 -07:00
Sean McArthur
2ef562a165
v0.12.26
2019-04-09 12:52:41 -07:00
Sean McArthur
8c345d5590
v0.12.25
2019-03-01 15:04:03 -08:00
Sean McArthur
0c8f7d2708
v0.12.24
2019-02-11 12:10:21 -08:00
Sean McArthur
8393dc9f18
v0.12.23
2019-01-24 11:21:25 -08:00
Sean McArthur
4dd9437560
v0.12.22
2019-01-23 11:38:23 -08:00
Sean McArthur
6bce753f32
v0.12.21
2019-01-15 10:13:25 -08:00
Sean McArthur
780dead9f2
docs(lib): mention reqwest in docs homepage
2019-01-10 12:38:22 -08:00
Sean McArthur
ec7b93c982
v0.12.20
2019-01-07 15:04:42 -08:00
Sean McArthur
5abbe59696
v0.12.19
2018-12-18 12:47:11 -08:00
Sean McArthur
720c068e56
v0.12.18
2018-12-11 16:14:13 -08:00
Sean McArthur
fdd0413418
v0.12.17
2018-12-05 17:01:07 -08:00
Sean McArthur
7fb6e3a3ff
v0.12.16
2018-11-21 16:43:12 -08:00
Sean McArthur
92a8aba610
v0.12.15
2018-11-20 12:55:08 -08:00
Sean McArthur
1158bd20b3
v0.12.14
2018-11-07 11:01:47 -08:00
Sean McArthur
3af6aa80af
v0.12.13
2018-10-26 13:04:03 -07:00
Sean McArthur
34d780acd0
feat(dns): export client::connect::dns module, and
...
`TokioThreadpoolGaiResolver` type.
2018-10-23 12:49:56 -07:00