Skip to content

Releases: mbroton/playwright-distributed

v0.2.4

03 Feb 18:04
95db233

Choose a tag to compare

What's Changed

  • Bump playwright from v1.57.0 to v1.58.0 in /worker by @dependabot[bot] in #53
  • Bump playwright from 1.57.0 to 1.58.0 in /worker by @dependabot[bot] in #54
  • Bump playwright from v1.58.0 to v1.58.1 in /worker by @dependabot[bot] in #57
  • Bump playwright from 1.58.0 to 1.58.1 in /worker by @dependabot[bot] in #59

Full Changelog: v0.2.3...v0.2.4

v0.2.3

03 Dec 23:06
6a9f457

Choose a tag to compare

What's Changed

  • Bump @types/node from 24.10.0 to 24.10.1 in /worker by @dependabot[bot] in #40
  • Bump zod from 4.1.12 to 4.1.13 in /worker by @dependabot[bot] in #41
  • Bump playwright from v1.56.1 to v1.57.0 in /worker by @dependabot[bot] in #43
  • Bump playwright from 1.56.1 to 1.57.0 in /worker by @dependabot[bot] in #45
  • Bump tsx from 4.20.6 to 4.21.0 in /worker by @dependabot[bot] in #44

Full Changelog: v0.2.2...v0.2.3

v0.2.2

14 Nov 11:36
3af13a5

Choose a tag to compare

What's Changed

  • Bump playwright from 1.56.0 to 1.56.1 in /worker by @dependabot[bot] in #36
  • Bump playwright from v1.56.0 to v1.56.1 in /worker by @dependabot[bot] in #34
  • Bump @types/node from 24.0.13 to 24.10.0 in /worker by @dependabot[bot] in #39

Full Changelog: v0.2.1...v0.2.2

v0.2.1

13 Oct 22:19
4f259aa

Choose a tag to compare

What's Changed

  • Fix worker counter rollback on connection failures by @mbroton in #23
  • Implement initial proxy unit tests by @mbroton in #22
  • Bump playwright from 1.55.1 to 1.56.0 in /worker by @dependabot[bot] in #25
  • Bump zod from 4.1.11 to 4.1.12 in /worker by @dependabot[bot] in #26
  • Add script for checking playwright version mismatch by @mbroton in #27

Full Changelog: v0.2.0...v0.2.1

v0.2.0

11 Oct 11:27

Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.2.0

v0.1.3

23 Sep 21:46

Choose a tag to compare

What's Changed

  • Add Dependabot by @mbroton in #7
  • Bump dotenv from 17.2.0 to 17.2.2 in /worker by @dependabot[bot] in #8
  • Bump tsx from 4.20.3 to 4.20.5 in /worker by @dependabot[bot] in #9
  • Bump playwright from v1.55.0 to v1.55.1 in /worker by @dependabot[bot] in #13
  • Bump playwright from 1.55.0 to 1.55.1 in /worker by @dependabot[bot] in #14
  • Bump zod from 4.0.5 to 4.1.11 in /worker by @dependabot[bot] in #12

New Contributors

Full Changelog: v0.1.2...v0.1.3

v0.1.2

21 Sep 22:41
7499a06

Choose a tag to compare

What's Changed

  • Remove caching configuration from Docker build steps in release workflow by @mbroton in #6

Full Changelog: v0.1.1...v0.1.2

v0.1.1

21 Sep 22:19
060dbad

Choose a tag to compare

What's Changed

  • Enforce requested browser type in Redis selector by @mbroton in #4
  • Update worker Dockerfile to use Playwright base image by @mbroton in #5

Full Changelog: v0.1.0...v0.1.1

v0.1.0

21 Sep 19:42
3238bec

Choose a tag to compare

First public release

This is the initial cut of playwright-distributed, project by @mbroton. It ships two containers:

  • proxy
  • worker (with Playwright 1.55.0)

Images

  • ghcr.io/mbroton/playwright-distributed/proxy:0.1.0
  • ghcr.io/mbroton/playwright-distributed/worker:0.1.0

Thanks

  • Firefox worker support by @pgray in #1