v7.0.0
7.0.0 (2023-04-02)
⚠ BREAKING CHANGES
- server: The server doesn't start automatically anymore. It now requires a .listen() call.
- server: Deprecated type alias SocketDB has been removed. Use SocketDBServerAPI instead.
- core: Removed deprecated type aliases KeyValue & Value. Use Json & LeafValue instead.
- This update affects both client & server. Make sure to update both.
Detailed upgrade guide: https://socketdb.com/guide/migration-guides/v6-to-v7
Features
- add heartbeat mechanism (ce491cd)
- add intercept api to make it easier to call into hooks (ebeadd6), closes #50