Releases: DynamicalSystemsGroup/koi-net
Releases · DynamicalSystemsGroup/koi-net
Release list
v2.1.0
- added a
prev_bundlefield in knowledge objects to allow access to the previous version of the bundle after an update happens - 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
- 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
- added
@contextfields to node and edge profile models, with model config settings making by_alias serialization unnecessary (removed from cache write method) - removed nonfunctional exclude_none from config dict in envelope classes, cleaned up serialization code
- added handshaker as start dependency for node contact handler to prevent unnecessary repeated handshake attempts
- specified python version 3.13
- bumped rid-lib requirement to 3.3.0
- added a built in deref handler for http/s RIDs, simple httpx.get -> json parser
- added
save_to_yamlstub in base node config as a typing passthrough for the config provider component - http deref function follows redirects to support purl links for JSON-LD contexts
v2.1.0-beta.7
- http deref function follows redirects to support purl links for JSON-LD contexts
v2.1.0-beta.6
- added
save_to_yamlstub in base node config as a typing passthrough for the config provider component
v2.1.0-beta.5
- added a built in deref handler for http/s RIDs, simple httpx.get -> json parser
v2.0.7
v2.1.0-beta.4
- specified python version 3.13
- bumped rid-lib requirement to 3.3 beta 1
v2.1.0-beta.3
- added
@contextfields to node and edge profile models, with model config settings making by_alias serialization unnecessary (removed from cache write method) - removed nonfunctional exclude_none from config dict in envelope classes, cleaned up serialization code
- added handshaker as start dependency for node contact handler to prevent unnecessary repeated handshake attempts
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