Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.08 KB

File metadata and controls

28 lines (18 loc) · 1.08 KB

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.

[1.0.0] - 2026-03-01

Community revival release. This marks the beginning of active community maintenance after Datafold sunset the project in May 2024.

Changed

  • Community fork: Adopted and revived the project under community maintenance.
  • Build system: Migrated from Poetry to uv for dependency management and packaging.
  • Test framework: Migrated from unittest to pytest.
  • CI/CD: Modernized GitHub Actions workflows with updated dependencies and security hardening.
  • Linting: Adopted ruff for linting and formatting, replacing the previous black-based configuration.

Removed

  • Removed Datafold Cloud integration and proprietary tracking code.
  • Removed telemetry and analytics collection.

Security

  • Pinned all CI/CD action versions to commit SHAs.
  • Audited and updated dependencies for known vulnerabilities.