fixes in ExposedOneToManyKeyValueRepo and includeWebsocketHandling

This commit is contained in:
2022-02-08 23:21:14 +06:00
parent dab262d626
commit 4f1a663e75
3 changed files with 20 additions and 10 deletions

View File

@@ -2,6 +2,13 @@
## 0.9.7
* `Repos`:
* `Exposed`:
* Fix in `ExposedOneToManyKeyValueRepo` - now it will not use `insertIgnore`
* `Ktor`:
* `Server`:
* `Route#includeWebsocketHandling` now will check that `WebSockets` feature and install it if not
## 0.9.6
* `Repos`: