Skip to content

v0.31.2

Choose a tag to compare

@dmitry-lebedev dmitry-lebedev released this 02 Jul 07:17
· 23 commits to main since this release

Fixed

  • Config catalog no longer duplicates a [MetaConfig] shared by multiple states. A config type used by N states emitted N identical ConfigCatalogEntry rows, so the admin listed N duplicate sections (and bootstrap warmed the same provider N times). The generated GeneratedConfigCatalog now dedups by config type.