File rubygem-couchrest.changes of Package rubygem-couchrest
-------------------------------------------------------------------
Tue Feb 14 05:33:00 UTC 2017 - coolo@suse.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
(@samlown)
* Simplifying connection handling and thread safety. Removed caching and lazy
loading of connections. (@samlown)
-------------------------------------------------------------------
Thu Jul 7 04:29:20 UTC 2016 - coolo@suse.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 (@ellneal)
* Pass connection options via Server, with improved connection caching (@samlown)
* Support for disabling persistent connections (@samlown)
* Escaping database names (@samlown)
* Upgrading to HTTPClient 2.8 series (@samlown)
* Removing Ruby < 2.0 support (@samlown)
== 2.0.0.rc3 - 2016-01-08
* Major Changes
* At the risk of causing chaos, `Database#get` now returns nil for 404 (@samlown)
* Minor changes
* Updating HTTPClient dependency to > 2.7 for Ruby 2.3 support. (@samlown)
* Added `:ssl_ca_file` configuration option (@joelnb)
* Return headers content for HEAD requests (@solenko)
* Changing to options hash for bulk_save (@samlown via @matthiasjakel)
== 2.0.0.rc2 - 2015-08-18
* Minor changes
* Forcing HTTP basic connections when user+pass provided to avoid 401 (@samlown via @cloudant)
== 2.0.0.rc1 - 2015-07-13
* Major Changes
* Refactoring to support persisitent HTTP connections with HTTPClient gem (@samlown)
* Using Ruby's URI object consistently. (@samlown)
* Removing concepts of `Server#available_databases` and `Server#default_databases` (@samlown)
* Removing the `Streamer` class, added support for built-in streamer (@samlown)
* Fixing inline attachment Base64 re-encoding issue (@samlown) Issue#37
-------------------------------------------------------------------
Sat Jun 27 04:29:41 UTC 2015 - coolo@suse.com
- updated to version 1.2.1
see installed history.txt
== 1.2.1 - 2015-06-25
* Changes
* Adding design doc #info method (@samlown)
* License in gemspec (@kuahyeow)
* Preserve the first change in continuous feeds (@azul)
* Rest-client dependency upgrade (@janraasch)
* Dropping support for older ruby's, adding new ones in Travis config (@samlown)
* Depends on any version of mime-types above 1.15 (hope this doesn't break anything) (@samlown)
-------------------------------------------------------------------
Tue Jun 4 16:44:19 UTC 2013 - coolo@suse.com
- updated to version 1.2.0
* Added clobal configuration option to decode JSON objects (@langalex)
* Changing specs to test parameters as apposed to CouchDB for replication and restart
* Spec updates (@tapajos)
* Spec typos (@frasertweedale, @m1foley)
-------------------------------------------------------------------
Sun Aug 5 13:19:39 UTC 2012 - coolo@suse.com
- updated to version 1.1.3
-------------------------------------------------------------------
Fri Jul 27 12:50:12 UTC 2012 - coolo@suse.com
- update to 1.1.2, see history.txt
-------------------------------------------------------------------
Sun Nov 14 00:31:17 UTC 2010 - mrueckert@suse.de
- update to version 1.0.1
-------------------------------------------------------------------
Fri Jun 11 14:42:21 UTC 2010 - mrueckert@suse.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 10:00:01 UTC 2010 - mrueckert@suse.de
- use rubygems_requires macro
-------------------------------------------------------------------
Thu Mar 25 12:12:01 UTC 2010 - mrueckert@suse.de
- initial package