1
0
Fork 0
mirror of https://github.com/jnunemaker/httparty synced 2023-03-27 23:23:07 -04:00

Update history

This commit is contained in:
John Nunemaker 2015-09-20 21:24:21 -04:00
parent 66a0b307bf
commit c5935361fb

17
History
View file

@ -1,3 +1,20 @@
== 0.13.6
* avoid calling String#strip on invalid Strings
* preserve request method on 307 and 308 redirects
* output version with --version for command line bin
* maintain head request method across redirects by default
* add support for RFC2617 MD5-sess algorithm type
* add party popper emoji to post install message
== 0.13.5
* allow setting a custom URI adapter
== 0.13.4
* correct redirect url for redirect paths without leading slash
* remove core_extensions.rb as backwards compat for ruby 1.8 not needed
* replace URI.encode with ERB::Util.url_encode
* allow the response to be tapped
== 0.13.3
* minor improvement
* added option to allow for streaming large files without loading them into memory (672cdae)