From b7209c258f29bbaab0e4b03293d92f1934a58194 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Tapaj=C3=B3s?= Date: Wed, 13 Jan 2010 21:19:03 -0200 Subject: [PATCH] updating history --- history.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/history.txt b/history.txt index 5ce94b2..4faa9b4 100644 --- a/history.txt +++ b/history.txt @@ -1,3 +1,27 @@ +== Next Version + +* Major enhancements + + * Added support for https database URIs. (Mathias Meyer) + * Changing some validations to be compatible with activemodel. (Marcos Tapajós) + * Adds attribute protection to properties. (Will Leinweber) + * Improved CouchRest::Database#save_doc, added "batch" mode to significantly speed up saves at cost of lower durability gurantees. (Igal Koshevoy) + * Added CouchRest::Database#bulk_save_doc and #batch_save_doc as human-friendlier wrappers around #save_doc. (Igal Koshevoy) + +* Minor enhancements + + * Fix content_type handling for attachments + * Fixed a bug in the pagination code that caused it to paginate over records outside of the scope of the view parameters.(John Wood) + * Removed amount_pages calculation for the pagination collection, since it cannot be reliably calculated without a view.(John Wood) + * Bug fix: http://github.com/couchrest/couchrest/issues/#issue/2 (Luke Burton) + * Bug fix: http://github.com/couchrest/couchrest/issues/#issue/1 (Marcos Tapajós) + * Removed the Database class deprecation notices (Matt Aimonetti) + * Adding support to :cast_as => 'Date'. (Marcos Tapajós) + * Improve documentation (Marcos Tapajós) + * Streamer fixes (Julien Sanchez) + * Fix Save on Document & ExtendedDocument crashed if bulk (Julien Sanchez) + * Fix Initialization of ExtendentDocument model shouldn't failed on a nil value in argument (deepj) + == 0.33 * Major enhancements