Skip to content

v0.1.4 - 20240626

Compare
Choose a tag to compare
@gluckzhang gluckzhang released this 26 Jun 11:34
· 121 commits to main since this release
43b1242

Frontend

[FIX] Fix the inconsistent bar width issue in trend bars
[FEATURE] Display error messages when InfraWallet fails to fetch cost data for some accounts

Backend

[FEATURE] Collect cloud provider errors and propagate them to frontend
[FEATURE] Create separate tables for default and override category mappings 1
[IMPROVEMENT] Update default category mappings in #22
[IMPROVEMENT] Now each InfraWalletApi client handles caching separately for each account so that even if there are failures in some accounts, the data from successful ones can be cached

1: UI for overriding category mappings will be provided later. For now, if you need to override some category mappings, go to the database backstage_plugin_infrawallet and insert a new record into the table category_mappings_override. This table follows the same schema as category_mappings_default.