Jacob Hoffman-Andrews
9300c50461
Make cookie_store optional
2020-09-29 01:45:26 -07:00
Jacob Hoffman-Andrews
9b39e55d1c
Use cookie_store
2020-09-29 00:34:29 -07:00
Martin Algesten
b8b67a41a9
1.4.1
2020-09-13 21:46:49 +02:00
Martin Algesten
960c0ff43b
1.4.0
2020-08-14 23:08:08 +02:00
dependabot-preview[bot]
81aab6e79a
Update rustls requirement from 0.17 to 0.18 ( #112 )
...
Updates the requirements on [rustls](https://github.com/ctz/rustls ) to permit the latest version.
- [Release notes](https://github.com/ctz/rustls/releases )
- [Changelog](https://github.com/ctz/rustls/blob/main/OLDCHANGES.md )
- [Commits](https://github.com/ctz/rustls/compare/v/0.17.0...v/0.18.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:43:17 -07:00
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