Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
max-parallel: 1
matrix:
package:
- crate: engineioxide_core
path: crates/engineioxide-core
- crate: engineioxide
path: crates/engineioxide
- crate: socketioxide_core
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# engineioxide-core 0.1.0
* New crate to share engineioxide core types.

# engineioxide 0.16.2
* fix: pause heartbeat when the socket is being upgraded to avoid the client
from resending polling requests to respond to ping packets.
* deps: use engineioxide-core 0.1 as a dependency

# socketioxide-redis 0.2.1
* doc: add an incompatibility warning with the `@socket.io/redis-adapter` package.

# socketioxide-core 0.16.1
* deps: use engineioxide-core 0.1 rather than engineioxide

# engineioxide 0.16.1
* feat: add `Config::ws_read_buffer_size` to set the read buffer size for each websocket.
It will default to 4KiB (previously 128KiB). You can increase it if you have high message throughput and less sockets.
Expand Down
Loading