Skip to content

Commit faa0389

Browse files
chore(release): 0.3.1
Diff: 0.3.0...0.3.1
1 parent d177075 commit faa0389

File tree

2 files changed

+23
-4
lines changed

2 files changed

+23
-4
lines changed

CHANGELOG.md

+22-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,23 @@
1-
# [0.3.0](https://github.com/socketio/socket.io-postgres-adapter/compare/0.2.0...0.3.0) (2022-04-28)
1+
# History
2+
3+
- [0.3.1](#031-2023-02-08) (Feb 2023)
4+
- [0.3.0](#030-2022-04-28) (Apr 2022)
5+
- [0.2.0](#020-2021-12-16) (Dev 2021)
6+
- [0.1.1](#011-2021-06-28) (Jun 2021)
7+
- [0.1.0](#010-2021-06-14) (Jun 2021)
8+
9+
10+
# Release notes
11+
12+
## [0.3.1](https://github.com/socketio/socket.io-postgres-adapter/compare/0.3.0...0.3.1) (2023-02-08)
13+
14+
The `socket.io-adapter` package was added to the list of `peerDependencies`, in order to fix sync issues with the version imported by the socket.io package (see [d177075](https://github.com/socketio/socket.io-postgres-adapter/commit/d1770759bccba27c7375dbaf89234f4f7dbabc2c)).
15+
16+
Support for connection state recovery (see [here](https://github.com/socketio/socket.io/releases/4.6.0)) will be added in the next release.
17+
18+
19+
20+
## [0.3.0](https://github.com/socketio/socket.io-postgres-adapter/compare/0.2.0...0.3.0) (2022-04-28)
221

322

423
### Features
@@ -21,7 +40,7 @@ The adapter will now create one single Postgres connection for all namespaces, i
2140

2241

2342

24-
# [0.2.0](https://github.com/socketio/socket.io-postgres-adapter/compare/0.1.1...0.2.0) (2021-12-16)
43+
## [0.2.0](https://github.com/socketio/socket.io-postgres-adapter/compare/0.1.1...0.2.0) (2021-12-16)
2544

2645

2746
### Features
@@ -38,7 +57,7 @@ The adapter will now create one single Postgres connection for all namespaces, i
3857
* prevent SQL injection in the NOTIFY payload ([#1](https://github.com/socketio/socket.io-postgres-adapter/issues/1)) ([580cec2](https://github.com/socketio/socket.io-postgres-adapter/commit/580cec262f37305f5ae92aca62e2bf1d2f9e1741))
3958

4059

41-
# 0.1.0 (2021-06-14)
60+
## 0.1.0 (2021-06-14)
4261

4362
Initial commit
4463

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socket.io/postgres-adapter",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "The Socket.IO Postgres adapter, allowing to broadcast events between several Socket.IO servers",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)