Skip to content

Releases: apache/incubator-devlake

v0.14.2

14 Oct 13:37
Compare
Choose a tag to compare

What's Changed

Feature

  • [Webhook]: Redesign deployments webhook for better user experience #3408
  • [Config-UI]: Show task names for DORA plugin in Blueprint #3446
  • [TAPD]: Support issue type and status mapping #3389

BugFix

  • [DORA]: Fix pull_requests table missing deploy_time #3399
  • [DORA]: Fix production environment scope error #3444
  • [Starrocks]: Fix data type mapping between postgresql and starrocks #3436

Full Changelog: v0.14.1...v0.14.2

v0.14.1

12 Oct 02:01
Compare
Choose a tag to compare

What's Changed

This release contains some minor bug fixes for v0.14.0.

  • fix: bitbucket generated wrong clone url (#3315)
  • fix: forward original status code and body (#3342)
  • fix: filter status by connection

Full Changelog: v0.14.0...v0.14.1

v0.14.0

08 Oct 15:04
b268d53
Compare
Choose a tag to compare

What's Changed

  • [Feature] Ship DORA Stage 1 - Introduce DORA metrics to Apache DevLake #2853. See demo: https://grafana-lake.demo.devlake.io/grafana/d/qNo8_0M4z/dora
  • [Feature] Add deployment webhook to integrate deployments from unsupported CI/CD tools #3023
  • [Feature] Introduce a customize plugin to add fields in domain layer schema, define standard issue statuses, etc. #2802 #2535
  • [Feature] Allow users to identify scrum and non-scrum board in Jira #2801
  • [Feature] Config-ui: Supports db migration confirmation #2788
  • Other small features, bug-fixes and doc updates

New Contributors

Full Changelog: v0.13.0...v0.14.0

v0.13.0

13 Sep 06:17
5b7859c
Compare
Choose a tag to compare

What's Changed

Read more

v0.12.0

08 Aug 12:46
25b718a
Compare
Choose a tag to compare

Breaking Changes

  • MultiConnection was added to all our data-source plugins, all collected data will be wiped during the upgrade in order to ensure data integrity. #636 #1978 #2262
  • pipeline.tasks was renamed to pipeline.plan #1951
  • pipeline.plan[][].options.tasks was moved to pipeline.plan[][].subtasks #1412
  • Separated Data Transformation Rules from Connection and bound to Scope #1548
  • Introduced Dal interface for Database decoupling (deprecating *gorm.DB dependency) #2183
  • All connection.rate_limit were renamed to connection.rate_limit_per_hour #2360
  • All *users tables were renamed to *accounts, and the users table in Domain Layer is now representing Unique Identity #2431

Features

Others

  • Remove outdated field for Jira plugin #1711
  • Release scheduler #1772
  • Total number of fixed bugs: 43
  • Total number of commits: 359
  • Files changed: 1288

New Contributors

Full Changelog: v0.11.0...v0.12.0

v0.11.0

18 Jul 14:53
Compare
Choose a tag to compare

Changelogs:

  • Support Postgres
  • Support collecting private git repos
  • Improve unit test
  • Redesign and implement configuration flow

v0.10.1

25 Apr 01:16
6e5b218
Compare
Choose a tag to compare

v0.10.1 is a minor release on top of v0.10.0 with mostly dashboard/docs updates.

Major Changes since Last Release (v0.10.0)

  • Support incremental collection for Jira worklog
  • Add a dashboard for weekly bug retro use case (grafana/WeeklyBugRetro.json)
  • Add a generic Jenkins dashboard (grafana/Jenkins.json)
  • Improve the Github basic metrics dashboard (grafana/GithubBasicMetrics.json)
  • Update dashboards according to the latest domain layer schema
  • Adopt a new file name convention to shorten file names
  • Add docs for the advanced mode of Config UI

Full Changelog: v0.10.0...v0.10.1

v0.10.0

21 Apr 15:53
d485d8e
Compare
Choose a tag to compare

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

v0.10.0-beta1

18 Apr 16:34
b366c8c
Compare
Choose a tag to compare
v0.10.0-beta1 Pre-release
Pre-release

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-beta1

New Contributors

v0.9.3

08 Apr 13:14
Compare
Choose a tag to compare

Fixed issues found in v0.9.2

  1. gitlab api client reporting nil pointer #1450
  2. gitlab commits collection not working #1459
  3. mysql reporting unexpected EOF due to some operation would hold cursor for a long time #1452
  4. convert gitlab_merge_request_commits to domain layer data pull_request_commits #1470