fix(deps): update rust crate socketioxide to 0.16.0 #10
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.12.0
->0.16.0
Release Notes
totodore/socketioxide (socketioxide)
v0.16.0
Compare Source
thiserror
to 2.0axum
to 0.8engineioxide
to 0.16.0v0.15.1
Compare Source
socketioxide
engineioxide
v0.15.0
Compare Source
socketioxide
It also improve performances by avoiding unnecessary allocations.
tower
totower-service
andtower-layer
subcrates.tokio
to 1.40.http
to 1.1.hyper
to 1.5.v0.14.1
Compare Source
What's Changed
New Contributors
Full Changelog: Totodore/socketioxide@v0.14.0...v0.14.1
v0.14.0
Compare Source
socketioxide
Clone
and will be cloned for each handler where the state is used.Send
+Sync
requirements on extensions (issue #295). They are now extracted byCloning
. Therefore all the type must implementClone
. AnExtension
extractor is available to get an extension directly without callingsocket.extensions.get()
.HttpExtension
types to extract extensions from the http request.SocketIo
can now be used as an extractor. So you can now easily access the entire socket.io context from your handlers.dyn_ns
function. You can specify patterns with the{name}
syntax thanks to the matchit crate. The dynamic namespace will create a child namespace for any path that matches the given pattern with the given handler.engineioxide
tokio-tungstenite
from0.21.0
to0.23.0
.v0.13.1
Compare Source
engineioxide
v0.13.0
Compare Source
socketioxide
delete_ns
fn was deadlocking the entire server when called from inside adisconnect_handler
.delete_ns
is now gracefully closing the adapter as well as all its sockets before being removed.Bytes
rather thanVec<u8>
to represent binary payloads. This allow to avoid unnecessary copies.futures-util
andfutures-core
rather than the wholefutures
crate.engineioxide
Bytes/Str
rather thanVec<u8>
andString
to represent payloads. This allow to avoid unnecessary copies.futures-util
andfutures-core
rather than the wholefutures
crate.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.
This PR was generated by Mend Renovate. View the repository job log.