Skip to content

Releases: ydb-platform/ydb-embedded-ui

v7.2.0

10 Dec 13:05
ef0d830
Compare
Choose a tag to compare

7.2.0 (2024-12-10)

Features

Bug Fixes

v7.1.0

04 Dec 12:51
39e2939
Compare
Choose a tag to compare

7.1.0 (2024-12-04)

Features

  • ClusterInfo: add cores and logging links (#1731) (f8acb2b)

Bug Fixes

  • autocomplete: should work properly if handler returns no entites (#1726) (9cdab88)

v7.0.0

02 Dec 10:05
dfaeefb
Compare
Choose a tag to compare

7.0.0 (2024-12-02)

⚠ BREAKING CHANGES

  • window.api was previously a flat YdbEmbeddedAPI object. It has been refactored into multiple distributed AxiosWrapper instances. Each endpoint is now handled by a dedicated wrapper instance, improving modularity and maintainability. Developers should update their integrations to use the new structure. For example: Replace window.api.getTenants with window.api.viewer.getTenants.

Features

Bug Fixes

v6.37.2

26 Nov 12:39
a9c57ff
Compare
Choose a tag to compare

6.37.2 (2024-11-26)

Bug Fixes

v6.37.1

25 Nov 11:36
87ff4c0
Compare
Choose a tag to compare

6.37.1 (2024-11-25)

Bug Fixes

v6.37.0

25 Nov 09:14
b384a38
Compare
Choose a tag to compare

6.37.0 (2024-11-25)

Features

Bug Fixes

v6.36.1

21 Nov 07:20
ce4693a
Compare
Choose a tag to compare

6.36.1 (2024-11-21)

Bug Fixes

  • should not set filters for SELECT with known context (#1666) (3e4ceef)

v6.36.0

20 Nov 11:14
e934bad
Compare
Choose a tag to compare

6.36.0 (2024-11-20)

Features

Bug Fixes

  • make plan to svg more comprehensive (#1658) (e973bae)
  • PaginatedTable: fix autorefresh when no data (#1650) (ed9a03b)
  • Versions: should not show nodes withot version (#1653) (fd60b9d)

v6.35.0

19 Nov 06:52
5b08e34
Compare
Choose a tag to compare

6.35.0 (2024-11-18)

Features

Bug Fixes

v6.34.0

18 Nov 08:46
cbc146b
Compare
Choose a tag to compare

6.34.0 (2024-11-18)

Features

  • add to embedded ui link to plan2svg converter (#1619) (fb007a7)
  • ConfirmationDialog: add saving query before replace (#1629) (c71925d)
  • Navigation: allow to change user icon (#1628) (71956ec)
  • render per component memory consumption (#1574) (3e4a04b)
  • warn about unsaved changes in editor (#1620) (2632b90)

Bug Fixes

  • change trace and svg mutations to lazy query (#1640) (19d7f56)
  • delete directory from gh-pages on pr close (#1638) (d99e295)
  • dont remove previous tests reports (#1630) (5302a94)
  • EntityStatus: show title for text part only (#1608) (7e234a5)
  • schemaActions: preserve query settings when insert snippet (#1615) (2ec5ccd)
  • schemaActions: use different sets for row and column tables (#1627) (9972ac2)
  • schemaQueryTemplates: doc link for topic creation (#1616) (3e07ca5)