Skip to content

Commit bba02d0

Browse files
committed
Release v1.13.0
1 parent 25d5126 commit bba02d0

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## [Unreleased]
22

3+
## [1.13.0]
4+
5+
- Introduce automatic subscriptions recovery from connection errors. This way if a subscription process loses the connection to the database - it will be trying to reconnect until the connection is restored.
6+
- Resolve ambiguity in usage of `PgEventstore.config` method. It now returns the frozen object.
7+
38
## [1.12.0]
49

510
- Introduce `#read_grouped` API method that allows to group events by type

lib/pg_eventstore/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
module PgEventstore
44
# @return [String]
5-
VERSION = "1.12.0"
5+
VERSION = "1.13.0"
66
end

0 commit comments

Comments
 (0)