Skip to content

Releases: mafredri/cdp

v0.35.0

01 Sep 14:32
Compare
Choose a tag to compare
  • Run gofmt -s (e5a75eb)
  • README.md: Update badges (9cae0e5)
  • .github/workflows: Update codecov action (bbe5449)
  • .github/workflows: Update go matrix (f51cca1)
  • Update go.mod (daf73b9)
  • cmd/cdpgen: Update initialisms and package name linting (1cf3654)
  • Update to latest protocol definitions (f0e0fc3)

v0.34.1...v0.35.0

v0.34.1

04 Apr 18:53
bff3544
Compare
Choose a tag to compare

v0.34.0...v0.34.1

v0.34.0

24 Mar 21:37
0a8c15b
Compare
Choose a tag to compare

v0.33.0...v0.34.0

v0.33.0

04 Jun 13:48
b079440
Compare
Choose a tag to compare
  • Switch to GitHub Actions (#129) (159a656)
  • Update to latest protocol definitions (#130) (d0c159a)
  • rpcc: Fix potential deadlock in stream Sync (#134) (91594d7)
  • Format project with gofumpt (#135) (3c5eab7)
  • Add example using alternative websocket implementation (69932b8)
  • Update go.mod (9d6eeb0)
  • Update to latest protocol definitions (#136) (b079440)

v0.32.0...v0.33.0

v0.32.0

17 Jul 10:41
Compare
Choose a tag to compare
  • Update to latest protocol definitions (39a25b4)
  • cmd/cdpgen: Add initialisms (a69e549)
  • cmd/cdpgen: Handle project outside GOPATH (a7ff101)

v0.31.1

17 Jul 08:57
fd8f409
Compare
Choose a tag to compare
  • devtool: Close http client request body (#126) (fd8f409)

v0.31.0

20 Mar 13:35
Compare
Choose a tag to compare
  • Update modules, run go mod tidy (75c683f)
  • Update to latest protocol definitions (802c9b6)
  • internal/errors: Use strings.Builder, improve comments (0245143)
  • cmd/cdpgen: Update lint and base64 encoded types (602dea6)
  • Run gofmt -s (b67fca2)

0.30.0

09 Oct 16:19
0ea84f3
Compare
Choose a tag to compare
  • Refactor errors and add support for Go 1.13 errors (#124) 0ea84f3
    • all: Implement Is, As and Unwrap for errors
    • Deprecate cdp.ErrorCause in favor of Is, As, Unwrap
    • Use errors.Is and errors.As where applicable
    • travis: Drop Go 1.12, add Go 1.15

0.29.2

26 Jun 13:13
86e3bb8
Compare
Choose a tag to compare
  • session: Cleanup session.Manager's handling of errors. (#122, 86e3bb8)

Thanks again @jmuk 🎉

0.29.1

24 Jun 13:50
93673b7
Compare
Choose a tag to compare
  • session: allow Manager.watch to take care of websocket errors (#121, 93673b7)

Thanks for this release go out to: @jmuk 🎉