Skip to content

Conversation

dependabot-preview[bot]
Copy link

Bumps serritor from 1.1 to 2.0.0.

Release notes

Sourced from serritor's releases.

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
    • The configuration is passed to the crawler's constructor
  • Adds the possibility to download the file in onNonHtmlResponse callback

Please check the Wiki for more information.

Serritor 1.3.0

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

New features in a nutshell:

  • Crawl domains: they specify the domains in which crawling is allowed
  • Crawl delay mechanisms: these can be used to determine the delay between each request
  • Url finder: it can be used to find URLs in HTML sources using regular expressions

Please check the Wiki for more information.

... (truncated)
Commits
  • eaac224 Merge pull request #45 from peterbencze/development
  • a23b29e Update README
  • 24feaa1 Modify param description
  • 17a0cad Add JDK 8 module to object mapper
  • 755acf7 Use helper class instead of multiple object mapper instances
  • 5e58411 Add functionality for reading JSON structures
  • 857cd3d Add helper class for sending JSON objects as HTTP response or WebSocket message
  • f00aa52 Add thread safety comments
  • 0795fde Upgrade plugin and dependency versions
  • 70ec169 Add web API implementation
  • 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 31, 2019
@dependabot-preview
Copy link
Author

Superseded by #35.

@dependabot-preview dependabot-preview bot deleted the dependabot/maven/com.github.peterbencze-serritor-2.0.0 branch June 19, 2019 10:33
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