Overview
This release features a new /health
endpoint and some performance improvements that allow each state of the pipeline to run concurrently.
What's New
- 🚀 Introducing the /health endpoint! Now, you can easily keep tabs on Conduit's well-being. Activate it in the settings, see
conduit init
for details. - ⚡ Turbocharged Plugin Action! We've kicked things up a notch with concurrent plugin processing. Now, during the initial data import, everything happens simultaneously - importing, processing, and exporting.
Changelog
- 7ef6106 Algod Importer: Longer Timeout (#133)
- 2e6147f Fix IndexerWriter.md links. (#124)
- 0095fc9 Pipeline the Pipeline (#128)
- 39c6941 Pipelining followups (#147)
- 9be0f37 Remove deprecated GettingStarted.md page. (#130)
- bdda8d4 Remove the docs-pr release process. (#126)
- a6cd0b8 Update goreleaser release notes. (#145)
- 9243819 api: New API with health endpoint (#139)
- 1816271 build: add version to release filename. (#138)
- 1ee2e86 file-plugins: enabling messagepack format (#142)
- a0ab9f6 more granular timestamps in logs (#129)
Full Changelog: https://github.com/algorand/conduit/comparev1.3.0...v1.4.0