Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Releases: semiotic-ai/autoagora-processor

v1.0.1

06 Nov 22:49
a742aaf

Choose a tag to compare

1.0.1 (2023-11-06)

Bug Fixes

  • support single-network mode (beae50e)

v1.0.0

30 Oct 23:29
d2054e8

Choose a tag to compare

1.0.0 (2023-10-30)

⚠ BREAKING CHANGES

  • autoagora-processor needs to communicate with the indexer-agent API (--indexer-agent-mgmt-endpoint) instead of graph-node's PG DB (--graph-postgres-... args are gone).

Bug Fixes

  • Only load schemas for allocated subgraphs (2a24173), closes #33

v0.4.1

11 Oct 00:22
f27c848

Choose a tag to compare

0.4.1 (2023-10-11)

Bug Fixes

v0.4.0

08 May 18:44
0529b66

Choose a tag to compare

Feature

  • Adds poetry dynamic versioning (f37b02c)

v0.3.1

04 May 22:15

Choose a tag to compare

Fix

  • Removed space typo (1fe1ed7)
  • Changed arg name typo (36583c2)
  • Changed requiered values for ports (60ac460)

v0.3.0

03 May 00:24
9b47dcd

Choose a tag to compare

Feature

  • Added custom ports for postgres (4a62d51)

Documentation

  • Log db instead of graph-node db (3746a02)

v0.2.1

04 Nov 01:41
61bd352

Choose a tag to compare

Fix

  • Mistakes caught by Pyright (c9cb752)

Documentation

  • Update CONTRIBUTING and README (00ff824)