8000 Bump engine.io from 6.2.1 to 6.3.1 by dependabot[bot] · Pull Request #303 · pylonide/pylon · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Bump engine.io from 6.2.1 to 6.3.1 #303

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

dependabot[bot]
Copy link
Contributor
@dependabot dependabot bot commented on behalf of github Jan 13, 2023

Bumps engine.io from 6.2.1 to 6.3.1.

Release notes

Sourced from engine.io's releases.

6.3.0

Bug Fixes

  • fix the ES module wrapper (ed87609)
  • wait for all packets to be sent before closing the WebSocket connection (a65a047)

Features

The trailing slash which was added by default can now be disabled:

import { Server } from "engine.io";
const server = new Server();
server.attach(httpServer, {
8000

addTrailingSlash: false
});

In the example above, the clients can omit the trailing slash and use /engine.io instead of /engine.io/.

Performance Improvements

  • add the wsPreEncodedFrame option (5e34722)

This will be used when broadcasting packets at the Socket.IO level.

See also: socketio/socket.io-adapter@5f7b47d

Links

Changelog

Sourced from engine.io's changelog.

6.3.1 (2023-01-12)

6.3.0 (2023-01-10)

Bug Fixes

  • fix the ES module wrapper (ed87609)
  • wait for all packets to be sent before closing the WebSocket connection (a65a047)

Features

The trailing slash which was added by default can now be disabled:

import { Server } from "engine.io";
const server = new Server();
server.attach(httpServer, {
addTrailingSlash: false
});

In the example above, the clients can omit the trailing slash and use /engine.io instead of /engine.io/.

Performance Improvements

  • add the wsPreEncodedFrame option (5e34722)

This will be used when broadcasting packets at the Socket.IO level.

See also: socketio/socket.io-adapter@5f7b47d

Dependencies

3.6.1 (2022-11-20)

⚠️ This release contains an important security fix ⚠️

... (truncated)

Commits
  • 4d6f454 chore(release): 6.3.1
  • 69603b9 refactor: make the compress option optional
  • ae1ea77 chore(release): 6.3.0
  • a65a047 fix: wait for all packets to be sent before closing the WebSocket connection
  • ed87609 fix: fix the ES module wrapper
  • bc98bf1 refactor: bump prettier to version 2.8.1
  • 33dc073 docs: add some TODOs for the next major release
  • d0fd474 feat: add the "addTrailingSlash" option (#655)
  • 5e34722 perf: add the wsPreEncodedFrame option
  • 8a937a4 chore(deps): bump qs and express in /examples/latency (#665)
  • 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 13, 2023
Bumps [engine.io](https://github.com/socketio/engine.io) from 6.2.1 to 6.3.1.
- [Release notes](https://github.com/socketio/engine.io/releases)
- [Changelog](https://github.com/socketio/engine.io/blob/main/CHANGELOG.md)
- [Commits](socketio/engine.io@6.2.1...6.3.1)

---
updated-dependencies:
- dependency-name: engine.io
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/development/engine.io-6.3.1 branch from e26b9c5 to db7d4b5 Compare January 19, 2023 11:24
@exsilium exsilium merged commit c12eb80 into development Jan 19, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/development/engine.io-6.3.1 branch January 19, 2023 11:46
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
0