We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5214b9 commit 526bd81Copy full SHA for 526bd81
CHANGELOG.md
@@ -0,0 +1,19 @@
1
+# 0.2.0
2
+
3
+## Added
4
5
+- Support wrapping ANY duckdb compatible filesystems ([#24])
6
7
+[#24]: https://github.com/dentiny/duckdb-filesystem-observability/pull/24
8
9
+## Improved
10
11
+- Rewrite quantile estimation for better accuracy ([#17], [#18], [#19])
12
13
+[#17]: https://github.com/dentiny/duckdb-filesystem-observability/pull/17
14
+[#18]: https://github.com/dentiny/duckdb-filesystem-observability/pull/18
15
+[#19]: https://github.com/dentiny/duckdb-filesystem-observability/pull/19
16
17
+- Refine display output if there's no interested IO operations happening in the current filesystem ([#25])
18
19
+[#25]: https://github.com/dentiny/duckdb-filesystem-observability/pull/25
0 commit comments