Releases: TimoBechtel/socketdb
Releases · TimoBechtel/socketdb
v3.5.1
3.5.1 (2021-02-15)
Bug Fixes
- hooks: passing metadata as reference (3f4cff7)
v3.5.0
3.5.0 (2021-02-13)
Features
v3.4.0
3.4.0 (2021-02-12)
Features
v3.3.0
3.3.0 (2021-02-12)
Features
v3.2.0
3.2.0 (2021-02-12)
Features
- client: allow setting metadata (f35131b), closes #7
v3.1.0
3.1.0 (2021-02-11)
Features
- plugins: add hook based plugin system (a40b61a), closes #8
v3.0.0
3.0.0 (2021-01-30)
Code Refactoring
BREAKING CHANGES
- store api has changed. it now returns and accepts only node object types. this also
changes the server api, as the update and get methods now also require data as node types.
v2.2.0
2.2.0 (2021-01-21)
Features
- client: add client side update batching (720c33a)
v2.1.2
2.1.2 (2020-12-19)
Bug Fixes
- dependencies: fix missing ws dependency (5e56c75)
v2.1.1
2.1.1 (2020-12-14)
Bug Fixes
- issues with unsubscribing and resubscribing (b3bfd99)