Hi everyone!
Here's the #2 edition of our Monthly update. This is a new experiment, we will try to stick to this frequency in order to keep you updated of the work in progress and the directions the project is taking.
So, what's new in the Socket.IO ecosystem?
#
Socket.IO v3As announced in the previous monthly update, Socket.IO v3 has been released a few days ago.
This major version bump is mandated by several necessary changes in the Engine.IO protocol. You can find more information about these changes in the Engine.IO v4 release notes.
You can find the release notes here and the migration guide here.
Let's discuss about this release here: https://github.com/socketio/socket.io/discussions/3674
#
Redis Adapter v6Following the release of Socket.IO v3.0.0, the Redis Adapter was updated and a new release is out: 6.0.0
You can find the release notes here.
#
DocumentationThe documentation has always been a weak point of the project, leading to a lot of issues opened on GitHub and questions on StackOverflow.
Now that v3 is out, we will focus on this. The following pages have already been created:
If you find a typo, please open an issue here: https://github.com/socketio/socket.io-website
#
Minor bumpssocket.io@3.0.3 (release notes)
- engine.io-parser@4.0.1 (included in
socket.io{% raw %}@{% endraw %}3.0.3
) - engine.io@4.0.4 (included in
socket.io{% raw %}@{% endraw %}3.0.3
) - socket.io-parser@4.0.1 (included in
socket.io{% raw %}@{% endraw %}3.0.3
)
- engine.io-parser@4.0.1 (included in
- engine.io-parser@4.0.1 (included in
socket.io-client{% raw %}@{% endraw %}3.0.3
) - engine.io-client@4.0.4 (included in
socket.io-client{% raw %}@{% endraw %}3.0.3
) - socket.io-parser@4.0.1 (included in
socket.io-client{% raw %}@{% endraw %}3.0.3
)
- engine.io-parser@4.0.1 (included in
More information about how to use those custom parsers can be found here.
#
What's nextthe client implementations in other languages will be updated as well
a big focus on the documentation (additional code examples, extended guide, ...)
additional tooling around Socket.IO
Stay safe!