Releases: semiotic-ai/autoagora-processor
Releases · semiotic-ai/autoagora-processor
v1.0.1
1.0.1 (2023-11-06)
Bug Fixes
- support single-network mode (beae50e)
v1.0.0
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
0.4.1 (2023-10-11)
Bug Fixes
v0.4.0
Feature
- Adds poetry dynamic versioning (
f37b02c
)
v0.3.1
Fix
- Removed space typo (
1fe1ed7
)
- Changed arg name typo (
36583c2
)
- Changed requiered values for ports (
60ac460
)
v0.3.0
Feature
- Added custom ports for postgres (
4a62d51
)
Documentation
- Log db instead of graph-node db (
3746a02
)
v0.2.1
Fix
- Mistakes caught by Pyright (
c9cb752
)
Documentation
- Update CONTRIBUTING and README (
00ff824
)