From 3ea02829bb699c635095045bd53427d5259a35f1 Mon Sep 17 00:00:00 2001 From: "semiotic-labs-pr-automation[bot]" <138054206+semiotic-labs-pr-automation[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 23:28:31 +0000 Subject: [PATCH] chore(master): release 1.0.0 --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8118e71..8717182 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.0.0](https://github.com/semiotic-ai/autoagora-processor/compare/v0.4.1...v1.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](https://github.com/semiotic-ai/autoagora-processor/commit/2a24173696fd46934a686536f0dff82d90fdd626)), closes [#33](https://github.com/semiotic-ai/autoagora-processor/issues/33) + ## [0.4.1](https://github.com/semiotic-ai/autoagora-processor/compare/v0.4.0...v0.4.1) (2023-10-11) diff --git a/pyproject.toml b/pyproject.toml index 55c3c1a..c1d094d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "autoagora-processor" -version = "0.4.1" +version = "1.0.0" authors = [ "Alexis Asseman " ]