Skip to content

Releases: ydb-platform/ydb-embedded-ui

v8.0.0

13 Dec 11:17
b5c61cd
Compare
Choose a tag to compare

8.0.0 (2024-12-12)

⚠ BREAKING CHANGES

  • only pagination tables in storage (#1745)

Features

Bug Fixes

Miscellaneous Chores

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