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

Update README.md #203

Merged
merged 1 commit into from
Aug 15, 2024
Merged

Update README.md #203

merged 1 commit into from
Aug 15, 2024

Conversation

James4Ever0
Copy link
Contributor

@James4Ever0 James4Ever0 commented Aug 15, 2024

Added pkg-config installation tips.

Fixed cargo feature related command lines.

Added `pkg-config` installation tip.

Fixed cargo feature related command lines.
Copy link
Member

@j-mendez j-mendez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you

@j-mendez j-mendez merged commit 223d9ac into spider-rs:main Aug 15, 2024
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
\[[#&#8203;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 [@&#8203;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
[@&#8203;James4Ever0](https://togithub.com/James4Ever0) in
[https://github.com/spider-rs/spider/pull/203](https://togithub.com/spider-rs/spider/pull/203)

#### New Contributors

- [@&#8203;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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants