Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 12, 2023

Bumps @socket.io/redis-adapter from 7.0.1 to 8.0.1.

Release notes

Sourced from @​socket.io/redis-adapter's releases.

8.0.1

This release pins the socket.io-adapter package to version ~2.4.0 instead of ^2.4.0.

Diff: socketio/socket.io-redis-adapter@8.0.0...8.0.1

8.0.0

Dependencies

Features

  • add option to allow usage of custom parser (#471) (73f6320)

Example with msgpackr:

import { unpack, pack } from "msgpackr";
io.adapter(createAdapter(pubClient, subClient, {
parser: {
encode(val) {
return pack(val);
},
decode(val) {
return unpack(val);
}
}
}));

  • remove deprecated methods (fb760d9)

BREAKING CHANGES

  • the remoteJoin(), remoteLeave(), remoteDisconnect() and sockets() methods are removed in favor of the official alternatives

Related: socketio/socket.io@b25495c

  • the format of Date objects is modified in a non backward-compatible way, as notepack.io now implements the MessagePack Timestamp extension type.

Reference: https://github.com/msgpack/msgpack/blob/master/spec.md#timestamp-extension-type

Previous versions of the adapter will not be able to parse the Date objects sent by newer versions.

... (truncated)

Changelog

Sourced from @​socket.io/redis-adapter's changelog.

8.0.1 (2023-01-11)

This release pins the socket.io-adapter package to version ~2.4.0 instead of ^2.4.0.

8.0.0 (2022-12-07)

Dependencies

Features

  • add option to allow usage of custom parser (#471) (73f6320)

Example with msgpackr:

import { unpack, pack } from "msgpackr";
io.adapter(createAdapter(pubClient, subClient, {
parser: {
encode(val) {
return pack(val);
},
decode(val) {
return unpack(val);
}
}
}));

  • remove deprecated methods (fb760d9)

BREAKING CHANGES

  • the remoteJoin(), remoteLeave(), remoteDisconnect() and sockets() methods are removed in favor of the official alternatives

Related: socketio/socket.io@b25495c

  • the format of Date objects is modified in a non backward-compatible way, as notepack.io now implements the MessagePack Timestamp extension type.

Reference: https://github.com/msgpack/msgpack/blob/master/spec.md#timestamp-extension-type

... (truncated)

Commits
  • 9b940b8 chore(release): 8.0.1
  • 7aecf01 chore: pin the version of the socket.io-adapter package
  • 1181855 chore: bump json5 from 2.1.3 to 2.2.3 (#479)
  • 28a3444 chore(release): 8.0.0
  • fb760d9 feat: remove deprecated methods
  • 5b3bc8a ci: add Node.js 18
  • adbcb8d chore: bump minimist from 1.2.5 to 1.2.7 (#476)
  • 5711b01 chore: bump minimatch from 3.0.4 to 3.1.2 (#473)
  • acc0c37 chore: bump mocha to version ^10.1.0
  • c96b2e7 chore: bump notepack.io to version ~3.0.1 (#464)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@socket.io/redis-adapter](https://github.com/socketio/socket.io-redis-adapter) from 7.0.1 to 8.0.1.
- [Release notes](https://github.com/socketio/socket.io-redis-adapter/releases)
- [Changelog](https://github.com/socketio/socket.io-redis-adapter/blob/main/CHANGELOG.md)
- [Commits](socketio/socket.io-redis-adapter@7.0.1...8.0.1)

---
updated-dependencies:
- dependency-name: "@socket.io/redis-adapter"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant