Releases: ydb-platform/ydb-embedded-ui
Releases · ydb-platform/ydb-embedded-ui
v3.2.3
v3.2.2
v3.2.1
3.2.1 (2023-01-12)
Bug Fixes
v3.2.0
v3.1.0
v3.0.1
v3.0.0
3.0.0 (2022-12-05)
⚠ BREAKING CHANGES
Updated build config (11e02c6)
Before the change
- the target dir for the production build was
build/resources
favicon.png
was placed directly inbuild
After the change
- the target dir is
build/static
favicon.png
is inbuild/static
This change is intended to simplify build config and make it closer to the default one. Previously there were some custom tweaks after the build, they caused bugs and were hard to maintain. Now the application builds using the default create-react-app
config.
v2.6.0
2.6.0 (2022-12-05)
Features
- Describe: add topic data for CDCStream (3a289d4)
- Diagnostics: add consumers tab for CdcStream (22c6efd)
- Overview: add topic data for CDCStream (be80545)
Bug Fixes
- Compute: update data on path change (1783240)
- Diagnostics: render db tabs for not root dbs (7d46ce2)
- Healthcheck: render loader on path change (ec40f19)
- InfoViewer: allow multiline values (17755dc)
- Network: update data on path change (588c53f)
- SchemaTree: do not expand childless components (90468de)
- Storage: update data on path change (f5486bc)
- Tablets: fix postponed data update on path change (d474c6c)
- TopQueries: update data on path change (32d7720)
v2.5.0
2.5.0 (2022-11-25)
Features
- Nodes: add uptime filter (9bb4f66)
- NodesViewer: add uptime filter (a802442)
- Storage: add nodes uptime filter (d8cfea1)
Bug Fixes
- Consumers: add autorefresh to useAutofetcher (e0da2a1)
- Consumers: add loader (a59f472)
- QueryExplain: fix schema rerender on path change (eb52978)
- Storage: add message on empty nodes with small uptime (70959ab)
- Storage: fix uneven PDisks (0269dba)
- StorageNodes: fix message display on not empty data (bb5fffa)
- UsageFilter: add min-width (56b2701)
v2.4.4
2.4.4 (2022-11-22)
Bug Fixes
- api: update getDescribe and getSchema requests params (d70ba54)
- describe: cancel concurrent requests (2f39ad0)
- Describe: render loader on path change (baf552a)
- QueryExplain: fix colors on theme change (cc0a2d6)
- SchemaTree: remove unneeded fetches (c7c0489)
- SchemaTree: remove unneeded getDescribe (1146f13)
- Tenant: make tenant fetch schema only on tenant change (ccefbff)