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

chore(deps): bump tantivy from 0.19.2 to 0.22.0 #1913

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 12, 2024

Bumps tantivy from 0.19.2 to 0.22.0.

Release notes

Sourced from tantivy's releases.

Tantivy v0.22

What's Changed

Tantivy 0.22 will be able to read indices created with Tantivy 0.21.

Bugfixes

  • Fix null byte handling in JSON paths (null bytes in json keys caused panic during indexing) #2345(@​PSeitz)
  • Fix bug that can cause get_docids_for_value_range to panic. #2295(@​fulmicoton)
  • Avoid 1 document indices by increase min memory to 15MB for indexing #2176(@​PSeitz)
  • Fix merge panic for JSON fields #2284(@​PSeitz)
  • Fix bug occuring when merging JSON object indexed with positions. #2253(@​fulmicoton)
  • Fix empty DateHistogram gap bug #2183(@​PSeitz)
  • Fix range query end check (fields with less than 1 value per doc are affected) #2226(@​PSeitz)
  • Handle exclusive out of bounds ranges on fastfield range queries #2174(@​PSeitz)

Breaking API Changes

Features/Improvements

... (truncated)

Changelog

Sourced from tantivy's changelog.

Tantivy 0.21.1

Bugfixes

  • Range queries on fast fields with less values on that field than documents had an invalid end condition, leading to missing results. #2226(@​appaquet @​PSeitz)
  • Increase the minimum memory budget from 3MB to 15MB to avoid single doc segments (API fix). #2176(@​PSeitz)

Tantivy 0.21

Bugfixes

  • Fix track fast field memory consumption, which led to higher memory consumption than the budget allowed during indexing #2148#2147(@​PSeitz)
  • Fix a regression from 0.20 where sort index by date wasn't working anymore #2124(@​PSeitz)
  • Fix getting the root facet on the FacetCollector. #2086(@​adamreichold)
  • Align numerical type priority order of columnar and query. #2088(@​fmassot)

Breaking Changes

Features/Improvements

Tantivy 0.20.2

Tantivy 0.20.1

Tantivy 0.20

Bugfixes

  • Fix phrase queries with slop (slop supports now transpositions, algorithm that carries slop so far for num terms > 2) #2031#2020(@​PSeitz)
  • Handle error for exists on MMapDirectory #1988 (@​PSeitz)
  • Aggregation

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Apr 12, 2024
@dependabot dependabot bot force-pushed the dependabot/cargo/tantivy-0.22.0 branch from 252bb30 to e35be94 Compare April 16, 2024 21:01
Bumps [tantivy](https://github.com/quickwit-oss/tantivy) from 0.19.2 to 0.22.0.
- [Release notes](https://github.com/quickwit-oss/tantivy/releases)
- [Changelog](https://github.com/quickwit-oss/tantivy/blob/main/CHANGELOG.md)
- [Commits](quickwit-oss/tantivy@0.19.2...tantivy-query-grammar-v0.22.0)

---
updated-dependencies:
- dependency-name: tantivy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/tantivy-0.22.0 branch from e35be94 to 07d12cd Compare April 17, 2024 20:53
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants