Releases: TimoBechtel/socketdb
Releases · TimoBechtel/socketdb
v8.2.0
v8.1.0
v8.0.2
v8.0.1
v8.0.0
8.0.0 (2023-07-12)
⚠ BREAKING CHANGES
- client: The client now requires a ".connect()" call to establish a connection.
Detailed upgrade guide: https://socketdb.com/guide/migration-guides/v7-to-v8
Features
- client: add connect function to allow initializing without connecting (5910eac)
Bug Fixes
- docs: broken links (a1d8fea)
v7.2.0
v7.1.0
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