Releases: BlockScience/koi-net
Releases · BlockScience/koi-net
v2.1.0-beta.2
- cache now dumps model json by alias, allowing for
@contextto be serialized correctly - added log for deref handler
- restructured start dependency order so that the handshaker runs before other components which make network requests
- temporarily removed handshaker from error handler
- fixed var name typo in sync manager which never matched any nodes to catch up with
- node contact handler now skips partial nodes instead of raising a warning log
- fixed typos
v2.0.6
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