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

fix(deps): update rust crate text-splitter to 0.16 #267

Merged
merged 1 commit into from
Sep 4, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 2, 2024

This PR contains the following updates:

Package Type Update Change
text-splitter dependencies minor 0.15 -> 0.16

Release Notes

benbrandt/text-splitter (text-splitter)

v0.16.0

Compare Source

Breaking Changes
  • Update to v0.23.0 of tree-sitter. There was a breaking change for language definitions, so this is also a breaking change for us, especially on the Python side, since we support passing the language in.
  • Minim�um Python version for the Python bindings is now 3.9 since 3.8 will be EOL next month.
Python

Make sure to upgrade to the latest version of your tree-sitter language package.

Rust

Make sure to upgrade to the latest version of your tree-sitter language package crate. These know have a LANGUAGE constant rather than a language() function.

// Before
tree_sitter_rust::language()
// After
tree_sitter_rust::LANGUAGE
What's New
  • MarkdownSplitter can better parse the Commonmark HS extension for Definition Lists.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@timonv timonv merged commit 6e92b12 into master Sep 4, 2024
9 checks passed
@timonv timonv deleted the renovate/text-splitter-0.x branch September 4, 2024 22:00
timonv pushed a commit that referenced this pull request Sep 4, 2024
## 🤖 New release
* `swiftide`: 0.9.1 -> 0.9.2
* `swiftide-core`: 0.9.1 -> 0.9.2
* `swiftide-indexing`: 0.9.1 -> 0.9.2
* `swiftide-macros`: 0.9.1 -> 0.9.2
* `swiftide-integrations`: 0.9.1 -> 0.9.2
* `swiftide-query`: 0.9.1 -> 0.9.2

<details><summary><i><b>Changelog</b></i></summary><p>

## `swiftide`
<blockquote>

## [0.9.2](https://github.com/bosun-ai/swiftide/releases/tag/0.9.2) -
2024-09-04

### Added

-
[84e9bae](84e9bae)
*(indexing)* Add chunker for text with text_splitter
([#270](#270))

-
[387fbf2](387fbf2)
*(query)* Hybrid search for qdrant in query pipeline
([#260](#260))

### Fixed

-
[6e92b12](6e92b12)
*(deps)* Update rust crate text-splitter to 0.16
([#267](#267))

### Other

-
[1dc4c90](1dc4c90)
*(readme)* Add new blog links

-
[064c7e1](064c7e1)
*(readme)* Update intro


**Full Changelog**:
0.9.1...0.9.2
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant