History.txt in sunspot_rails-2.0.0 vs History.txt in sunspot_rails-2.1.0
- old
+ new
@@ -1,5 +1,10 @@
+== 2.1.0
+* Dropped Rails 2 support in favour of supporting Rails 4
+* Passing :silence => true while invoking sunspot:reindex task will no longer show the Progress Bar
+* Model names can now also be delimited with spaces when passing them the sunspot:reindex task
+
== 2.0.0
* Finds orphaned objects in batches to avoid excessive memory use (Peer Allan)
* Default batch size can be specified by setting `Sunspot.config.indexing.default_batch_size`
(Peer Allan)
* Explanation of `progress_bar` is written to stdout instead of stderr (Matt Gornick)
@@ -65,10 +70,10 @@
* Added an option to not reindex an object when certain columns have changed.
== 0.10.6
* Added script/generate sunspot support to generate the required sunspot.yml
file [Brandon Keepers]
-
+
== 0.10.5
* Added a auto_commit_after_request option to sunspot.yml. Sunspot will not
automatically commit any changes in solr if you set this value to false.
Strongly encouraged for production environment.