- Notifications
You must be signed in to change notification settings - Fork141
Releases: rsolr/rsolr
Releases · rsolr/rsolr
v2.6.0
3222974
This commit was created on GitHub.com and signed with GitHub’sverified signature.
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
What's Changed
- Set solr version to 8.11.3 by@jcoyne in#238
- Stop testing on Ruby 2 by@jcoyne in#237
- Add newer rubies to the test matrix by@jcoyne in#239
- Removing credentials from uri when assembling error message by@cgalarza in#236
- Prepare for v2.6.0 release by@cgalarza in#240
New Contributors
Full Changelog:v2.5.0...v2.6.0
v2.5.0
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
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
97e3d37
This commit was created on GitHub.com and signed with GitHub’sverified signature. The key has expired.
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
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, deprecateread_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
v2.0.1
v2.0.0
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
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)
Assets2
RSolr 2.0.0.pre1
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
RSolr 2.0.0.pre1Pre-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 usingFaraday for added flexibility for HTTP configuration
- #157 native support for nested child documents and atomic updates in
RSolr::Document
andRSolr::Client.add
- #152 better support for custom field value converters (@solenko)
- #147,#58 removing code deprecated in RSolr 1.x (@vipulnsward, and others)