This is an automated email from the ASF dual-hosted git repository.
abhishek pushed a commit to branch release-notes-023
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/release-notes-023 by this push:
new e8c5b52a64 Add console related release notes.
e8c5b52a64 is described below
commit e8c5b52a6463779fa8b4bcf1273547e63870f176
Author: Abhishek Agarwal <[email protected]>
AuthorDate: Mon May 16 15:28:25 2022 +0530
Add console related release notes.
---
druid-0.23-release-notes.md | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/druid-0.23-release-notes.md b/druid-0.23-release-notes.md
index 2fc0346340..1f616cc29c 100644
--- a/druid-0.23-release-notes.md
+++ b/druid-0.23-release-notes.md
@@ -38,6 +38,29 @@ Users can now cancel SQL queries just like native queries
can be cancelled. A ne
## Web console
+- Query view can now cancel all queries issued from it (#11738)
+- The auto refresh functions will now run in foreground only (#11750) this
prevents forgotten background console tabs from putting any load on the cluster.
+- Add a `Segment size` (in bytes) column to the Datasources view (#11797)
+
+<img width="264" alt="image"
src="https://user-images.githubusercontent.com/177816/167921423-b6ca2a24-4af7-4b48-bff7-3c16e3e9c398.png">
+
+- Format numbers with commas in the query view (#12031)
+- Add a JSON Diff view for supervisor specs (#12085)
+
+
+
+- Improve the formatting and info contents of code auto suggestion docs
(#12085)
+
+
+
+- Add shard detail column to segments view (#12212)
+
+
+
+- Avoid refreshing tables if a menu is open (#12435)
+- Misc other bug fixes and usability improvements
+
+
## Metrics
### Query metrics now also set the `vectorized` dimension by default. This can
be helpful in understanding performance profile of queries.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]