Skip to content

Latest commit

 

History

History
161 lines (75 loc) · 8.51 KB

File metadata and controls

161 lines (75 loc) · 8.51 KB

Changelog

1.4.0 (2026-01-17)

Features

  • add Spark Connect support for remote connectivity (#94) (c29d9eb)
    • SparkConnector trait with Local and SparkConnect implementations
    • Support for Databricks Connect with token authentication
    • Backward compatible with Spark < 3.4
    • Automatic mode selection based on connect-string configuration

Infrastructure

  • switch from release-please to tag-based releases (#93) (59b59fc)

Documentation

  • update documentation post-DAG removal and streaming completion (2806e2a)
  • emphasize batch AND streaming in philosophy and comparison (1c1860e)
  • remove roadmap section and streaming justification (23b12fb)

1.3.2 (2026-01-13)

Bug Fixes

1.3.0 (2026-01-13)

Features

  • v1.3.0 - Structured Streaming Sources and Sinks (#82) (cf93ace)

1.2.0 (2026-01-13)

Features

  • v1.2.0 release - Schema contracts, DQ hooks, Checkpointing, Retry logic (#77) (d220017)

1.1.0 (2026-01-12)

Features

  • v1.1.0 release - Configuration validation, Secrets management, Streaming core (#70) (8bc9e56)

1.0.1 (2025-12-31)

Bug Fixes

  • use pathname:// protocol for ScalaDoc links (#64) (7d9932b)

1.0.0 (2025-12-28)

⚠ BREAKING CHANGES

  • first stable release establishing API stability
  • first stable release establishing API stability

Features

  • add production deployment and scope documentation (#42) (d89375d)
  • add production deployment and scope documentation (#46) (b398b87)

0.1.13 (2025-12-28)

Features

  • add AuditHooks and enhance quality tooling (#36) (0bb2551)

0.1.12 (2025-12-25)

Features

  • add MetricsHooks with Micrometer integration (#34) (0e2d1ed)

0.1.11 (2025-12-24)

Features

  • add ConfigurationException to wrap PureConfig errors (#32) (d946e84)

0.1.10 (2025-12-21)

Features

  • add dry-run validation and continue-on-error mode (#30) (5308ca5)

0.1.9 (2025-12-21)

Bug Fixes

  • docs: resolve API page navigation issues and align logging docs (#27) (edbc27e)

0.1.8 (2025-12-20)

Features

  • add built-in LoggingHooks with structured JSON logging (#25) (4717930)

0.1.7 (2025-12-20)

Bug Fixes

  • improve Scaladoc copy and update homepage URL (#23) (67d4787)

0.1.6 (2025-12-19)

Bug Fixes

  • upgrade sbt-sonatype to 3.12.2 for Central Portal support (#20) (d57e5be)

0.1.5 (2025-12-19)

Bug Fixes

  • use sonatypeCentralUpload for Central Portal publishing (#18) (49a9171)

0.1.4 (2025-12-19)

Features

  • add Maven Central publishing support (#16) (f9b7898)

0.1.3 (2025-12-19)

Features

  • add PipelineRunner trait with lifecycle hooks (#13) (5968468)

0.1.2 (2025-12-15)

Bug Fixes

  • release needs to auto run publish (#7) (7d9caed)

0.1.1 (2025-12-15)

Features

  • add Spark 3.5 + Scala 2.13 cross-compilation support (#5) (99d1876)