Changelog for
ruby3.1-rubygem-httparty-0.21.0-150400.1.2.x86_64.rpm :
* Fri Nov 03 2023 dan.cermakAATTposteo.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 2022 cooloAATTsuse.comupdated 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 2020 cooloAATTsuse.comupdated 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 07 2020 cooloAATTsuse.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 2020 cooloAATTsuse.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 05 2019 cooloAATTsuse.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 02 2019 cooloAATTsuse.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 2018 cooloAATTsuse.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 2018 factory-autoAATTkulow.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 2018 factory-autoAATTkulow.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 2018 factory-autoAATTkulow.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 08 2018 cooloAATTsuse.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 03 2017 cooloAATTsuse.com- updated to version 0.15.6 see installed Changelog.md
* Tue May 23 2017 cooloAATTsuse.com- updated to version 0.15.5 History removed upstream
* Tue Jul 26 2016 cooloAATTsuse.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 2015 cooloAATTsuse.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 2015 cooloAATTsuse.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 2015 cooloAATTsuse.com- updated to version 0.13.5 see installed History
* Thu May 14 2015 cooloAATTsuse.com- updated to version 0.13.4 see installed History
* Tue Feb 10 2015 cooloAATTsuse.com- updated to version 0.13.3
* Mon Oct 13 2014 cooloAATTsuse.com- adapt to new rubygem packaging