-
Notifications
You must be signed in to change notification settings - Fork 109
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
Update README.md #203
Merged
Merged
Update README.md #203
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added `pkg-config` installation tip. Fixed cargo feature related command lines.
j-mendez
approved these changes
Aug 15, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you
timonv
referenced
this pull request
in bosun-ai/swiftide
Aug 29, 2024
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [spider](https://togithub.com/spider-rs/spider) | dependencies | major | `1.98` -> `2.0` | --- ### Release Notes <details> <summary>spider-rs/spider (spider)</summary> ### [`v2.2.4`](https://togithub.com/spider-rs/spider/releases/tag/v2.2.4) [Compare Source](https://togithub.com/spider-rs/spider/compare/v2.2.3...v2.2.4) ### Whats Changed We can now auto detect locales without losing out on performance. We default enabled the `encoding` flag for this change! ```rust let mut website: Website = Website::new("https://tenki.jp"); // all of the content output has the proper encoding automatically ``` **Full Changelog**: spider-rs/spider@v2.1.9...v2.2.4 ### [`v2.2.3`](https://togithub.com/spider-rs/spider/compare/v2.2.2...v2.2.3) [Compare Source](https://togithub.com/spider-rs/spider/compare/v2.2.2...v2.2.3) ### [`v2.2.2`](https://togithub.com/spider-rs/spider/compare/v2.2.1...v2.2.2) [Compare Source](https://togithub.com/spider-rs/spider/compare/v2.2.1...v2.2.2) ### [`v2.2.1`](https://togithub.com/spider-rs/spider/compare/v2.2.0...v2.2.1) [Compare Source](https://togithub.com/spider-rs/spider/compare/v2.2.0...v2.2.1) ### [`v2.2.0`](https://togithub.com/spider-rs/spider/compare/v2.1.9...v2.2.0) [Compare Source](https://togithub.com/spider-rs/spider/compare/v2.1.9...v2.2.0) ### [`v2.1.9`](https://togithub.com/spider-rs/spider/releases/tag/v2.1.9) [Compare Source](https://togithub.com/spider-rs/spider/compare/v2.1.8...v2.1.9) ### Whats New This release brings bug fixes with chrome opening pages causing hangs. The builder method `website.with_return_page_links` can be used to attach the links found on the web page to the page object. - chore(chrome): fix instances being left open from ignorable handler errors - chore(scrape): add sitemap and smart \[[#​206](https://togithub.com/spider-rs/spider/issues/206)] - feat(page): add return page links configuration - chore(config): fix budget reset on crawl end Thanks [@​DimitriTimoz](https://togithub.com/DimitriTimoz) **Full Changelog**: spider-rs/spider@v2.0.6...v2.1.9 ### [`v2.1.8`](https://togithub.com/spider-rs/spider/compare/v2.1.6...v2.1.8) [Compare Source](https://togithub.com/spider-rs/spider/compare/v2.1.6...v2.1.8) ### [`v2.1.3`](https://togithub.com/spider-rs/spider/compare/v2.1.2...v2.1.3) [Compare Source](https://togithub.com/spider-rs/spider/compare/v2.1.2...v2.1.3) ### [`v2.0.18`](https://togithub.com/spider-rs/spider/compare/v2.0.17...v2.0.18) [Compare Source](https://togithub.com/spider-rs/spider/compare/v2.0.17...v2.0.18) ### [`v2.0.17`](https://togithub.com/spider-rs/spider/compare/v2.0.16...v2.0.17) [Compare Source](https://togithub.com/spider-rs/spider/compare/v2.0.16...v2.0.17) ### [`v2.0.16`](https://togithub.com/spider-rs/spider/compare/v2.0.15...v2.0.16) [Compare Source](https://togithub.com/spider-rs/spider/compare/v2.0.15...v2.0.16) ### [`v2.0.15`](https://togithub.com/spider-rs/spider/compare/v2.0.14...v2.0.15) [Compare Source](https://togithub.com/spider-rs/spider/compare/v2.0.14...v2.0.15) ### [`v2.0.14`](https://togithub.com/spider-rs/spider/compare/v2.0.13...v2.0.14) [Compare Source](https://togithub.com/spider-rs/spider/compare/v2.0.13...v2.0.14) ### [`v2.0.13`](https://togithub.com/spider-rs/spider/compare/v2.0.12...v2.0.13) [Compare Source](https://togithub.com/spider-rs/spider/compare/v2.0.12...v2.0.13) ### [`v2.0.12`](https://togithub.com/spider-rs/spider/compare/v2.0.11...v2.0.12) [Compare Source](https://togithub.com/spider-rs/spider/compare/v2.0.11...v2.0.12) ### [`v2.0.6`](https://togithub.com/spider-rs/spider/releases/tag/v2.0.6) [Compare Source](https://togithub.com/spider-rs/spider/compare/v2.0.5...v2.0.6) #### What's Changed - add http response cookies map - fix chrome fs feature flag build - Update README.md by [@​James4Ever0](https://togithub.com/James4Ever0) in [https://github.com/spider-rs/spider/pull/203](https://togithub.com/spider-rs/spider/pull/203) #### New Contributors - [@​James4Ever0](https://togithub.com/James4Ever0) made their first contribution in [https://github.com/spider-rs/spider/pull/203](https://togithub.com/spider-rs/spider/pull/203) **Full Changelog**: spider-rs/spider@v2.0.3...v2.0.6 ### [`v2.0.3`](https://togithub.com/spider-rs/spider/releases/tag/v2.0.3) [Compare Source](https://togithub.com/spider-rs/spider/compare/v2.0.2...v2.0.3) ### Whats Changed 1. Scrape and Crawl now perform functionality identically as scrape re-uses crawl underneath. 2. Scrape API cleanup 3. Add get_chrome_page chrome page ref **Full Changelog**: spider-rs/spider@v1.99.30...v2.0.3 ### [`v2.0.2`](https://togithub.com/spider-rs/spider/compare/v2.0.1...v2.0.2) [Compare Source](https://togithub.com/spider-rs/spider/compare/v2.0.1...v2.0.2) ### [`v2.0.1`](https://togithub.com/spider-rs/spider/compare/v2.0.0...v2.0.1) [Compare Source](https://togithub.com/spider-rs/spider/compare/v2.0.0...v2.0.1) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/bosun-ai/swiftide). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yNi4xIiwidXBkYXRlZEluVmVyIjoiMzguNTYuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Timon Vonk <timonv@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added
pkg-config
installation tips.Fixed cargo feature related command lines.