@@ -7,6 +7,94 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.5.1] ( https://github.com/datafusion-contrib/datafusion-federation/compare/v0.5.0...v0.5.1 ) - 2026-03-04
11+
12+ ### Added
13+
14+ - * (sql)* add SQL query rewriter hook to SQLTable ([ #163 ] ( https://github.com/datafusion-contrib/datafusion-federation/pull/163 ) )
15+
16+ ### Fixed
17+
18+ - * (sql)* apply table-scan rewrite before EXPLAIN display ([ #161 ] ( https://github.com/datafusion-contrib/datafusion-federation/pull/161 ) )
19+
20+ ## [ 0.5.0] ( https://github.com/datafusion-contrib/datafusion-federation/compare/v0.4.14...v0.5.0 ) - 2026-02-26
21+
22+ ### Other
23+
24+ - Pushdown physical filters to ` SQLExecutor ` ([ #160 ] ( https://github.com/datafusion-contrib/datafusion-federation/pull/160 ) )
25+
26+ ## [ 0.4.14] ( https://github.com/datafusion-contrib/datafusion-federation/compare/v0.4.13...v0.4.14 ) - 2026-01-14
27+
28+ ### Other
29+
30+ - update Cargo.toml dependencies
31+
32+ ## [ 0.4.13] ( https://github.com/datafusion-contrib/datafusion-federation/compare/v0.4.12...v0.4.13 ) - 2026-01-13
33+
34+ ### Other
35+
36+ - update Cargo.toml dependencies
37+
38+ ## [ 0.4.12] ( https://github.com/datafusion-contrib/datafusion-federation/compare/v0.4.11...v0.4.12 ) - 2025-12-04
39+
40+ ### Other
41+
42+ - Fix conversion of empty ` RecordBatch ` ([ #154 ] ( https://github.com/datafusion-contrib/datafusion-federation/pull/154 ) )
43+
44+ ## [ 0.4.11] ( https://github.com/datafusion-contrib/datafusion-federation/compare/v0.4.10...v0.4.11 ) - 2025-11-24
45+
46+ ### Other
47+
48+ - Upgrade datafusion to 51, arrow to 57 ([ #151 ] ( https://github.com/datafusion-contrib/datafusion-federation/pull/151 ) )
49+
50+ ## [ 0.4.10] ( https://github.com/datafusion-contrib/datafusion-federation/compare/v0.4.9...v0.4.10 ) - 2025-09-18
51+
52+ ### Other
53+
54+ - Upgrade datafusion to version 50 ([ #149 ] ( https://github.com/datafusion-contrib/datafusion-federation/pull/149 ) )
55+
56+ ## [ 0.4.9] ( https://github.com/datafusion-contrib/datafusion-federation/compare/v0.4.8...v0.4.9 ) - 2025-08-19
57+
58+ ### Other
59+
60+ - Cargo clippy 1.89 ([ #146 ] ( https://github.com/datafusion-contrib/datafusion-federation/pull/146 ) )
61+
62+ ## [ 0.4.8] ( https://github.com/datafusion-contrib/datafusion-federation/compare/v0.4.7...v0.4.8 ) - 2025-08-05
63+
64+ ### Other
65+
66+ - Add metrics to ` SchemaCastScanExec ` and ` VirtualExecutionPlan ` ([ #143 ] ( https://github.com/datafusion-contrib/datafusion-federation/pull/143 ) )
67+
68+ ## [ 0.4.7] ( https://github.com/datafusion-contrib/datafusion-federation/compare/v0.4.6...v0.4.7 ) - 2025-07-29
69+
70+ ### Other
71+
72+ - Upgrade datafusion to version 49 ([ #140 ] ( https://github.com/datafusion-contrib/datafusion-federation/pull/140 ) )
73+
74+ ## [ 0.4.6] ( https://github.com/datafusion-contrib/datafusion-federation/compare/v0.4.5...v0.4.6 ) - 2025-07-21
75+
76+ ### Other
77+
78+ - Make VirtualExecutionPlan public ([ #138 ] ( https://github.com/datafusion-contrib/datafusion-federation/pull/138 ) )
79+
80+ ## [ 0.4.5] ( https://github.com/datafusion-contrib/datafusion-federation/compare/v0.4.4...v0.4.5 ) - 2025-07-09
81+
82+ ### Other
83+
84+ - Add ability to set statistics in the SQLExecutor ([ #134 ] ( https://github.com/datafusion-contrib/datafusion-federation/pull/134 ) )
85+
86+ ## [ 0.4.4] ( https://github.com/datafusion-contrib/datafusion-federation/compare/v0.4.3...v0.4.4 ) - 2025-06-30
87+
88+ ### Other
89+
90+ - Minor clippy fixes introduced in rust 1.88 ([ #132 ] ( https://github.com/datafusion-contrib/datafusion-federation/pull/132 ) )
91+
92+ ## [ 0.4.3] ( https://github.com/datafusion-contrib/datafusion-federation/compare/v0.4.2...v0.4.3 ) - 2025-06-22
93+
94+ ### Other
95+
96+ - Update DataFusion to 48 ([ #130 ] ( https://github.com/datafusion-contrib/datafusion-federation/pull/130 ) )
97+
1098## [ 0.4.2] ( https://github.com/datafusion-contrib/datafusion-federation/compare/v0.4.1...v0.4.2 ) - 2025-04-21
1199
12100### Other
0 commit comments