Rsolr Versions Save

A Ruby client for Apache Solr

v2.6.0

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/rsolr/rsolr/compare/v2.5.0...v2.6.0

v2.5.0

2 years ago

What's Changed

Full Changelog: https://github.com/rsolr/rsolr/compare/v2.4.0...v2.5.0

v2.4.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/rsolr/rsolr/compare/v2.3.0...v2.4.0

v2.0.2

7 years ago

#176 Capture connection errors separate from other HTTP errors

v2.0.1

7 years ago

#175 Fixes Faraday rescue with versions < 0.9.0

v2.0.0

7 years ago

In this release, we've added many new features, including:

#151 a new JSON request generator (enabled by default, replacing the XML-based requests) (@mootprinter) #148 using Faraday for added flexibility for HTTP configuration #157 native support for nested child documents and atomic updates in RSolr::Document and RSolr::Client.add #152 better support for custom field value converters (@solenko) #147, #58 removing code deprecated in RSolr 1.x (@vipulnsward, and others)

v2.0.0.pre1

7 years ago

In this release, we've added many new features, including:

  • #151 a new JSON request generator (enabled by default, replacing the XML-based requests) (@mootprinter)
  • #148 using Faraday for added flexibility for HTTP configuration
  • #157 native support for nested child documents and atomic updates in RSolr::Document and RSolr::Client.add
  • #152 better support for custom field value converters (@solenko)
  • #147, #58 removing code deprecated in RSolr 1.x (@vipulnsward, and others)