Skip to content

Releases: rsolr/rsolr

v2.6.0

25 Mar 18:37
3222974
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5.0...v2.6.0

v2.5.0

11 Feb 19:01
Compare
Choose a tag to compare

What's Changed

  • Add an explicit fallback to net_http to support both faraday 1.x and 2.x implementations by @cbeer in #229
  • Relax faraday dependency pinning by @cbeer in #231
  • Test with a matrix of faraday versions for current rubies by @cbeer in #233
  • Handle basic auth using the syntax appropiate to the Faraday version by @cbeer in #232

Full Changelog: v2.4.0...v2.5.0

v2.4.0

11 Feb 18:59
97e3d37
Compare
Choose a tag to compare

What's Changed

  • Use github actions for CI by @cbeer in #212
  • Update jruby version for CI by @cbeer in #221
  • Separate our new RSolr::Error::Timeout from generic RSolr::Error::Http by @jrochkind in #214
  • Pass timeout arg directly to faraday, deprecate read_timeout by @jrochkind in #215
  • RSolr exception message extracts Solr error message from JSON response by @jrochkind in #222
  • Add soft-commit function by @giteshnandre in #210
  • Bugfix: failure of generating error-logs when a HTTP response body includes multibyte-chars by @expajp in #208
  • guard against nil response by @jrochkind in #226
  • [fixes #200] Fix JSON generator for atomic updates of array fields by @serggl in #201
  • Avoid using deprecated read_timeout in tests by @jrochkind in #227
  • prepare for RSolr 2.4.0 release by @jrochkind in #223

New Contributors

  • @jrochkind made their first contribution in #214
  • @giteshnandre made their first contribution in #210
  • @expajp made their first contribution in #208

Full Changelog: v2.3.0...v2.4.0

v2.0.2

10 May 20:26
Compare
Choose a tag to compare

#176 Capture connection errors separate from other HTTP errors

v2.0.1

08 May 15:19
Compare
Choose a tag to compare

#175 Fixes Faraday rescue with versions < 0.9.0

v2.0.0

08 May 15:17
Compare
Choose a tag to compare

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)

RSolr 2.0.0.pre1

30 Sep 18:16
Compare
Choose a tag to compare
RSolr 2.0.0.pre1 Pre-release
Pre-release

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)