forked from bdurand/sunspot_index_queue
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCHANGE_LOG.txt
More file actions
17 lines (9 loc) · 733 Bytes
/
Copy pathCHANGE_LOG.txt
File metadata and controls
17 lines (9 loc) · 733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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.