Skip to content

Commit

Permalink
chore(release): [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Oct 25, 2024
1 parent 8d5528a commit 91e1c8b
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 19 deletions.
13 changes: 13 additions & 0 deletions packages/socket.io/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

| Version | Release date |
|--------------------------------------------------------------------------------------------------|----------------|
| [4.8.1](#481-2024-10-25) | October 2024 |
| [4.8.0](#480-2024-09-21) | September 2024 |
| [4.7.5](#475-2024-03-14) | March 2024 |
| [4.7.4](#474-2024-01-12) | January 2024 |
Expand Down Expand Up @@ -50,6 +51,18 @@

# Release notes

## [4.8.1](https://github.com/socketio/socket.io/compare/[email protected]@4.8.1) (2024-10-25)

Due to a change in the bundler configuration, the production bundle (`socket.io.min.js`) did not support sending and receiving binary data in version `4.8.0`. This is now fixed.


### Dependencies

- [`engine.io@~6.6.0`](https://github.com/socketio/engine.io/releases/tag/6.5.2) (no change)
- [`ws@~8.17.1`](https://github.com/websockets/ws/releases/tag/8.17.1) (no change)



## [4.8.0](https://github.com/socketio/socket.io/compare/[email protected]@4.8.0) (2024-09-21)


Expand Down
4 changes: 2 additions & 2 deletions packages/socket.io/client-dist/socket.io.esm.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/socket.io/client-dist/socket.io.esm.min.js.map

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion packages/socket.io/client-dist/socket.io.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/socket.io/client-dist/socket.io.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/socket.io/client-dist/socket.io.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/socket.io/client-dist/socket.io.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/socket.io/client-dist/socket.io.msgpack.min.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/socket.io/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "socket.io",
"version": "4.8.0",
"version": "4.8.1",
"description": "node.js realtime framework server",
"keywords": [
"realtime",
Expand Down
7 changes: 0 additions & 7 deletions packages/socket.io/test/index.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
"use strict";

import expect from "expect.js";

describe("socket.io", () => {
it("should be the same version as client", () => {
const version = require("../package").version;
expect(version).to.be(require("socket.io-client/package.json").version);
});

require("./server-attachment");
require("./handshake");
require("./close");
Expand Down

0 comments on commit 91e1c8b

Please sign in to comment.