Skip to content

Releases: kklisura/chrome-devtools-java-client

v4.0.0

21 May 22:16
Compare
Choose a tag to compare

The following changes are part of this release:

  • Updated protocol definition files (#62 by @sinaa)

v3.0.0.

23 Jan 23:13
Compare
Choose a tag to compare

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

13 Nov 11:31
Compare
Choose a tag to compare

The following changes are part of this release:

  • Fixes BufferOverflow issue, #25 by @karlvr
  • Update dependencies to fix security warnings

v2.0.0

28 Aug 12:21
Compare
Choose a tag to compare

The following changes are part of this release:

v1.3.6

28 Aug 11:13
Compare
Choose a tag to compare

The following changes are part of this release:

  • Add support for generic return types. This fixes #21.

v1.3.5

28 Jun 12:41
Compare
Choose a tag to compare

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

07 May 09:24
Compare
Choose a tag to compare

Includes a fix by @konikos #11 which fixes unused configuration.

v1.3.3

07 Jan 12:45
Compare
Choose a tag to compare

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

01 Nov 12:39
Compare
Choose a tag to compare

Changelog:

  • Fix security issue by updating jackson-databind to 2.9.7

Third release

14 Sep 06:16
Compare
Choose a tag to compare

This release fixes the issue with projects having additional websocket API dependency. #2