Skip to content

Commit 526bd81

Browse files
authored
Add changelog for v0.2 (#27)
1 parent d5214b9 commit 526bd81

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)