Releases: BlockScience/koi-net
Releases · BlockScience/koi-net
v2.0.5
v2.1.0-beta.1
- added a prev_bundle field in knowledge objects to allow access to the previous version of the bundle after an update happens
v2.0.4
v2.0.3
v2.0.2
v2.0.1
v2.0.0
- bumping major version to 2 to establish stricter semver practices going forward
- in retrospect versioning should of started at v0.x and bump to major version 1 now that the API has stabilized
- minor versions 1.0.x -> 1.3.x introduced breaking changes to the developer API
- going forward, minor changes in v2.0.0 and higher will be backwards compatible
v1.3.2
- added better handling for validation errors on improperly written JSON objects in the cache
- node contact handler now runs on startup allowing for processing of known nodes if rid types of interest are updated
- updated sync manager to catch up with all rid types of interest, not just nodes
- added ability to set a node's root_dir as a command line argument
- fixed typo in start ordering for node contact handler
- fixed a bug in the forget node handler which only checked approved edges for which the node is a member of, now removes non-member and proposed edges
v1.3.2-beta.4
- revised forget node handler to check cache allowing deletion of proposed edges
v1.3.2-beta.3
- fixed a bug in the forget node handler which only checked edges for which the node is a member of