Skip to content

Commit d10cdd0

Browse files
authored
[Release] Bump to 0.3.2 (#304)
1 parent 822bafe commit d10cdd0

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.rst

+10
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
Changelog
33
=========
44

5+
Version 0.3.2
6+
=============
7+
8+
This release fixes a synchronisation delay issue. The pending message job blocked
9+
while waiting for the last pending messages in the queue to be processed. This caused
10+
a delay of several hours until the job could loop again on the pending messages collection
11+
and start processing new pending messages. We removed the blocking synchronisation point
12+
and now let the job pick up new pending messages while ignoring the ones that are already
13+
being processed.
14+
515
Version 0.3.1
616
=============
717

deployment/samples/docker-compose/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ volumes:
77
services:
88
pyaleph:
99
restart: always
10-
image: alephim/pyaleph-node:v0.3.1
10+
image: alephim/pyaleph-node:v0.3.2
1111
command: --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -v
1212
ports:
1313
- "127.0.0.1:8000:8000/tcp"

deployment/samples/docker-monitoring/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ volumes:
99
services:
1010
pyaleph:
1111
restart: always
12-
image: alephim/pyaleph-node:v0.3.1
12+
image: alephim/pyaleph-node:v0.3.2
1313
command: --config /opt/pyaleph/config.yml --key-dir /opt/pyaleph/keys -vv
1414
ports:
1515
- "127.0.0.1:8000:8000/tcp"

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -293,5 +293,5 @@
293293

294294

295295
rst_epilog = """
296-
.. |pyaleph_version| replace:: v0.3.1
296+
.. |pyaleph_version| replace:: v0.3.2
297297
"""

0 commit comments

Comments
 (0)