Skip to content

Conversation

dependabot-preview[bot]
Copy link

Bumps serritor from 1.1 to 2.1.1.

Release notes

Sourced from serritor's releases.

Serritor 2.1.1

  • Fix bug where crawl seeds were fed to the frontier twice, resulting in incorrect crawl stats
  • Fix bug where crawl stats were not reset when the crawler was restarted after its state was restored
  • Update dependency versions

Serritor 2.1.0

This release includes new features, improvements and changes to the existing API.

Changes in a nutshell:

  • Add helper class for finding text in response content
  • Refactor UrlFinder
  • Modify HTTP client so that it uses the same user-defined HTTP proxy as Selenium
  • Ignore authentication cookie when cookie authentication is not enabled
  • Use MutableCapabilities instead of DesiredCapabilities when configuring the browser

Serritor 2.0.0

This major release includes a number of new features, bug fixes and changes to the existing API. Changes in a nutshell:

  • Add internal proxy server to overcome Selenium limitations (no access to response headers etc.)
  • Add onBrowserInit callback to configure the browser before the crawling begins
  • Always call onStop even if an unhandled exception is thrown
  • Rename callbacks
  • Add detailed logging
  • Use slf4j instead of builtin logger
  • Add web API feature ... and more

Serritor 1.6.0

This release adds the possibility to specify custom callbacks for crawl events.

Serritor 1.5.0

This release includes bug fixes and a number of enhancements and new features. Major changes in a nutshell:

  • Change the access modifier of the stop method
  • Add the possibility to download files
  • Add the possibility to retrieve response content type
  • Fix browser compatibility check exception when using HtmlUnitDriver
  • Add default URL finder creation method
  • Remove Selenium cookie synchronization
  • Add support for loading config from previously saved state
  • Add static methods for creating crawl requests with the default config

Serritor 1.4.0

This release includes a number of bug fixes and improvements.

Serritor 1.3.1

This release includes a new feature and changes to the existing API. Changes in a nutshell:

  • Changes how the crawler is configured:
    • Adds CrawlerConfigurationBuilder for building CrawlerConfiguration instances
... (truncated)
Commits
  • 1589393 Merge pull request #48 from peterbencze/development
  • 40ae6ae Add test for reset method
  • f85dd78 Fix bug where stats were not reset when crawler was restarted after its state...
  • b8ca9e8 Update checkstyle configuration to make it compatible with the new version
  • 39b32a6 Fix bug where crawl seeds were fed to the frontier twice
  • 6a58328 Change crawl depth start value from 0 to 1
  • f73662b Update project and dependency versions
  • 6ec3358 Update README
  • 8653207 Add release date badge
  • 65882b1 Add release badge
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [serritor](https://github.com/peterbencze/serritor) from 1.1 to 2.1.1.
- [Release notes](https://github.com/peterbencze/serritor/releases)
- [Commits](peterbencze/serritor@v1.1...v2.1.1)

Signed-off-by: dependabot-preview[bot] <[email protected]>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 12, 2020
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants