Commit Graph

138 Commits

Author SHA1 Message Date
dependabot-preview[bot]
06aa1eb63a Update rustls-native-certs requirement from 0.3 to 0.4 (#111)
Updates the requirements on [rustls-native-certs](https://github.com/ctz/rustls-native-certs) to permit the latest version.
- [Release notes](https://github.com/ctz/rustls-native-certs/releases)
- [Commits](https://github.com/ctz/rustls-native-certs/compare/v/0.3.0...v/0.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-07-08 08:42:28 -07:00
dependabot-preview[bot]
6e69f6cf69 Update cookie requirement from 0.13 to 0.14
Updates the requirements on [cookie](https://github.com/SergioBenitez/cookie-rs) to permit the latest version.
- [Release notes](https://github.com/SergioBenitez/cookie-rs/releases)
- [Changelog](https://github.com/SergioBenitez/cookie-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/SergioBenitez/cookie-rs/compare/0.13.0...0.14.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-01 10:55:27 +02:00
dependabot-preview[bot]
c9ccbd5f09 Update webpki-roots requirement from 0.19 to 0.20 (#100)
Updates the requirements on [webpki-roots](https://github.com/ctz/webpki-roots) to permit the latest version.
- [Release notes](https://github.com/ctz/webpki-roots/releases)
- [Commits](https://github.com/ctz/webpki-roots/compare/v/0.19.0...v/0.20.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-06-30 19:17:19 -07:00
Jacob Hoffman-Andrews
3f78953874 Add a GitHub action for building docs. (#89)
This helps ensure we don't break that doc build.
2020-06-24 21:20:07 +02:00
Martin Algesten
4e1e3d1ad4 Make features to use for docs.rs build explicit (#90)
Since tls and native-tls are mutually exclusive, we can't use
all-features anymore. Instead we enumerate the features needed to
build the docs for docs.rs.
2020-06-24 09:37:15 -07:00
Jacob Hoffman-Andrews
3cb178ed7c 1.3.0 (#83)
1.3.0
2020-06-24 09:14:00 +02:00
Jacob Hoffman-Andrews
a6e99c8b36 Add smoke test in examples. (#85)
This loads a list of top domain names (e.g. from
https://tranco-list.eu/) and tries to fetch them all, in parallel. This
can be used to exercise ureq and find panics.
2020-06-23 21:09:09 -07:00
Jacob Hoffman-Andrews
bc2cb57e64 Increase chunked_transfer dependency 2020-06-16 10:04:52 +02:00
Martin Algesten
787b11b1e4 1.2.0 2020-06-15 09:38:50 +02:00
k3d3
9f7f712dde Add optional native-tls support, clear up warnings for flag configurations 2020-06-15 09:25:49 +02:00
Martin Algesten
0b6323df44 1.1.2 2020-06-12 22:01:02 +02:00
Martin Algesten
f03995a72f 1.1.1 2020-05-23 08:57:50 +02:00
Martin Algesten
8c1068d40d 1.1.0 2020-05-20 21:29:20 +02:00
Paolo Barbolini
71a9df17e3 Correctly pass --all-features flag to docs.rs 2020-05-20 20:54:43 +02:00
Martin Algesten
bbfd125025 1.0.0 2020-05-06 13:57:01 +02:00
Paolo Barbolini
0b69c595b6 Make Response::into_json deserialize into a serde DeserializeOwned
This removes the necessity to take the result of Response::into_json and
having to convert it into a struct by using serde_json::from_value

This adds no new dependencies since serde_json already depends on serde.
Users of ureq will have to include `serde_derive` either by importing it
directly or by using serde with the `derive` feature, unless they want to
manually implement `Deserialize` on their structs.
2020-05-06 13:47:37 +02:00
sklv
05ce690ebd Add initial SOCKS5 support. 2020-04-18 11:47:30 +02:00
Martin Algesten
12110bd6a5 0.12.1 2020-04-12 09:46:01 +02:00
Nicolas Viennot
31ae90e614 Use platform certificates when target "native-certs" is set
This is useful in Entreprise configurations.
2020-04-12 09:08:52 +02:00
Martin Algesten
b62db974f0 0.12.0 2020-03-14 10:42:11 +01:00
Martin Algesten
2956683870 bump deps, fix clippy warnings 2020-03-14 09:54:54 +01:00
Nick Babcock
3ef304f290 Bump rustls + co 2020-03-14 09:43:00 +01:00
Martin Algesten
f61ef77f7f 0.11.4 2020-02-06 08:19:12 +01:00
Martin Algesten
daaf84a41c 0.11.3 2020-01-07 08:13:56 +01:00
Martin Algesten
10fb4a1649 bump deps 2020-01-07 07:59:29 +01:00
Tom Forbes
da42f2ed8f Make cookies conditional 2019-10-20 20:17:35 +02:00
Martin Algesten
8871183df0 0.11.2 2019-10-20 13:32:09 +02:00
Martin Algesten
4c490ed7f1 bump deps 2019-10-20 13:31:30 +02:00
Martin Algesten
ed999b579d Removing AsciiString dep and one unsafe
This library is not about enforcing standards, so the internal use of
AsciiString for headers and status lines is not necessary.
2019-10-20 10:40:30 +02:00
Tom Forbes
ed29d3feb5 Add --all-features 2019-10-20 10:24:04 +02:00
Martin Algesten
c307da1fc0 qstring 0.7 2019-09-15 10:43:49 +02:00
Martin Algesten
9913f22229 0.11.1 2019-09-14 08:42:54 +02:00
Chris West (Faux)
01f3a8047c bump url and ascii 2019-09-09 20:07:18 +01:00
Chris West (Faux)
2cd2d6d238 bump rustls/webpki 2019-09-09 20:06:40 +01:00
Martin Algesten
90e3e7ab1a 0.11.0 2019-06-21 15:55:32 +02:00
Martin Algesten
819a9d1e0c 0.10.0 2019-05-28 12:25:56 +02:00
Chris West (Faux)
8e446f71c4 upgrade cookie 2019-05-27 17:24:22 +01:00
Martin Algesten
3aee135429 0.9.1 2019-03-30 11:35:39 +01:00
Martin Algesten
8eb59acc66 update deps 2019-03-30 11:32:51 +01:00
Martin Algesten
889988b4a3 bump version 2019-02-03 12:06:29 +05:30
Martin Algesten
4c9da1dcfd 0.8.2 2019-01-27 16:33:59 +05:30
Martin Algesten
9565770aa4 updated deps 2019-01-27 16:33:46 +05:30
Martin Algesten
2a48e17ae3 0.8.1 2018-12-20 15:09:13 +01:00
Martin Algesten
776a28bbdb dont use rustls logging 2018-12-20 15:09:00 +01:00
Martin Algesten
451ef0b6e3 0.8.0 2018-12-20 11:09:51 +01:00
Martin Algesten
c685d534d0 0.7.1 2018-12-19 10:31:23 +01:00
Martin Algesten
707d194b74 rustls instead of native-tls 2018-12-19 10:30:43 +01:00
Martin Algesten
d2290e6b65 0.7.0 2018-12-18 13:34:38 +01:00
Martin Algesten
5ba6b3cd4d edition 2018, clippy, fmt 2018-12-18 13:17:19 +01:00
Martin Algesten
a0428d3331 0.6.5 2018-12-04 18:12:34 +01:00