You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Critical maintenance release with updated DuckDB engine for enhanced performance, stability, and latest features. This release also includes significant code quality improvements and enhanced project organization.
13
+
14
+
### ✨ Updated
15
+
16
+
-**🏗️ DuckDB Core**: Updated to marcboeker/go-duckdb/v2 v2.3.3+ for latest engine improvements
17
+
-**🔧 Platform Bindings**: Updated to latest platform-specific bindings (v0.1.17+) for enhanced compatibility
18
+
-**⚡ Apache Arrow**: Updated to v18.4.0 for improved data interchange performance
19
+
-**📦 Dependencies**: Comprehensive update of all transitive dependencies to latest stable versions
20
+
21
+
### 🔧 Technical Improvements
22
+
23
+
#### Engine Enhancements
24
+
25
+
-**Performance Optimizations**: Latest DuckDB engine with improved query execution and memory management
26
+
-**Bug Fixes**: Incorporates numerous stability improvements and edge case fixes from upstream
27
+
-**Feature Support**: Access to latest DuckDB features and SQL functionality
28
+
-**Platform Compatibility**: Enhanced support across all supported platforms (macOS, Linux, Windows)
29
+
30
+
#### Code Quality & Organization
31
+
32
+
-**📁 Test Reorganization**: Moved all test files to dedicated `test/` directory for better project structure
> **📝 Note**: The `replace` directive is necessary because this driver uses the future official module path `gorm.io/driver/duckdb` but is currently hosted at `github.com/greysquirr3l/gorm-duckdb-driver`. This allows for seamless migration once this becomes the official GORM driver.
0 commit comments