Overview
Hotfix release to fix auto loading search and config loading errors with the new data directory. This simplifies the configuration file auto-searching feature and limits it to the new data directory (data-dir). If you are currently using the auto-searching feature, please move the indexer.yml
and api_config.yml
file into the data-directory introduced in 2.12.0.
We encourage users to run indexer outside of the data-directory since we intend to populate the data-directory with a local ledger in future releases.
Highlight
This fix removes the odd behavior and errors observed when passing in an indexer configuration file path or api configuration file path while auto-discovery is on for both the current working directory and the data directory.
Bug Fix
- Bug Fix: Fix auto-loading search by @AlgoStephenAkiki in Bug Fix: Fix auto-loading search by AlgoStephenAkiki · Pull Request #1065 · algorand/indexer · GitHub
Misc
- DevOps: Add labels to Github Actions PR label check by @algobarb in DevOps: Add labels to Github Actions PR label check by algobarb · Pull Request #1060 · algorand/indexer · GitHub
- DevOps: update dockerfile ubuntu from 18.04 to 20.04 by @algobarb in DevOps: update dockerfile ubuntu from 18.04 to 20.04 by algobarb · Pull Request #1072 · algorand/indexer · GitHub
Full Changelog: Comparing 2.12.1...2.12.2 · algorand/indexer · GitHub