Skip to content

fix(deps): update dependency @socket.io/postgres-adapter to ^0.5.0#1487

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/socket.io-postgres-adapter-0.x
Open

fix(deps): update dependency @socket.io/postgres-adapter to ^0.5.0#1487
renovate[bot] wants to merge 1 commit intomainfrom
renovate/socket.io-postgres-adapter-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 25, 2024

This PR contains the following updates:

Package Change Age Confidence
@socket.io/postgres-adapter ^0.3.0^0.5.0 age confidence

Release Notes

socketio/socket.io-postgres-adapter (@​socket.io/postgres-adapter)

v0.5.0

Compare Source

Bug Fixes
  • properly release the client when calling io.close() (c00716d)
Features
  • allow using the adapter within a Node.js cluster (18a917f

0.4.0 (2024-07-17)

This release contains an important refactor of the adapter (this commit), as most of the logic has been moved in the ClusterAdapter class of the socket.io-adapter package.

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

Support for connection state recovery (see here) will be added in the next release.

0.3.0 (2022-04-28)

Features
  • broadcast and expect multiple acks (829a1f5)

This feature was added in socket.io@4.5.0:

io.timeout(1000).emit("some-event", (err, responses) => {
  // ...
});

Thanks to this change, it will now work with multiple Socket.IO servers.

  • use a single Postgres connection for all namespaces (651e281)

The adapter will now create one single Postgres connection for all namespaces, instead of one per namespace, which could lead to performance issues.

0.2.0 (2021-12-16)

Features

0.1.1 (2021-06-28)

Bug Fixes
  • prevent SQL injection in the NOTIFY payload (#​1) (580cec2)

0.1.0 (2021-06-14)

Initial commit

v0.4.0

Compare Source

This release contains an important refactor of the adapter (this commit), as most of the logic has been moved in the ClusterAdapter class of the socket.io-adapter package.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Jul 25, 2024

Deploying node-js-server with  Cloudflare Pages  Cloudflare Pages

Latest commit: a51779d
Status: ✅  Deploy successful!
Preview URL: https://f9834c30.node-js-server.pages.dev
Branch Preview URL: https://renovate-socket-io-postgres-.node-js-server.pages.dev

View logs

@renovate renovate bot force-pushed the renovate/socket.io-postgres-adapter-0.x branch from e96a8aa to a51779d Compare November 6, 2025 02:55
@renovate renovate bot changed the title fix(deps): update dependency @socket.io/postgres-adapter to ^0.4.0 fix(deps): update dependency @socket.io/postgres-adapter to ^0.5.0 Nov 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants