Releases: leonardovida/duckdb-sqlalchemy
Releases · leonardovida/duckdb-sqlalchemy
v1.4.4.3
v1.4.4.2
What's Changed
- docs: clarify positioning vs duckdb_engine by @leonardovida in #21
- harden SQL inputs and stabilize compatibility matrix by @leonardovida in #20
Full Changelog: v1.4.4.1...v1.4.4.2
v1.4.4.1
Documentation
- document DuckDB multiprocessing fork-safety caveat and spawn/forkserver workaround
v1.4.4
- align package version with supported DuckDB 1.4.4\n- update test matrix and lockfile to DuckDB 1.4.4\n- no functional changes from 1.4.3
v1.4.3
Versioning
- Align package version with supported DuckDB version (1.4.x)
- This release contains no functional changes from 0.19.3
The package version is now aligned with the latest supported DuckDB version to make it clearer which DuckDB versions are supported by this dialect.
v0.19.3
Documentation
Publish GitHub Pages docs site with navigation
- add overview, getting started, migration guide, and SEO checklist
- add llms.txt and improve docs discoverability links
Metadata
- expand PyPI metadata (keywords, classifiers, documentation URL)
Compatibility
- Python 3.9+
- SQLAlchemy 1.3.22+ (2.x recommended)
- DuckDB 1.3.0+ (1.4.3 recommended)
v0.19.2
Documentation
- expand docs guides with additional examples and configuration notes
- refine README wording for a more professional tone
Bug Fixes
- default empty database URLs to :memory: and use SingletonThreadPool for in-memory pooling
Miscellaneous
- bump package version to 0.19.2
v0.19.1
Changes
- Streamlined README with production-focused messaging
- Updated DuckDB compatibility requirement to 1.3.0+ (1.4.3 recommended)
- Cleaned up badges (kept PyPI version, downloads, codecov)
- Removed conda-forge reference
- Added CLAUDE.md for AI-assisted development
v0.19.0
Documentation
- overhaul README with long-term support positioning, expanded quick starts, and URL/pooling guidance
- add CI and license badges plus clearer compatibility and support policy sections
- reorganize docs/examples pointers for faster onboarding