Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 869 Bytes

CHANGELOG.md

File metadata and controls

29 lines (21 loc) · 869 Bytes

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • New feature for detecting table renames
  • Support for analyzing views and materialized views

Changed

  • Improved performance of query analysis by 20%
  • Refactored codebase to improve modularity and testability

Fixed

  • Fixed a bug that caused incorrect column mappings in certain scenarios
  • Resolved an issue with handling large schemas

[1.0.0] - 2023-06-08

Added

  • Initial release of Schema Evolution Analyzer
  • Support for detecting schema evolution patterns
  • Integration with PostgreSQL storage backend
  • Prometheus metrics for monitoring
  • Comprehensive test suite