Skip to content

Commit

Permalink
Update histories
Browse files Browse the repository at this point in the history
  • Loading branch information
alindeman committed Sep 10, 2011
1 parent 4e78ad5 commit 4df87bd
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
5 changes: 0 additions & 5 deletions CHANGES.md

This file was deleted.

13 changes: 13 additions & 0 deletions sunspot/History.txt
@@ -1,3 +1,16 @@
== 1.3.0
* Requests to Solr use HTTP POST verb by default to avoid issues when the query string grows too large for GET (Johan Van Ryseghem)
* `sunspot.yml` supports ERB (Andrew Cholakian)
* An error is raised when attempting to run the packaged Solr if Java is not available (Lucas Parry)
* Pagination operates correctly without dependency on `will_paginate` (Larry Sprock, Dave Krupinski)
* Stored boolean fields with `false` value are returned correctly (yipdw)
* `highlight` accepts `:formatter` and `:fragmenter` parameters (Jeremy McNevin)
* Default `headerBufferSize` is increased for packaged Solr make sure the limit is not reached during large queries (gjb83)
* Packaged Solr respects the `data_path` configuration setting from `sunspot.yml` (djmaze)
* Packaged Solr correctly uses the `pid_dir` configuration option from `sunspot.yml` (Russen Guggemos)
* Specs run correctly in 1.9.2 (Larry Sprock)
* Documentation improvements (Thibaut Barrère, gjb83, Breno Santos Salgado)

== 1.2.1 2010-12-28
* Decreased default reindexing batch size from 500 to 50

Expand Down
8 changes: 8 additions & 0 deletions sunspot_rails/History.txt
@@ -1,3 +1,11 @@
== 1.3.0
* `Model.index` correctly uses `:first_id` option (Hamza Khan-Cheema)
* Solr request performance is instrumented in Rails (Paco Guzmán)
* Reindexing tasks display a progress bar if `progress_bar` gem is available (Paul Carey)
* Deprecated Rails syntax is removed from `Sunspot::Rails::Searchable` (Steve Schwartz)
* Deprecated syntax is removed from rake tasks (Huned Botee)
* `sunspot:reindex` rake task correctly handles namespaced models (João Gradim)

== 1.2.1 2010-12-28
* Decreased default reindexing batch size from 500 to 50

Expand Down

0 comments on commit 4df87bd

Please sign in to comment.