Skip to content

v0.11.0

Compare
Choose a tag to compare
@daniel-hutao daniel-hutao released this 06 Jan 11:45
· 63 commits to main since this release
433874f

Official Releases for Different Platforms:

Download from Terminal

# Linux amd64
curl -O https://download.devstream.io/v0.11.0/dtm-linux-amd64
# Darwin amd64
curl -O https://download.devstream.io/v0.11.0/dtm-darwin-amd64
# Darwin arm64
curl -O https://download.devstream.io/v0.11.0/dtm-darwin-arm64

Major Changes since Last Release

This release mainly focuses on the use cases documentation update, with a few new features, bug fixes, and refactoring:

  • feature: [ env ENV_VAR ] to use environment variable in the config explicitly
  • docs updates: quickstart improvement with GIFs, v0.10.3 demo video, added a bunch of use cases documentation
  • bug fixes: dtm show config output update, gitlab-ci errors, etc.
  • refactor: plugins refactor, quality-of-life improvements
  • test: improve end-to-end test

Detailed Changes

Full Changelog: v0.10.3...v0.11.0