Skip to content

Releases: juju/worker

v4.0.0

15 Jan 08:45
6268855
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.5.0...v4.0.0

v3.5.0

04 Oct 07:56
12b4f84
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.4.0...v3.5.0

v3.4.0

25 Aug 15:31
516c426
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.0...v3.4.0

v3.3.0

28 Jun 15:22
e43ac12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.0...v3.3.0

v3.2.0

30 Mar 11:29
cc7fd9d
Compare
Choose a tag to compare

What's Changed

  • Bump golang.org/x/crypto from 0.0.0-20211215153901-e495a2d5b3d3 to 0.1.0 by @dependabot in #24
  • Bump golang.org/x/net from 0.0.0-20211216030914-fe4d6282115f to 0.7.0 by @dependabot in #25
  • [JUJU-3398] Catacomb context support by @SimonRichardson in #26

New Contributors

Full Changelog: v3.1.0...v3.2.0

v3.1.0

02 Nov 13:32
@tlm tlm
f7761ab
Compare
Choose a tag to compare

What's Changed

  • Upgrade to latest juju/errors package and Go 1.19 support. by @tlm in #23

New Contributors

  • @tlm made their first contribution in #23

Full Changelog: v3.0.0...v3.1.0

v3.0.1

12 Jul 14:38
e23db69
Compare
Choose a tag to compare

What's Changed

  • Include panic stack trace in worker error printing. by @hpidcock in #14
  • StartWorker returns an error if the worker already exists by @wallyworld in #17
  • Add a new ReplaceWorker method and delete the WaitWorker method by @wallyworld in #18
  • Add new StopAndRemove() method by @wallyworld in #19
  • [JUJU-290] Metrics: Allow the collection of worker life cycle events by @SimonRichardson in #20
  • [JUJU-290] Metrics: Allow the collection of worker lifecycle events (backport) by @SimonRichardson in #21
  • Update to go 1.17 and latest upstream by @wallyworld in #22

New Contributors

Full Changelog: 2.0.0...v3.0.1