@needle-tools/networking
Version:
Networking backend functionality for Needle Engine
35 lines (26 loc) • 1.26 kB
Markdown
# Changelog
All notable changes to this package will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [2.2.1] - 2024-09-16
- add: blob storage support
## [2.1.0] - 2024-07-04
- release
## [2.1.0-alpha] - 2024-07-03
- add: support for user bound state that gets deleted when a user disconnects by setting `deleteStateOnDisconnect` in the message payload to `true`
Example payload:
```json
{ guid: "123", deleteStateOnDisconnect: true, }
```
## [2.0.0-alpha] - 2024-07-01
- rename package from `@needle-tools/needle-tiny-networking-ws` to `@needle-tools/networking`
- add: support for S3 storage (see README for details)
## [1.4.0] - 2023-09-04
- allow passing in `server` to options for local development
## [1.3.0] - 2023-07-24
- Add: `room-state-sent` event that is sent to the client after room state has been sent when joining a room
## [1.2.0] - 2023-06-23
- Add: jsdoc types for options
- Change: expose room timeout
## [1.1.0-pre] - 2022-11-04
- add ``room.clearState`` and networking message ``delete-all-state`` and broadcast ``all-room-state-deleted``