Skip to content

Releases: wirepair/gcd

Fix error message

19 Aug 11:32
e999249
Compare
Choose a tag to compare

Fixes the error message to properly display seconds if unable to connect to debugger service.

SendDefaultRequest chrome errors now return Go errors

28 Jul 04:04
1f60dfb
Compare
Choose a tag to compare

Fixes an issue where SendDefaultRequests were not returning ChromeErrorResponses

DevTools Event Ordering

21 Jul 11:59
053b0d2
Compare
Choose a tag to compare

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.

Fix go routine leak

09 Jun 03:47
bb6f124
Compare
Choose a tag to compare

Fixes a go routine leak

Fix race condition

08 Jun 05:07
5fedd14
Compare
Choose a tag to compare

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

Added a chrome exit handler from @camswords

08 Jun 02:10
55da6a5
Compare
Choose a tag to compare

Added a chrome exit handler from @camswords.

Fix blocked channel

04 Jun 06:51
81051b9
Compare
Choose a tag to compare

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.

Add observer

23 May 09:50
0a99a4e
Compare
Choose a tag to compare
  • Update to chrome version 90.0.4430.212
  • Implementation of an observer package to allow inspection of messages between gcd/browser by @camswords

Replace websocket code v2

29 Apr 02:50
9649fe0
Compare
Choose a tag to compare

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

10 Feb 02:04
f171631
Compare
Choose a tag to compare

Updates chrome to 88.0.4324.150