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): update rust crate spider to v2.9.6 #364

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 5, 2024

This PR contains the following updates:

Package Type Update Change
spider workspace.dependencies minor 2.7.1 -> 2.9.6

Release Notes

spider-rs/spider (spider)

v2.9.6

Whats Changed

  • add XPath data extraction support spider_utils
  • add XML return format for spider_transformations

Example getting data via xpath.

    let map = QueryCSSMap::from([(
        "list",
        QueryCSSSelectSet::from(["//*[@​class='list']"]),
    )]);
    let data = css_query_select_map_streamed(
        r#"<html><body><ul class="list"><li>Test</li></ul></body></html>"#,
        &build_selectors(map),
    )
    .await;

    assert!(!data.is_empty(), "Xpath extraction failed");

Full Changelog: spider-rs/spider@v2.8.28...v2.9.6

v2.9.4

Compare Source

v2.9.2

Compare Source

v2.9.1

Compare Source

v2.9.0

Compare Source

v2.8.29

Compare Source

Whats Changed

Fix request interception remote connections. Intercept builder now uses spider::features::chrome_common::RequestInterceptConfiguration and adds more control.

  • chrome performance improvement reducing dup events
  • chore(chrome): add set extra headers
  • chore(smart): add http fallback chrome smart mode request
  • chore(chrome): add spoofed plugins
  • chore(real-browser): add mouse movement waf
  • chore(chrome): patch logs stealth mode
  • chore(page): fix url join empty slash
  • chore(chrome): fix return page response headers and cookies
  • chore(page): add empty page validation
  • chore(config): add serializable crawl configuration
  • chore(retry): add check 502 notfound retry

Full Changelog: spider-rs/spider@v2.7.1...v2.8.29

v2.8.28

Compare Source

v2.8.27

Compare Source

v2.8.26

Compare Source

v2.8.25

Compare Source

v2.8.24

Compare Source

v2.8.23

Compare Source

v2.8.22

Compare Source

v2.8.21

Compare Source

v2.8.14

Compare Source

v2.8.13

Compare Source

v2.8.10

Compare Source

v2.8.9

Compare Source

v2.8.8

Compare Source

v2.8.7

Compare Source

v2.8.6

Compare Source

v2.8.5

Compare Source

v2.8.4

Compare Source

v2.8.3

Compare Source

v2.8.2

Compare Source

v2.8.1

Compare Source

v2.8.0

Compare Source


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.

@renovate renovate bot force-pushed the renovate/spider-2.x-lockfile branch from 67b4e7e to 2649d27 Compare October 5, 2024 18:15
@renovate renovate bot changed the title chore(deps): update rust crate spider to v2.8.0 chore(deps): update rust crate spider to v2.8.1 Oct 5, 2024
@renovate renovate bot force-pushed the renovate/spider-2.x-lockfile branch from 2649d27 to b55b7b3 Compare October 6, 2024 01:31
@renovate renovate bot changed the title chore(deps): update rust crate spider to v2.8.1 chore(deps): update rust crate spider to v2.8.4 Oct 6, 2024
@renovate renovate bot force-pushed the renovate/spider-2.x-lockfile branch from b55b7b3 to 54d99d3 Compare October 6, 2024 03:55
@renovate renovate bot changed the title chore(deps): update rust crate spider to v2.8.4 chore(deps): update rust crate spider to v2.8.7 Oct 6, 2024
@renovate renovate bot force-pushed the renovate/spider-2.x-lockfile branch from 54d99d3 to 1d9edbe Compare October 6, 2024 18:32
@renovate renovate bot changed the title chore(deps): update rust crate spider to v2.8.7 chore(deps): update rust crate spider to v2.8.8 Oct 6, 2024
@renovate renovate bot force-pushed the renovate/spider-2.x-lockfile branch from 1d9edbe to 1ed8fa3 Compare October 6, 2024 21:02
@renovate renovate bot changed the title chore(deps): update rust crate spider to v2.8.8 chore(deps): update rust crate spider to v2.8.9 Oct 6, 2024
@renovate renovate bot force-pushed the renovate/spider-2.x-lockfile branch from 1ed8fa3 to 5b86264 Compare October 7, 2024 00:46
@renovate renovate bot changed the title chore(deps): update rust crate spider to v2.8.9 chore(deps): update rust crate spider to v2.8.12 Oct 7, 2024
@renovate renovate bot force-pushed the renovate/spider-2.x-lockfile branch from 5b86264 to 84a0546 Compare October 7, 2024 14:08
@renovate renovate bot changed the title chore(deps): update rust crate spider to v2.8.12 chore(deps): update rust crate spider to v2.8.13 Oct 7, 2024
@renovate renovate bot force-pushed the renovate/spider-2.x-lockfile branch from 84a0546 to 67e8837 Compare October 7, 2024 20:04
@renovate renovate bot changed the title chore(deps): update rust crate spider to v2.8.13 chore(deps): update rust crate spider to v2.8.16 Oct 7, 2024
@renovate renovate bot force-pushed the renovate/spider-2.x-lockfile branch from 67e8837 to e602236 Compare October 7, 2024 21:41
@renovate renovate bot changed the title chore(deps): update rust crate spider to v2.8.16 chore(deps): update rust crate spider to v2.8.17 Oct 7, 2024
@renovate renovate bot force-pushed the renovate/spider-2.x-lockfile branch from e602236 to 6e7c195 Compare October 8, 2024 12:42
@renovate renovate bot changed the title chore(deps): update rust crate spider to v2.8.17 chore(deps): update rust crate spider to v2.8.19 Oct 8, 2024
@renovate renovate bot force-pushed the renovate/spider-2.x-lockfile branch from 6e7c195 to 0adffda Compare October 8, 2024 18:23
@renovate renovate bot changed the title chore(deps): update rust crate spider to v2.8.19 chore(deps): update rust crate spider to v2.8.22 Oct 8, 2024
@renovate renovate bot force-pushed the renovate/spider-2.x-lockfile branch from 0adffda to 06cf87c Compare October 8, 2024 22:16
@renovate renovate bot changed the title chore(deps): update rust crate spider to v2.8.22 chore(deps): update rust crate spider to v2.8.27 Oct 8, 2024
@renovate renovate bot force-pushed the renovate/spider-2.x-lockfile branch from 06cf87c to 2a04d8a Compare October 9, 2024 02:03
@renovate renovate bot changed the title chore(deps): update rust crate spider to v2.8.27 chore(deps): update rust crate spider to v2.8.29 Oct 9, 2024
@renovate renovate bot force-pushed the renovate/spider-2.x-lockfile branch from 2a04d8a to f04a0d5 Compare October 9, 2024 15:05
@renovate renovate bot changed the title chore(deps): update rust crate spider to v2.8.29 chore(deps): update rust crate spider to v2.9.0 Oct 9, 2024
@renovate renovate bot force-pushed the renovate/spider-2.x-lockfile branch from f04a0d5 to cb13782 Compare October 9, 2024 18:04
@renovate renovate bot changed the title chore(deps): update rust crate spider to v2.9.0 chore(deps): update rust crate spider to v2.9.2 Oct 9, 2024
@renovate renovate bot force-pushed the renovate/spider-2.x-lockfile branch from cb13782 to 4058284 Compare October 10, 2024 05:01
@renovate renovate bot changed the title chore(deps): update rust crate spider to v2.9.2 chore(deps): update rust crate spider to v2.9.6 Oct 10, 2024
@timonv timonv merged commit 179607e into master Oct 11, 2024
11 checks passed
@timonv timonv deleted the renovate/spider-2.x-lockfile branch October 11, 2024 09:21
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