1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-03-16 02:13:05 +01:00
2020-09-28 02:59:57 +01:00

26 lines
440 B
Markdown
Executable File

# Changes
## Unreleased - 2020-xx-xx
## 0.1.4 - 2020-03-05
* Add server handshake timeout
## 0.1.3 - 2020-02-10
* Allow to override sender link attach frame
## 0.1.2 - 2019-12-25
* Allow to specify multi-pattern for topics
## 0.1.1 - 2019-12-18
* Separate control frame entries for detach sender qand detach receiver
* Proper detach remote receiver
* Replace `async fn` with `impl Future`
## 0.1.0 - 2019-12-11
* Initial release