Skip to content

Releases: BlockScience/koi-net

v2.0.5

22 Apr 19:48

Choose a tag to compare

  • when specifying a node root dir via command line args: python -m <node> <root_dir>, the specified directory will be created if it doesn't already exist

v2.1.0-beta.1

14 Apr 21:58

Choose a tag to compare

v2.1.0-beta.1 Pre-release
Pre-release
  • 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

13 Apr 19:38

Choose a tag to compare

  • updated KOI-net protocol version on FastAPI server

v2.0.3

31 Mar 19:35
d551716

Choose a tag to compare

  • fixed invalid path when deleting private key pem in config provider
  • fixed bug resulting in incorrectly acquiring in-use ports on second attempt by the port manager

v2.0.2

25 Mar 20:53

Choose a tag to compare

  • support for interest in all RID types by setting config to None, while an empty list can indicate interest in no RID types

v2.0.1

25 Mar 18:14

Choose a tag to compare

  • fixed typo in pyproject.toml breaking the koi-sh script from running

v2.0.0

25 Mar 16:28

Choose a tag to compare

  • 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

24 Mar 17:41

Choose a tag to compare

  • 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

23 Mar 21:18

Choose a tag to compare

v1.3.2-beta.4 Pre-release
Pre-release
  • revised forget node handler to check cache allowing deletion of proposed edges

v1.3.2-beta.3

23 Mar 20:35

Choose a tag to compare

v1.3.2-beta.3 Pre-release
Pre-release
  • fixed a bug in the forget node handler which only checked edges for which the node is a member of