All notable changes to Melchi will be documented in this file.
This project adheres to Semantic Versioning.
- Future changes go here
- Initial release
- Snowflake to DuckDB replication
- Support for full refresh, standard streams, and append-only streams
- Automatic schema creation and mapping
- Change tracking management
- Support for all Snowflake data types including GEOGRAPHY and GEOMETRY
- Transaction management and error handling
- Configuration via YAML, TOML, and CSV files
- Beta Support for Snowflake SSO
- Initial bug fixes
- Initial security features
- MAJOR version for incompatible API changes
- MINOR version for added functionality in a backward compatible manner
- PATCH version for backward compatible bug fixes
Added
for new featuresChanged
for changes in existing functionalityDeprecated
for soon-to-be removed featuresRemoved
for now removed featuresFixed
for any bug fixesSecurity
in case of vulnerabilities