2023-11-03 23:49:18 +01:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
## Unreleased
|
|
|
|
|
2024-06-09 07:06:24 +02:00
|
|
|
- Take the encoded buffer when yielding bytes in the response stream rather than splitting the buffer, reducing memory use
|
2023-11-03 23:49:18 +01:00
|
|
|
- Remove type parameters from `Session::{text, binary}()` methods, replacing with equivalent `impl Trait` parameters.
|
|
|
|
- `Session::text()` now receives an `impl Into<ByteString>`, making broadcasting text messages more efficient.
|
2024-05-13 18:49:34 +02:00
|
|
|
- Allow sending continuations via `Session::continuation()`
|
2023-11-03 23:49:18 +01:00
|
|
|
|
|
|
|
## 0.2.5
|
|
|
|
|
|
|
|
- Adopted into @actix org from <https://git.asonix.dog/asonix/actix-actorless-websockets>.
|