File rubygem-httparty.changes of Package rubygem-httparty
-------------------------------------------------------------------
Fri Jun 21 10:02:49 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
- New upstream release 0.22.0, see bundled Changelog.md
-------------------------------------------------------------------
Fri Nov 3 07:38:56 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>
- ## 0.21.0
* [escape filename in the multipart/form-data Content-Disposition header](https://github.com/jnunemaker/httparty/commit/cdb45a678c43e44570b4e73f84b1abeb5ec22b8e)
* [Fix request marshaling](https://github.com/jnunemaker/httparty/pull/767)
* [Replace `mime-types` with `mini_mime`](https://github.com/jnunemaker/httparty/pull/769)
-------------------------------------------------------------------
Tue Jan 25 07:03:20 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 0.20.0
see installed Changelog.md
## 0.20.0
Breaking changes
* Require Ruby >= 2.3.0
Fixes
* [`Marshal.dump` fails on response objects when request option `:logger` is set or `:parser` is a proc](https://github.com/jnunemaker/httparty/pull/714)
* [Switch `:pem` option to to `OpenSSL::PKey.read` to support other algorithms](https://github.com/jnunemaker/httparty/pull/720)
## 0.19.1
* [Remove use of unary + method for creating non-frozen string to increase compatibility with older versions of ruby](https://github.com/jnunemaker/httparty/commit/4416141d37fd71bdba4f37589ec265f55aa446ce)
## 0.19.0
* [Multipart/Form-Data: rewind files after read](https://github.com/jnunemaker/httparty/pull/709)
* [add frozen_string_literal pragma to all files](https://github.com/jnunemaker/httparty/pull/711)
* [Better handling of Accept-Encoding / Content-Encoding decompression (fixes #562)](https://github.com/jnunemaker/httparty/pull/729)
-------------------------------------------------------------------
Fri Sep 25 14:10:16 UTC 2020 - Stephan Kulow <coolo@suse.com>
updated to version 0.18.1
see installed Changelog.md
## 0.18.1
* [Rename cop Lint/HandleExceptions to Lint/SuppressedException](https://github.com/jnunemaker/httparty/pull/699).
* [Encode keys in query params](https://github.com/jnunemaker/httparty/pull/698).
* [Fixed SSL doc example](https://github.com/jnunemaker/httparty/pull/692).
* [Add a build status badge](https://github.com/jnunemaker/httparty/pull/701).
-------------------------------------------------------------------
Thu May 7 20:55:50 UTC 2020 - Stephan Kulow <coolo@suse.com>
- updated to version 0.18.0
see installed Changelog.md
## 0.18.0
* [Support gzip/deflate transfer encoding when explicit headers are set](https://github.com/jnunemaker/httparty/pull/678).
* [Support edge case cookie format with a blank attribute](https://github.com/jnunemaker/httparty/pull/685).
-------------------------------------------------------------------
Mon Feb 10 14:52:44 UTC 2020 - Stephan Kulow <coolo@suse.com>
- updated to version 0.17.3
see installed Changelog.md
## 0.17.3
0.17.2 is broken https://github.com/jnunemaker/httparty/issues/681
## 0.17.2
* [Add Response#nil? deprecetion warning](https://github.com/jnunemaker/httparty/pull/680)
## 0.17.1
* [Pass options to dynamic block headers](https://github.com/jnunemaker/httparty/pull/661)
* [Normalize urls with URI adapter to allow International Domain Names support](https://github.com/jnunemaker/httparty/pull/668)
* [Add max_retries support](https://github.com/jnunemaker/httparty/pull/660)
* [Minize gem size by removing test files](https://github.com/jnunemaker/httparty/pull/658)
-------------------------------------------------------------------
Sun May 5 09:31:17 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to version 0.17.0
see installed Changelog.md
## 0.17.0
* [Fix encoding of streamed chunk](https://github.com/jnunemaker/httparty/pull/644)
* [Avoid modifying frozen strings](https://github.com/jnunemaker/httparty/pull/649)
* [Expose .connection on fragment block param](https://github.com/jnunemaker/httparty/pull/648)
* [Add support for `Net::HTTP#write_timeout` method (Ruby 2.6.0)](https://github.com/jnunemaker/httparty/pull/647)
-------------------------------------------------------------------
Sat Mar 2 15:22:40 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to version 0.16.4
see installed Changelog.md
## 0.16.4
* [Add support for Ruby 2.6](https://github.com/jnunemaker/httparty/pull/636)
* [Fix a few multipart issues](https://github.com/jnunemaker/httparty/pull/626)
* [Improve a memory usage for https requests](https://github.com/jnunemaker/httparty/pull/625)
* [Add response code to streamed body](https://github.com/jnunemaker/httparty/pull/588)
-------------------------------------------------------------------
Thu Nov 22 05:16:53 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to version 0.16.3
see installed Changelog.md
## 0.16.3
* [Add Logstash-compatible formatter](https://github.com/jnunemaker/httparty/pull/612)
* [Add support for headers specified with symbols](https://github.com/jnunemaker/httparty/pull/622)
* [Fix response object marshalling](https://github.com/jnunemaker/httparty/pull/618)
* [Add ability to send multipart, without passing file](https://github.com/jnunemaker/httparty/pull/615)
* [Fix detection of content_type for multipart payload](https://github.com/jnunemaker/httparty/pull/616)
* [Process dynamic headers before making actual request](https://github.com/jnunemaker/httparty/pull/606)
* [Fix multipart uploads with ActionDispatch::Http::UploadedFile TempFile by using original_filename](https://github.com/jnunemaker/httparty/pull/598)
* [Added support for lock and unlock http requests](https://github.com/jnunemaker/httparty/pull/596)
-------------------------------------------------------------------
Sat Mar 31 04:29:32 UTC 2018 - factory-auto@kulow.org
- updated to version 0.16.2
see installed Changelog.md
## 0.16.2
* [Support ActionDispatch::Http::UploadedFile again](https://github.com/jnunemaker/httparty/pull/585)
-------------------------------------------------------------------
Tue Mar 20 10:10:46 UTC 2018 - factory-auto@kulow.org
- updated to version 0.16.1
see installed Changelog.md
## 0.16.1
* [Parse content with application/hal+json content type as JSON](https://github.com/jnunemaker/httparty/pull/573)
* [Convert objects to string when concatenating in multipart stuff](https://github.com/jnunemaker/httparty/pull/575)
* [Fix multipart to set its header even when other headers are provided](https://github.com/jnunemaker/httparty/pull/576)
-------------------------------------------------------------------
Tue Feb 13 05:30:09 UTC 2018 - factory-auto@kulow.org
- updated to version 0.16.0
see installed Changelog.md
## 0.16.0
* [Add multipart support](https://github.com/jnunemaker/httparty/pull/569)
-------------------------------------------------------------------
Thu Feb 8 06:07:48 UTC 2018 - coolo@suse.com
- updated to version 0.15.7
see installed Changelog.md
## 0.15.7
Fixed
* [Add Response#pretty_print | Restore documented behavior](https://github.com/jnunemaker/httparty/pull/570)
* [Add ability to parse response from JSONAPI ](https://github.com/jnunemaker/httparty/pull/553)
## 0.15.6
Fixed
* [Encoding and content type stuff](https://github.com/jnunemaker/httparty/pull/543)
-------------------------------------------------------------------
Thu Aug 3 19:22:51 UTC 2017 - coolo@suse.com
- updated to version 0.15.6
see installed Changelog.md
-------------------------------------------------------------------
Tue May 23 09:59:22 UTC 2017 - coolo@suse.com
- updated to version 0.15.5
History removed upstream
-------------------------------------------------------------------
Tue Jul 26 04:31:07 UTC 2016 - coolo@suse.com
- updated to version 0.14.0
see installed History
== 0.14.0
* [added status predicate methods to Response#respond_to?](https://github.com/jnunemaker/httparty/pull/482)
* [allow empty array to be used as param](https://github.com/jnunemaker/httparty/pull/477)
* [add support for MKCOL method](https://github.com/jnunemaker/httparty/pull/465)
* [remove json gem from gemspec](https://github.com/jnunemaker/httparty/pull/464)
* [stop mutating cookie hash](https://github.com/jnunemaker/httparty/pull/460)
* [optional raising exception on certain status codes](https://github.com/jnunemaker/httparty/pull/455)
-------------------------------------------------------------------
Thu Sep 24 04:31:36 UTC 2015 - coolo@suse.com
- updated to version 0.13.7
see installed History
== 0.13.7 aka "party not as hard"
* remove post install emoji as it caused installation issues for some people
-------------------------------------------------------------------
Mon Sep 21 04:29:08 UTC 2015 - coolo@suse.com
- updated to version 0.13.6
see installed History
== 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
-------------------------------------------------------------------
Wed May 20 04:29:14 UTC 2015 - coolo@suse.com
- updated to version 0.13.5
see installed History
-------------------------------------------------------------------
Thu May 14 04:29:56 UTC 2015 - coolo@suse.com
- updated to version 0.13.4
see installed History
-------------------------------------------------------------------
Tue Feb 10 17:54:08 UTC 2015 - coolo@suse.com
- updated to version 0.13.3
-------------------------------------------------------------------
Mon Oct 13 12:15:58 UTC 2014 - coolo@suse.com
- adapt to new rubygem packaging
-------------------------------------------------------------------
Sun May 18 09:04:37 UTC 2014 - coolo@suse.com
- updated to version 0.13.1, no changelog
-------------------------------------------------------------------
Sat Feb 22 06:25:43 UTC 2014 - coolo@suse.com
- updated to version 0.13.0, no changes
-------------------------------------------------------------------
Sun Oct 13 18:10:06 UTC 2013 - coolo@suse.com
- updated to version 0.12.0, no changes
-------------------------------------------------------------------
Mon May 13 10:57:31 UTC 2013 - coolo@suse.com
- updated to version 0.11.0
* new
* [added support for MOVE requests](https://github.com/jnunemaker/httparty/pull/183)
* [bump multi xml version](https://github.com/jnunemaker/httparty/pull/181)
-------------------------------------------------------------------
Thu Jan 24 06:50:06 UTC 2013 - coolo@suse.com
- updated to version 0.10.0
* removed yaml support because of security risk (see rails yaml issues)
-------------------------------------------------------------------
Wed Sep 12 05:14:55 UTC 2012 - coolo@suse.com
- updated to version 0.9.0
* new
* [support for connection adapters](https://github.com/jnunemaker/httparty/pull/157)
* [allow ssl_version on ruby 1.9](https://github.com/jnunemaker/httparty/pull/159)
* bug fixes
* [don't treat port 4430 as ssl](https://github.com/jnunemaker/httparty/commit/a296b1c97f83d7dcc6ef85720a43664c265685ac)
* [deep clone default options](https://github.com/jnunemaker/httparty/commit/f74227d30f9389b4b23a888c9af49fb9b8248e1f)
* a few net digest auth fixes
-------------------------------------------------------------------
Wed Aug 1 05:04:32 UTC 2012 - coolo@suse.com
- updated to version 0.8.3
-------------------------------------------------------------------
Tue Jun 22 16:58:29 UTC 2010 - mrueckert@suse.de
- update to version 0.6.0
* Digest Auth (bartiaco, sbecker, gilles, and aaronrussell)
* Maintain HTTP method across redirects (bartiaco and sbecker)
* HTTParty::Response#response returns the Net::HTTPResponse
object
* HTTParty::Response#headers returns a
HTTParty::Response::Headers object which quacks like a Hash +
Net::HTTPHeader. The #headers method continues to be
backwards-compatible with the old Hash return value but may
become deprecated in the future.
* Update crack requirement to version 0.1.7 You may still get a
warning because Crack's version constant is out of date
* Timeout option can be set for all requests using
HTTParty.default_timeout (taazza)
* Closed #38 "headers hash should downcase keys so canonical
header name can be used"
* Closed #40 "Gzip response" wherein gziped and deflated
responses are automatically inflated. (carsonmcdonald)
-------------------------------------------------------------------
Fri Jun 11 17:26:26 UTC 2010 - mrueckert@suse.de
- update to version 0.5.2
* Update crack requirement to version 0.1.6
- additional changes from version 0.5.1
* Handle 304 response correctly by returning the
HTTParty::Response object instead of redirecting
(seth and hellvinz)
* Only redirect 300 responses if the header contains a Location
* Don't append empty query strings to the uri. Closes #31
* When no_follow is enabled, only raise the RedirectionTooDeep
exception when a response tries redirecting. Closes #28
* Removed rubygems dependency. I suggest adding rubygems to
RUBYOPT if this causes problems for you.
$ export RUBYOPT='rubygems'
* HTTParty#debug_output prints debugging information for the
current request (iwarshak)
* HTTParty#no_follow now available as a class-level option.
Sets whether or not to follow redirects.
* HTTParty::VERSION now available
* Update crack requirement to version 0.1.5
-------------------------------------------------------------------
Fri Jun 11 10:00:01 UTC 2010 - mrueckert@suse.de
- use rubygems_requires macro
-------------------------------------------------------------------
Thu Jan 7 18:11:25 CET 2010 - prusnak@suse.cz
- created package