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

Bump webdrivermanager from 4.4.0 to 5.0.3 #677

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 17, 2022

Bumps webdrivermanager from 4.4.0 to 5.0.3.

Changelog

Sourced from webdrivermanager's changelog.

[5.0.3] - 2021-09-17

Added

  • Include viewOnly (for noVNC) as API method and config parameter (issue #704)

Fixed

  • Filter ARM64 architecture using all possible labels (issue #700)

[5.0.2] - 2021-09-13

Added

  • Support for ARM64 architecture in chromedriver for Mac (issue #697)
  • Include current timestamp in recordings file name

Changed

  • Enhance cachePath and resolutionCachePath mkdir (issue #696)
  • Postpone initialing DockerService (issue #691)

[5.0.1] - 2021-08-31

Changed

  • Downgrade to Java 8

[5.0.0] - 2021-08-30

Added

  • New documentation: https://bonigarcia.dev/webdrivermanager/ (sources: AsciiDoc, generated: HTML, PDF, EPUB)
  • New high-level feature: browser finder (using the info of the commands database)
  • New high-level feature: WebDriver builder (using local/remote browsers)
  • New high-level feature: Browsers in Docker containers (using Aerokube images, with recording, VNC access, etc.)
  • Improved CLI mode: allow to run browsers in Docker container and inspect them through noVNC
  • Improved Sever mode: use WDM server as a Selenium Server (a "hub" in the classical Selenium Grid jargon)
  • Include manager for safaridriver, used to get Safari path and dockerized browser (WebKit engine)
  • Include shutdown hook for closing WebDriver objects (and release Docker containers, if any)
  • Include API method gitHubToken() to specify a personal access token for authenticated GitHub requests
  • Include API method avoidTmpFolder() to avoid the use of the temporal folder when downloading drivers (issue #657)
  • Include API method arm64() to specify ARM64 architecture
  • Bypass notarization requirement for geckodriver on Mac OS
  • Include support for generic driver (using config key wdm.defaultBrowser)
  • Allow to specify different driver version per operating system in the versions database (needed for problem detected in geckodriver 0.29.1 in Mac, but required for Windows when using Firefox 90)

Fixed

  • Register decompression for HTTP client (issue #677)
  • Use --disable-gpu flag as default arguments for Docker containers (in Chrome and Edge)

Changed

  • Not using singletons in managers (e.g. chromedriver(), firefoxdriver()). Now, each manager returns a new instance each time
  • Change name of configuration keys (and corresponding API methods) containing the word internetExplorer to iExplorer
  • Download driver for IExplorer (IEDriverServer.exe) from GitHub (instead of Google storage)
  • Use Java 11
  • Use JUnit 5 in tests

... (truncated)

Commits
  • 2808863 [maven-release-plugin] prepare release webdrivermanager-5.0.3
  • 2c2669d Remove forced architecture flag
  • 6598041 Include viewOnly() id asciidoc
  • 9156174 Update CHANGELOG for version 5.0.3
  • ddc7951 Include viewOnly as API method and config parameter (issue #704)
  • 2288033 Simplify WebDriver builder test
  • 74b7d78 Does not filter candidate URLs by architecture when there is only one alterna...
  • e362872 Filter ARM64 architecture using all possible labels (issue #700)
  • 370289d Disable firewall on Windows (GitHub Actions)
  • 0fb0f15 Update geckodriver 0.30.0 for Firefox 92
  • 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 dependabot bot added the dependencies Pull requests that update a dependency file label Jan 17, 2022
@colinduplantis
Copy link
Member

@dependabot rebase

Bumps [webdrivermanager](https://github.com/bonigarcia/webdrivermanager) from 4.4.0 to 5.0.3.
- [Release notes](https://github.com/bonigarcia/webdrivermanager/releases)
- [Changelog](https://github.com/bonigarcia/webdrivermanager/blob/master/CHANGELOG.md)
- [Commits](bonigarcia/webdrivermanager@webdrivermanager-4.4.0...webdrivermanager-5.0.3)

---
updated-dependencies:
- dependency-name: io.github.bonigarcia:webdrivermanager
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/branches/4.1.x/io.github.bonigarcia-webdrivermanager-5.0.3 branch from b7e2882 to 73a4988 Compare February 16, 2022 13:06
@colinduplantis colinduplantis merged commit 9f1f0d4 into branches/4.1.x Feb 16, 2022
@colinduplantis colinduplantis deleted the dependabot/maven/branches/4.1.x/io.github.bonigarcia-webdrivermanager-5.0.3 branch February 16, 2022 13:55
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.

None yet

1 participant