Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 1.14 KB

CHANGELOG.md

File metadata and controls

41 lines (33 loc) · 1.14 KB

Changelog

All notable changes to Melchi will be documented in this file.

This project adheres to Semantic Versioning.

[Unreleased]

Added

  • Future changes go here

[1.0.0] - 2024-11-07

Added

  • 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

Fixed

  • Initial bug fixes

Security

  • Initial security features

Version Guidelines

Version Numbers

  • MAJOR version for incompatible API changes
  • MINOR version for added functionality in a backward compatible manner
  • PATCH version for backward compatible bug fixes

Change Categories

  • Added for new features
  • Changed for changes in existing functionality
  • Deprecated for soon-to-be removed features
  • Removed for now removed features
  • Fixed for any bug fixes
  • Security in case of vulnerabilities