Bump rsolr from 2.4.0 to 2.5.0
Bumps rsolr from 2.4.0 to 2.5.0.
Release notes
Sourced from rsolr's releases.
v2.5.0
What's Changed
- Add an explicit fallback to net_http to support both faraday 1.x and 2.x implementations by @cbeer in https://github.com/rsolr/rsolr/pull/229
- Relax faraday dependency pinning by @cbeer in https://github.com/rsolr/rsolr/pull/231
- Test with a matrix of faraday versions for current rubies by @cbeer in https://github.com/rsolr/rsolr/pull/233
- Handle basic auth using the syntax appropiate to the Faraday version by @cbeer in https://github.com/rsolr/rsolr/pull/232
Full Changelog: https://github.com/rsolr/rsolr/compare/v2.4.0...v2.5.0
Commits
-
5eee5c5
Release v2.5.0 -
b351328
Merge pull request #232 from rsolr/faraday-basic-auth -
35e4822
Handle basic auth using the syntax appropiate to the Faraday version -
5525383
Merge pull request #233 from rsolr/faraday-matrix -
bda19c3
Test with a matrix of faraday versions for current rubies -
1336e49
Merge pull request #231 from rsolr/faraday -
03c80e1
Relax faraday dependency pinning; faraday 2.0.1 is sufficiently compatible wi... -
0eea5eb
Merge pull request #229 from rsolr/faraday-fallback -
1b1d9b0
Require Faraday 1+, because faraday-net_http isn't available for 0.x versions -
27cbdf2
Add an explicit fallback to net_http to support both faraday 1.x and 2.x impl... - Additional commits viewable in compare view