2023-11-03 23:49:18 +01:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
## Unreleased
|
|
|
|
|
2024-07-20 08:24:20 +02:00
|
|
|
## 0.3.0
|
|
|
|
|
2024-07-20 08:09:30 +02:00
|
|
|
- Add `AggregatedMessage[Stream]` types.
|
|
|
|
- Add `MessageStream::max_frame_size()` setter method.
|
|
|
|
- Add `Session::continuation()` method.
|
|
|
|
- The `Session::text()` method now receives an `impl Into<ByteString>`, making broadcasting text messages more efficient.
|
2023-11-03 23:49:18 +01:00
|
|
|
- Remove type parameters from `Session::{text, binary}()` methods, replacing with equivalent `impl Trait` parameters.
|
2024-07-20 08:09:30 +02:00
|
|
|
- Reduce memory usage by `take`-ing (rather than `split`-ing) the encoded buffer when yielding bytes in the response stream.
|
2023-11-03 23:49:18 +01:00
|
|
|
|
|
|
|
## 0.2.5
|
|
|
|
|
|
|
|
- Adopted into @actix org from <https://git.asonix.dog/asonix/actix-actorless-websockets>.
|