Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump chewy from 5.2.0 to 7.2.2 #886

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 31, 2021

Bumps chewy from 5.2.0 to 7.2.2.

Release notes

Sourced from chewy's releases.

v7.2.2

Changes

  • #800: Revert #787 progressbar feature to avoid performance degradation in parallel import (@​rabotyaga)

  • #795: (Breaking) Change the Chewy::Search::Parameters::Order implementation to use Array (@​jiajiawang):

    • To allow multiple sorting options that may have the same key name. For example script based sorting whose key will always be _script.
    • Behaviour change of chained order calls.
      • e.g. .order(_script: {a: 1}).order(_script: {b: 2})
        • Before {:sort=>[{"_script"=>{:b=>2}}]}
        • After {:sort=>[{"_script"=>{:a=>1}},{"_script"=>{:b=>2}}]}
  • #654: Add helpers and matchers for testing (@​Vitalina-Vakulchyk):

    • mock_elasticsearch_response helpers both Rspec and Minitest - to mock elasticsearch response
    • mock_elasticsearch_response_sources helpers both Rspec and Minitest - to mock elasticsearch response sources
    • assert_elasticsearch_query helper for Minitest - to compare request and expected query (returns true/false)
    • build_query matcher for Rspec - to compare request and expected query (returns true/false)

v7.2.1

New Features

  • #469: Add ability to output the progressbar with ENV['PROGRESS'] during reset rake tasks (@​Vitalina-Vakulchyk):
    • for rake chewy:reset and rake chewy:parallel:reset
    • progressbar is hidden by default, set ENV['PROGRESS'] to true to display it

Bugs Fixed

  • #796: Fix clear scroll: pass scroll_id in body, as passing in path parameters is deprecated and can overflow http.max_initial_line_length (@​rabotyaga)

v.7.2.0

New Features

  • #778: Add ignore_blank option to field method (@​Vitalina-Vakulchyk):
    • true by default for the geo_point type
    • false by default for other types

Changes

  • #783: (Breaking) Remove Chewy::Type, simplify DSL (@​rabotyaga)
    • Remove the Chewy::Type class
      • e.g. remove CitiesIndex::City / CitiesIndex.city
        • CitiesIndex::City.import! ... becomes CitiesIndex.import! ...
    • Simplify index DSL:

... (truncated)

Changelog

Sourced from chewy's changelog.

7.2.2 (2021-05-24)

Changes

  • #800: Revert #787 progressbar feature to avoid performance degradation in parallel import ([@​rabotyaga][])

  • #795: (Breaking) Change the Chewy::Search::Parameters::Order implementation to use Array ([@​jiajiawang][]):

    • To allow multiple sorting options that may have the same key name. For example script based sorting whose key will always be _script.
    • Behaviour change of chained order calls.
      • e.g. .order(_script: {a: 1}).order(_script: {b: 2})
        • Before {:sort=>[{"_script"=>{:b=>2}}]}
        • After {:sort=>[{"_script"=>{:a=>1}},{"_script"=>{:b=>2}}]}
  • #654: Add helpers and matchers for testing ([@​Vitalina-Vakulchyk][]):

    • mock_elasticsearch_response helpers both Rspec and Minitest - to mock elasticsearch response
    • mock_elasticsearch_response_sources helpers both Rspec and Minitest - to mock elasticsearch response sources
    • assert_elasticsearch_query helper for Minitest - to compare request and expected query (returns true/false)
    • build_query matcher for Rspec - to compare request and expected query (returns true/false)

7.2.1 (2021-05-11)

New Features

  • #469: Add ability to output the progressbar with ENV['PROGRESS'] during reset rake tasks ([@​Vitalina-Vakulchyk][]):
    • for rake chewy:reset and rake chewy:parallel:reset
    • progressbar is hidden by default, set ENV['PROGRESS'] to true to display it

Bugs Fixed

  • #796: Fix clear scroll: pass scroll_id in body, as passing in path parameters is deprecated and can overflow http.max_initial_line_length ([@​rabotyaga][])

7.0.1 (2021-05-03)

Changes

  • #792: Skip ES version memoization for search requests ([@​rabotyaga][])
    • See the Migration Guide for details

7.2.0 (2021-04-19)

New Features

  • #778: Add ignore_blank option to field method ([@​Vitalina-Vakulchyk][]):
    • true by default for the geo_point type
    • false by default for other types

Changes

  • #783: (Breaking) Remove Chewy::Type, simplify DSL ([@​rabotyaga][])
    • Remove the Chewy::Type class

... (truncated)

Commits
  • 6e77065 Revert #787 progressbar feature t...
  • 261dc9e [Fix #795] Change implementation of Order param (#798)
  • f909cc7 [Fix #654] Mocking search support (#794)
  • 6a0efcf Fixed 'Breaking changes in 7.0' URL (#797)
  • 973e122 Fix clear scroll: pass scroll_id in body, as passing in path parameters is ...
  • e19ad16 Update CHANGELOG & Migration Guide to reflect 7.0.1 release (#793)
  • 2d10b3e Update progressbar description in Readme and CHANGELOG (#790)
  • cb7e4c4 [Fix #469] Print log progress on import rake task (#787)
  • 64f7343 fix a typo in readme (#789)
  • 6b20011 Add a note about our versioning scheme
  • 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 [chewy](https://github.com/toptal/chewy) from 5.2.0 to 7.2.2.
- [Release notes](https://github.com/toptal/chewy/releases)
- [Changelog](https://github.com/toptal/chewy/blob/master/CHANGELOG.md)
- [Commits](toptal/chewy@v5.2.0...v7.2.2)

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 May 31, 2021
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 1, 2021

Superseded by #1159.

@dependabot dependabot bot closed this Nov 1, 2021
@dependabot dependabot bot deleted the dependabot/bundler/chewy-7.2.2 branch November 1, 2021 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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