Skip to content

v0.3.1

Compare
Choose a tag to compare
@mvdan mvdan released this 26 Jun 10:56
· 311 commits to master since this release
  • fix a regression when sending large messages to Chrome over websocket
  • increase the timeout when waiting for new pages to appear, for slow devices
  • avoid hanging in Navigate actions if the context is canceled
  • fix a data race if Navigate was used while a navigation was already happening
  • fix a regression where large queries could deadlock the target handler
  • revert back to using one goroutine per selector, to reduce CPU use when idle