forked from bdurand/sunspot_index_queue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGE_LOG.txt
22 lines (12 loc) · 810 Bytes
/
CHANGE_LOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
1.1.4
- Add redis implementation
- Remove ActiveRecord deprecation warning
1.1.3
- Fix mongo implementation to work properly with most recent versions.
1.1.2
- Optimization for ActiveRecord to eager load includes declared in sunspot_options for indexing.
1.1.1
- Fix bug where entries were lost if they failed to be submitted individually after they failed to be submitted in a batch.
- Fix compatibility with latest mongo gem.
1.1.0
- Change column type for ActiveRecord and DataMapper implementation queue table for record_id from String to Integer. This makes it far more efficient in the normal case at the expense of being less flexible. If you do end up needing String record id's, just create the table definition yourself. To upgrade, you should clear the queue and then rerun the migration.