Skip to content

Commit a9300c1

Browse files
chore(release): 0.5.0
Diff: 0.4.0...0.5.0
1 parent c732fe6 commit a9300c1

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
| Version | Release date |
44
|--------------------------|---------------|
5+
| [0.5.0](#050-2025-11-05) | November 2025 |
56
| [0.4.0](#040-2024-07-17) | July 2024 |
67
| [0.3.1](#031-2023-02-08) | February 2023 |
78
| [0.3.0](#030-2022-04-28) | April 2022 |
@@ -11,6 +12,20 @@
1112

1213
# Release notes
1314

15+
# [0.5.0](https://github.com/socketio/socket.io-postgres-adapter/compare/0.4.0...0.5.0) (2025-11-05)
16+
17+
18+
### Bug Fixes
19+
20+
* properly release the client when calling io.close() ([c00716d](https://github.com/socketio/socket.io-postgres-adapter/commit/c00716dc08b54aa80c3fd6b06b4ccb31150047ed))
21+
22+
23+
### Features
24+
25+
* allow using the adapter within a Node.js cluster ([18a917f](https://github.com/socketio/socket.io-postgres-adapter/commit/18a917f19689b57090add1386bb3269d85a942e6)
26+
27+
28+
1429
## [0.4.0](https://github.com/socketio/socket.io-postgres-adapter/compare/0.3.1...0.4.0) (2024-07-17)
1530

1631
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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socket.io/postgres-adapter",
3-
"version": "0.4.0",
3+
"version": "0.5.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)