1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
|
NEWS
====
pgq 3.8
-------
* build: convert to pyproject.toml
* typing: add full typing
* ci: drop unmaintained actions
pgq 3.7.3
---------
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 3.7.2
---------
Fixes:
* status: fix crash on dead node
pgq 3.7.1
---------
Fixes:
* worker: fix merge-leaf watermark
pgq 3.7
-------
Fixes:
* worker: another wait-behind fix - avoid too eager switch.
Cleanups:
* Additional typing improvements.
pgq 3.6.2
---------
Fixes:
* worker: detect if wait-behind is finished
pgq 3.6.1
---------
Fixes:
* status: handle root with random provider
pgq 3.6
-------
Features:
* takeover: handle merge workers on takeover
* takeover: move switch of other subscriber before takeover
pgq 3.5.2
---------
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 3.5.1
---------
Cleanups:
* Drop Debian packaging
* style: use compact super()
* ci: use new path/env syntax
* Add py.typed
pgq 3.5
-------
* Enable Github actions
* Drop Py2 support.
* Upgrade tox setup.
|