Skip to content

Releases: ydb-platform/ydb-embedded-ui

v8.3.0

25 Dec 09:36
01a2ce6
Compare
Choose a tag to compare

8.3.0 (2024-12-23)

Features

v8.2.2

23 Dec 11:23
37ccfb5
Compare
Choose a tag to compare

8.2.2 (2024-12-23)

Bug Fixes

v8.2.1

23 Dec 10:23
49e78f0
Compare
Choose a tag to compare

8.2.1 (2024-12-23)

Bug Fixes

v8.2.0

23 Dec 08:20
6ceb526
Compare
Choose a tag to compare

8.2.0 (2024-12-20)

Features

Bug Fixes

v8.1.0

17 Dec 10:39
4ed2fab
Compare
Choose a tag to compare

8.1.0 (2024-12-17)

Features

Bug Fixes

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