Skip to content

Commit d38fbda

Browse files
chore(release): 0.4.0
Diff: 0.3.1...0.4.0
1 parent 08c6d6e commit d38fbda

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

Diff for: CHANGELOG.md

+14-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
11
# History
22

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-
3+
| Version | Release date |
4+
|--------------------------|---------------|
5+
| [0.4.0](#040-2024-07-17) | July 2024 |
6+
| [0.3.1](#031-2023-02-08) | February 2023 |
7+
| [0.3.0](#030-2022-04-28) | April 2022 |
8+
| [0.2.0](#020-2021-12-16) | December 2021 |
9+
| [0.1.1](#011-2021-06-28) | June 2021 |
10+
| [0.1.0](#010-2021-06-14) | June 2021 |
911

1012
# Release notes
1113

14+
## [0.4.0](https://github.com/socketio/socket.io-postgres-adapter/compare/0.3.1...0.4.0) (2024-07-17)
15+
16+
This release contains an important refactor of the adapter ([this commit](https://github.com/socketio/socket.io-postgres-adapter/commit/f783d4c568d232c40e47770e15763e97a77ed338)), as most of the logic has been moved in the `ClusterAdapter` class of the `socket.io-adapter` package.
17+
18+
19+
1220
## [0.3.1](https://github.com/socketio/socket.io-postgres-adapter/compare/0.3.0...0.3.1) (2023-02-08)
1321

1422
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)).

Diff for: 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.1",
3+
"version": "0.4.0",
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)