Changelog for
ruby2.5-rubygem-couchrest-2.0.1-lp150.1.7.x86_64.rpm :
* Tue Feb 14 2017 cooloAATTsuse.com- updated to version 2.0.1 see installed history.txt == 2.0.1 - 2017-02-13
* Minor changes
* Removing option for persistent connections, everything is now persistent (AATTsamlown)
* Simplifying connection handling and thread safety. Removed caching and lazy loading of connections. (AATTsamlown)
* Thu Jul 07 2016 cooloAATTsuse.com- updated to version 2.0.0 see installed history.txt == 2.0.0 - 2016-07-06
* Minor changes
* Update the revisions when bulk saving (AATTellneal)
* Pass connection options via Server, with improved connection caching (AATTsamlown)
* Support for disabling persistent connections (AATTsamlown)
* Escaping database names (AATTsamlown)
* Upgrading to HTTPClient 2.8 series (AATTsamlown)
* Removing Ruby < 2.0 support (AATTsamlown) == 2.0.0.rc3 - 2016-01-08
* Major Changes
* At the risk of causing chaos, `Database#get` now returns nil for 404 (AATTsamlown)
* Minor changes
* Updating HTTPClient dependency to > 2.7 for Ruby 2.3 support. (AATTsamlown)
* Added `:ssl_ca_file` configuration option (AATTjoelnb)
* Return headers content for HEAD requests (AATTsolenko)
* Changing to options hash for bulk_save (AATTsamlown via AATTmatthiasjakel) == 2.0.0.rc2 - 2015-08-18
* Minor changes
* Forcing HTTP basic connections when user+pass provided to avoid 401 (AATTsamlown via AATTcloudant) == 2.0.0.rc1 - 2015-07-13
* Major Changes
* Refactoring to support persisitent HTTP connections with HTTPClient gem (AATTsamlown)
* Using Ruby\'s URI object consistently. (AATTsamlown)
* Removing concepts of `Server#available_databases` and `Server#default_databases` (AATTsamlown)
* Removing the `Streamer` class, added support for built-in streamer (AATTsamlown)
* Fixing inline attachment Base64 re-encoding issue (AATTsamlown) Issue#37
* Sat Jun 27 2015 cooloAATTsuse.com- updated to version 1.2.1 see installed history.txt == 1.2.1 - 2015-06-25
* Changes
* Adding design doc #info method (AATTsamlown)
* License in gemspec (AATTkuahyeow)
* Preserve the first change in continuous feeds (AATTazul)
* Rest-client dependency upgrade (AATTjanraasch)
* Dropping support for older ruby\'s, adding new ones in Travis config (AATTsamlown)
* Depends on any version of mime-types above 1.15 (hope this doesn\'t break anything) (AATTsamlown)
* Tue Jun 04 2013 cooloAATTsuse.com- updated to version 1.2.0
* Added clobal configuration option to decode JSON objects (AATTlangalex)
* Changing specs to test parameters as apposed to CouchDB for replication and restart
* Spec updates (AATTtapajos)
* Spec typos (AATTfrasertweedale, AATTm1foley)
* Sun Aug 05 2012 cooloAATTsuse.com- updated to version 1.1.3
* Fri Jul 27 2012 cooloAATTsuse.com- update to 1.1.2, see history.txt
* Sun Nov 14 2010 mrueckertAATTsuse.de- update to version 1.0.1
* Fri Jun 11 2010 mrueckertAATTsuse.de- update to version 0.37
* Added gemspec (needed for Bundler install) (Tapajós)- additional changes from version 0.36
* Adds support for continuous replication (sauy7)
* Automatic Type Casting (Alexander Uvarov, Sam Lown, Tim Heighes, Will Leinweber)
* Added a search method to CouchRest:Database to search the documents in a given database. (Dave Farkas, Arnaud Berthomier, John Wood)
* Provide a description of the timeout error (John Wood)
* Fri Jun 11 2010 mrueckertAATTsuse.de- use rubygems_requires macro
* Thu Mar 25 2010 mrueckertAATTsuse.de- initial package