Skip to content

Releases: jarylc/go-chromedpproxy

v0.2.1

29 Jul 14:18
cb73954
Compare
Choose a tag to compare

What’s Changed

  • ensure tabs are closed via multiple methods

v0.2.0

28 Jul 02:49
a5f2da5
Compare
Choose a tag to compare

What’s Changed

  • added and defaulted to headless stealth mode (undetected-chromedp)

v0.1.1

07 Mar 13:48
bf43328
Compare
Choose a tag to compare

v0.1.0

26 May 18:32
500fa07
Compare
Choose a tag to compare

What’s Changed

  • removed Fiber dependency and move to Gorrila Mux and Websocket
  • updated examples

Full Changelog: v0.0.4...v0.1.0

v0.0.4

09 Nov 09:16
98ea719
Compare
Choose a tag to compare

What’s Changed

  • fix panic, let garbage collector clean up interrupt channels instead

Full Changelog: v0.0.3...v0.0.4

v0.0.3

09 Nov 08:33
25828de
Compare
Choose a tag to compare

What’s Changed

  • save memory by cleaning up and resetting everything when all tabs are closed
  • split test cases

Full Changelog: v0.0.2...v0.0.3

v0.0.2

08 Nov 12:01
c90cd98
Compare
Choose a tag to compare

What’s Changed

  • project folder cleanup
  • remove extra closing steps on examples
  • cancel tab contexts on CloseTarget to prevent hanging issue on double close
  • rectify Installing section on README.md

Full Changelog: https://github.com/jarylc/go-chromedpproxy/commits/v0.0.2

v0.0.1

07 Nov 10:12
d7dd6da
Compare
Choose a tag to compare

What’s Changed

  • initial functionalities ready
  • untested on separate project