Skip to content
This repository was archived by the owner on Apr 27, 2022. It is now read-only.

Bump rsolr from 1.1.2 to 2.5.0 #182

Open
wants to merge 1 commit into
base: jefferya/github_action_enable
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 14, 2022

Bumps rsolr from 1.1.2 to 2.5.0.

Release notes

Sourced from rsolr's releases.

v2.5.0

What's Changed

Full Changelog: rsolr/rsolr@v2.4.0...v2.5.0

v2.4.0

What's Changed

New Contributors

Full Changelog: rsolr/rsolr@v2.3.0...v2.4.0

v2.0.2

#176 Capture connection errors separate from other HTTP errors

v2.0.1

#175 Fixes Faraday rescue with versions < 0.9.0

v2.0.0

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

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

... (truncated)

Changelog

Sourced from rsolr's changelog.

2.4.0

2.3.0

2.2.0

2.1.0

2.0.0

2.0.0.pre1

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

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

1.0.12

  • Fix bug where specifying the wt property as a string, would add the supplied value to the default ('ruby') rather than overriding it.

1.0.11

  • add RSolr.solr_escape method and add deprecation messages to RSolr.escape (ndushay)
  • use stdlib URI.escape methods instead of homegrown in RSolr::URI (ndushay)
  • fix bug with Rsolr::Uri.create adding trailing slash if query params (ndushay)
  • update rake tasks (cbeer)
  • add Ruby 2.2.0 to travis ci build (ndushay)
  • Housekeeping (badges to README, license in gemspec, correct url in gemspec ...) (ndushay)
  • Improve rdoc styling (udaykadaboina)
  • Support setting default_wt per connection via its options. (jcoleman)
  • eliminates the usage of per-instance extend (jcoleman)

... (truncated)

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

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [rsolr](https://github.com/rsolr/rsolr) from 1.1.2 to 2.5.0.
- [Release notes](https://github.com/rsolr/rsolr/releases)
- [Changelog](https://github.com/rsolr/rsolr/blob/master/CHANGES.txt)
- [Commits](rsolr/rsolr@v1.1.2...v2.5.0)

---
updated-dependencies:
- dependency-name: rsolr
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Feb 14, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants