Skip to content

Commit b836d69

Browse files
chore(main): release 6.17.0 (#1208)
1 parent 7162aeb commit b836d69

File tree

3 files changed

+25
-3
lines changed

3 files changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [6.17.0](https://github.com/ydb-platform/ydb-embedded-ui/compare/v6.16.0...v6.17.0) (2024-08-29)
4+
5+
6+
### Features
7+
8+
* add setting to add tracing to all requests ([#1218](https://github.com/ydb-platform/ydb-embedded-ui/issues/1218)) ([d7df777](https://github.com/ydb-platform/ydb-embedded-ui/commit/d7df77750d123be881264993c2333c1767a8b66c))
9+
* display all types of keys as plain text ([#1219](https://github.com/ydb-platform/ydb-embedded-ui/issues/1219)) ([13d21cb](https://github.com/ydb-platform/ydb-embedded-ui/commit/13d21cb3bfcca00138e08f83b00cc4068d12dc51))
10+
* **Tablets:** pass database and nodeId params to api handler ([#1199](https://github.com/ydb-platform/ydb-embedded-ui/issues/1199)) ([c049f75](https://github.com/ydb-platform/ydb-embedded-ui/commit/c049f75f0bbd140e40c3caa196a95e0c702ce091))
11+
* **VDiskPage:** use storage table instead of storage info ([#1209](https://github.com/ydb-platform/ydb-embedded-ui/issues/1209)) ([027c668](https://github.com/ydb-platform/ydb-embedded-ui/commit/027c668d917b216646ec15f659707dc146b23d87))
12+
13+
14+
### Bug Fixes
15+
16+
* **AsyncReplicationInfo:** do not show empty fields ([#1189](https://github.com/ydb-platform/ydb-embedded-ui/issues/1189)) ([7b1eff6](https://github.com/ydb-platform/ydb-embedded-ui/commit/7b1eff693c4e4440b96f7a9d2628b916d9d58131))
17+
* incorrect database count with hidden root ([#1206](https://github.com/ydb-platform/ydb-embedded-ui/issues/1206)) ([c0f716f](https://github.com/ydb-platform/ydb-embedded-ui/commit/c0f716f3e30df1ae00aaad231748a8807e395359))
18+
* **Overview:** use nodes?group=Version to get node versions ([#1230](https://github.com/ydb-platform/ydb-embedded-ui/issues/1230)) ([d95ea95](https://github.com/ydb-platform/ydb-embedded-ui/commit/d95ea95c3cd392b9e7052268703b469212c0f508))
19+
* paginated tables not working in safari ([#1231](https://github.com/ydb-platform/ydb-embedded-ui/issues/1231)) ([7162aeb](https://github.com/ydb-platform/ydb-embedded-ui/commit/7162aeb81e1bd453eb8f401a359f922716dd6148))
20+
* remove binary data setting description ([#1180](https://github.com/ydb-platform/ydb-embedded-ui/issues/1180)) ([ec46259](https://github.com/ydb-platform/ydb-embedded-ui/commit/ec46259195e213c0d5c65aca6857ce3b65b32f75))
21+
* set ErrorBoundary max width ([#1221](https://github.com/ydb-platform/ydb-embedded-ui/issues/1221)) ([3191b31](https://github.com/ydb-platform/ydb-embedded-ui/commit/3191b31e0a42970ed4cdd25b21f313381cb57eb5))
22+
* **store:** remove unused params from url mapping ([#1227](https://github.com/ydb-platform/ydb-embedded-ui/issues/1227)) ([be442a0](https://github.com/ydb-platform/ydb-embedded-ui/commit/be442a055a50003ad189a12e372cdf7a2a4d0de8))
23+
* **Versions:** use /nodes instead of /sysinfo to collect versions ([#1220](https://github.com/ydb-platform/ydb-embedded-ui/issues/1220)) ([217d77b](https://github.com/ydb-platform/ydb-embedded-ui/commit/217d77bab69a8e2277de3e4077c3f407b36cd70c))
24+
325
## [6.16.0](https://github.com/ydb-platform/ydb-embedded-ui/compare/v6.15.1...v6.16.0) (2024-08-21)
426

527

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ydb-embedded-ui",
3-
"version": "6.16.0",
3+
"version": "6.17.0",
44
"files": [
55
"dist"
66
],

0 commit comments

Comments
 (0)