- Sidekiq support
- SessionProxy now takes a backend as a second required option
- Sunspot::Queue::Resque::Backend is the backend for Resque
- Sunspot::Queue::Sidekiq::Backend is the backend for Sidekiq
- Jobs no longer auto commit the solr index. Commits should be done by another process or Solr should be configured handle commits automatically (autoCommit config option).
- Initial Release