Skip to content

Releases: pgq/python-pgq

pgq v3.8

27 Aug 15:05
Compare
Choose a tag to compare
  • build: convert to pyproject.toml
  • typing: add full typing
  • ci: drop unmaintained actions

pgq v3.7.3

27 Aug 13:48
Compare
Choose a tag to compare

Fixes:

  • worker: another refactor for wait-behind - use dedicated code path for it, following main path makes things too complicated. Fixes the problem of missing node location events.
  • nodeinfo: set more fields on dead node

pgq v3.7.2

19 May 07:39
Compare
Choose a tag to compare

Fixes:

  • status: fix crash on dead node

pgq v3.7.1

11 Aug 12:10
Compare
Choose a tag to compare

Fixes:

  • worker: fix merge-leaf watermark

pgq v3.7

11 Jul 16:23
Compare
Choose a tag to compare

Fixes:

  • worker: another wait-behind fix - avoid too eager switch.

Cleanups:

  • Additional typing improvements.

pgq v3.6.2

03 Feb 10:05
Compare
Choose a tag to compare

Fixes:

  • worker: detect if wait-behind is finished

pgq v3.6.1

14 Jan 13:12
Compare
Choose a tag to compare

Fixes:

  • status: handle root with random provider

pgq v3.6

01 Dec 08:34
Compare
Choose a tag to compare

Features:

  • takeover: handle merge workers on takeover
  • takeover: move switch of other subscriber before takeover

pgq v3.5.2

14 Nov 19:34
Compare
Choose a tag to compare

Features:

  • status command improvements:
    • Switch --compact for shorter output.
    • Coloring when lagging.
    • Order by node name.

Cleanups:

  • Disable "universal" build (py2+3)
  • Fix release uploads.

pgq v3.5.1

09 Jun 12:20
Compare
Choose a tag to compare

Cleanups:

  • Drop Debian packaging
  • style: use compact super()
  • ci: use new path/env syntax
  • Add py.typed