Skip to content

v0.10.0

Compare
Choose a tag to compare
@klesh klesh released this 21 Apr 15:53
· 3175 commits to main since this release
d485d8e

Major Changes since Last Release (v0.9.3)

  • Pipeline Blueprint allows users to schedule recurring pipelines with cron expression
  • Introduce DB migrations to DevLake to provide a smoother upgrade experience
  • Add temporal mode for users with heavy data collection workload
  • Add dbt plugin for users who want to define their own data transformations
  • Store/cache API responses from data sources in the raw data layer for instant replay of data transformations

Full Changelog: v0.9.3...v0.10.0

Bug Fixes & Improvements since Last Beta Release (v0.10.0-beta1)

  • Improve documentation for user setup and GitHub data collection process
  • Fix incorrect created_date in domain layer
  • Fix stuck pipelines due to retries
  • Add users for plugin Jira

Full Changelog: v0.10.0-beta1...v0.10.0

New Contributors