Skip to content

Releases: ydb-platform/ydb-embedded-ui

v3.2.3

16 Jan 13:34
Compare
Choose a tag to compare

3.2.3 (2023-01-16)

Bug Fixes

  • fix crash on invalid search query (4d6f551)

v3.2.2

13 Jan 14:24
Compare
Choose a tag to compare

3.2.2 (2023-01-13)

Bug Fixes

  • Tablets: fix infinite rerender (79b3c58)

v3.2.1

13 Jan 10:00
Compare
Choose a tag to compare

3.2.1 (2023-01-12)

Bug Fixes

  • align standard errors to the left (cce100c)
  • TabletsFilters: properly display long data in select options (ea37d9f)
  • TabletsFilters: replace constants (ea948ca)
  • TabletsStatistic: process different tablets state types (78798de)
  • Tenant: always display Pools heading (94baeff)

v3.2.0

09 Jan 12:54
Compare
Choose a tag to compare

3.2.0 (2023-01-09)

Features

  • Nodes: display rack in table (3b8cdd5)
  • StorageNodes: display datacenter in table (4507bfd)
  • TopQueries: date range filter (b9a8e95)
  • TopQueries: filter by query text (2c8ea97)

Bug Fixes

  • InfoViewer: min width for values (64a4fd4)
  • Nodes: open external link in new tab (b7c3ddd)
  • TopQueries: proper table dynamic render type (9add6ca)
  • TopShards: rename to overloaded shards (d9978bd)
  • UserSettings: treat invertedDisks settings as string (ad7742a)

v3.1.0

13 Dec 14:45
Compare
Choose a tag to compare

3.1.0 (2022-12-13)

Features

  • TopShards: date range filter (aab4396)

v3.0.1

12 Dec 09:41
Compare
Choose a tag to compare

3.0.1 (2022-12-12)

Bug Fixes

  • Overview: display titles for topic, stream and tableIndex (2ee7889)
  • SchemaOverview: display entity name (2d28a2a)
  • TenantOverview: display database type in title (5f73eed)
  • TopShards: render a message for empty data (8cda003)

v3.0.0

06 Dec 00:02
Compare
Choose a tag to compare

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 in build

After the change

  • the target dir is build/static
  • favicon.png is in build/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

05 Dec 15:22
Compare
Choose a tag to compare

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

25 Nov 14:11
Compare
Choose a tag to compare

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

22 Nov 07:44
Compare
Choose a tag to compare

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)