Skip to content

Commit 19bea35

Browse files
Version changed to 0.2.4 (#138)
1 parent 347381c commit 19bea35

4 files changed

Lines changed: 17 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ For instance,
175175
```
176176
may print
177177
```
178-
0.2.3
178+
0.2.4
179179
```
180180

181181
#### 'search_by_timestamp' operation mode

packaging/debian/changelog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
percona-binlog-server (0.2.4-1) unstable; urgency=low
2+
3+
* PS-11137 binlog-server fails to reconnect in position-based replication mode when network timeout interrupts a transaction.
4+
* PS-11136 non-GTID transactions cause one storage flush per transaction, bypassing size/interval checkpointing.
5+
* PS-11080 Spoiled logical clock information in rewritten binlog.
6+
* PS-11205 When fs_buffer_directory is not set the temporary buffer directory is created in the current binary path rather than in /tmp.
7+
8+
-- Yura Sorokin <yura.sorokin@percona.com> Wed, 03 Jun 2026 11:59:40 +0200
9+
110
percona-binlog-server (0.2.3-1) unstable; urgency=low
211

312
* PS-11033 Crash when S3 bucket accumulates large number of objects; recovery requires manual intervention.

packaging/debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
99
export CODENAME := $(shell . /etc/os-release && echo $$VERSION_CODENAME)
1010

1111
# Versions
12-
export DEB_VERSION=0.2.3
12+
export DEB_VERSION=0.2.4
1313
export BOOST_VERSION=1.88.0
1414
export AWS_VERSION=1.11.570
1515

packaging/rpm/binlog-server.spec

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,12 @@ install -D -m 0644 main_config.json %{buildroot}/%{_sysconfdir}/percona-binlog-
134134

135135

136136
%changelog
137+
* Wed Jun 03 2026 Yura Sorokin <yura.sorokin@percona.com> - 0.2.4-1
138+
- PS-11137 binlog-server fails to reconnect in position-based replication mode when network timeout interrupts a transaction.
139+
- PS-11136 non-GTID transactions cause one storage flush per transaction, bypassing size/interval checkpointing.
140+
- PS-11080 Spoiled logical clock information in rewritten binlog.
141+
- PS-11205 When fs_buffer_directory is not set the temporary buffer directory is created in the current binary path rather than in /tmp.
142+
137143
* Fri Apr 24 2026 Yura Sorokin <yura.sorokin@percona.com> - 0.2.3-1
138144
- PS-11033 Crash when S3 bucket accumulates large number of objects; recovery requires manual intervention.
139145

0 commit comments

Comments
 (0)