2.2.0
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
# 2.2.0
|
||||
* Update to latest dependencies
|
||||
* Add SOCKS4 support (#410).
|
||||
* Downgrade logging on info level to debug (#409).
|
||||
* Bugfix: Clear content-length header on redirect (#394, #395).
|
||||
|
||||
# 2.1.1
|
||||
* Bugfix: don't reuse conns with bytes pending from server (#372). This
|
||||
reduces Transport errors when using an Agent for connection pooling.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "ureq"
|
||||
version = "2.1.1"
|
||||
version = "2.2.0"
|
||||
authors = ["Martin Algesten <martin@algesten.se>", "Jacob Hoffman-Andrews <ureq@hoffman-andrews.com>"]
|
||||
description = "Simple, safe HTTP client"
|
||||
license = "MIT/Apache-2.0"
|
||||
|
||||
Reference in New Issue
Block a user