Skip to content

v2.4.0

Compare
Choose a tag to compare
@cbeer cbeer released this 11 Feb 18:59
· 24 commits to master since this release
97e3d37

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