From 3f445479e3400a4ce380138c6773617c5d68b0d9 Mon Sep 17 00:00:00 2001 From: Marko Kreen Date: Sun, 27 Aug 2023 16:20:14 +0300 Subject: [PATCH] v3.7.3 --- NEWS.rst | 10 ++++++++++ pgq/__init__.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index 4096875..a165707 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,6 +1,16 @@ NEWS ==== +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 --------- diff --git a/pgq/__init__.py b/pgq/__init__.py index c178d3c..8869072 100644 --- a/pgq/__init__.py +++ b/pgq/__init__.py @@ -20,5 +20,5 @@ 'MemberInfo', 'NodeInfo', 'QueueInfo' ] -__version__ = '3.7.2' +__version__ = '3.7.3'