Releases: kklisura/chrome-devtools-java-client
Releases · kklisura/chrome-devtools-java-client
v4.0.0
The following changes are part of this release:
- Updated protocol definition files (#62 by @sinaa)
v3.0.0.
The following changes are part of this release:
- Updated protocol definition files
- Add chrome binary path (#43, #42)
- Update Jackson from 2.10.0 to 2.11.3 (3e7cf3)
- Update Lombok from 1.16.18 to 1.18.2 (9e1364)
v2.1.0
The following changes are part of this release:
- Fixes BufferOverflow issue, #25 by @karlvr
- Update dependencies to fix security warnings
v2.0.0
The following changes are part of this release:
v1.3.6
The following changes are part of this release:
- Add support for generic return types. This fixes #21.
v1.3.5
The following changes are part of this release:
- Update jackson version to 2.9.9 due to security alerts
ChromeTab
gets additional parentId
property (#20 by @rjkip)
- Make chrome process output available on timeout exception (#18 by @rjkip)
v1.3.4
Includes a fix by @konikos #11 which fixes unused configuration.
v1.3.3
The following changes are part of this release:
- Update jackson version to 2.9.8
- Update javaassist version to 3.24.1-GA
- Expose exitValue and isAlive methods on the chrome launcher
v1.3.2
Changelog:
- Fix security issue by updating
jackson-databind
to 2.9.7
Third release
This release fixes the issue with projects having additional websocket API dependency. #2