Gcd Versions Save

Unofficial implementation of the Google Chrome Remote Debugger in Go

v2.2.1

2 years ago

Fixes an issue where SendDefaultRequests were not returning ChromeErrorResponses

v2.2.0

2 years ago

Dispatching DevTool events via a newly spawned go routine was causing messages to be delivered out of order. This change synchronizes them using an internal channel. Note: If you previously had Subscriptions try to signal each other (via another channel) it may be blocked since all subscriptions are executed under a single go routine now. Upgrade with caution.

v2.1.6

2 years ago

Fixes a go routine leak

v2.1.5

2 years ago

Also added github actions to ensure these issues do not slip past anymore.

v2.1.4

2 years ago

Added a chrome exit handler from @camswords.

v2.1.3

2 years ago

Fixes an issue where if chrome fails to start a send on a channel is never sent if we timeout probing for the debug port.

v2.1.2

2 years ago
  • Update to chrome version 90.0.4430.212
  • Implementation of an observer package to allow inspection of messages between gcd/browser by @camswords

v2.1.1

3 years ago

Update to chrome version 90.0.4430.93. Replaced websocket with rod's implementation (You should use their library!). Added functional opts for creating Gcd objects. Allow custom logger

v2.0.7

3 years ago

Updates chrome to 88.0.4324.150

v2.0.6

3 years ago

Adds a lock around the process.