Skip to content

Commit

Permalink
chore(release): 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Jul 17, 2024
1 parent 08c6d6e commit d38fbda
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
20 changes: 14 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
# History

- [0.3.1](#031-2023-02-08) (Feb 2023)
- [0.3.0](#030-2022-04-28) (Apr 2022)
- [0.2.0](#020-2021-12-16) (Dev 2021)
- [0.1.1](#011-2021-06-28) (Jun 2021)
- [0.1.0](#010-2021-06-14) (Jun 2021)

| Version | Release date |
|--------------------------|---------------|
| [0.4.0](#040-2024-07-17) | July 2024 |
| [0.3.1](#031-2023-02-08) | February 2023 |
| [0.3.0](#030-2022-04-28) | April 2022 |
| [0.2.0](#020-2021-12-16) | December 2021 |
| [0.1.1](#011-2021-06-28) | June 2021 |
| [0.1.0](#010-2021-06-14) | June 2021 |

# Release notes

## [0.4.0](https://github.com/socketio/socket.io-postgres-adapter/compare/0.3.1...0.4.0) (2024-07-17)

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.



## [0.3.1](https://github.com/socketio/socket.io-postgres-adapter/compare/0.3.0...0.3.1) (2023-02-08)

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)).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@socket.io/postgres-adapter",
"version": "0.3.1",
"version": "0.4.0",
"description": "The Socket.IO Postgres adapter, allowing to broadcast events between several Socket.IO servers",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit d38fbda

Please sign in to comment.