Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 943 Bytes

ReleaseNotes.md

File metadata and controls

37 lines (21 loc) · 943 Bytes

Release notes

0.9.2

New:

  • Adds triggerer support (started by default)
  • Adds support for Python v3.11
  • Removes support for Python v3.7
  • Allow running container as host user to solve permission problems (#24)

Changes:

  • Bumps google-auth package constraints

Fixes:

  • Fix #11 - Cannot access data folder on local composer env (#29)

0.9.1

New:

  • Adds composer-dev remove local environment command.

Changes:

  • Aligns the paths for dags/plugins/data as requested in issue #2

Fixes:

  • Fixes package dependency requirements issue #7
  • Adds andling for Docker not having access to path where the CLI has been installed (issue #1) and extends documentation.

0.9.0

Initial release