Skip to content

v0.2.0

Compare
Choose a tag to compare
@ritual-all ritual-all released this 21 Mar 19:59
· 367 commits to main since this release
fe08945

[0.2.0] - 2024-03-21

Added

  • Option for containers to be managed separately from the node (via manage_containers option in config.json)
  • Option to specify alternate config.json file name / path via environment variable INFERNET_CONFIG_PATH.
  • Batch-syncing support for snapshot-sync, along with batch-sync configuration in the config.json file.
  • New endpoint /api/status for "independent" (i.e. non-conforming) containers to manually register status of jobs by ID with the node.

Changed

  • NODE_INTERVAL for forwarding node metrics is now 900 seconds.

Fixed

  • Sample config rpc_ws should be rpc_url in config.sample.json.
  • Added working container example to config.sample.json.
  • Bug in processor.py where state dictionaries could be mutated while being iterated over.

Security

  • Bumped aiohttp version to 3.9.2.
  • Compose file no longer exposes Fluentbit and Redis ports to the host.