Skip to content

Astronomer Certified 1.10.5-9, 2020-06-18

Compare
Choose a tag to compare
@kaxil kaxil released this 18 Jun 16:13
· 6 commits to v1-10-5 since this release

Bug Fixes

  • Pin azure-storage-blob version to <12 (commit)
  • Azure storage 0.37.0 is not installable any more (commit)
  • Pin Werkzeug < 1.0.0 release - 1.0.0 is not compatible (commit)
  • Fix issue with SQLAlchemy 1.3.16 (commit)
  • WTForms 2.3.0 break our Flask apps (commit)

Improvements

  • Don't use the |safe filter in code, it's risky (commit)
  • Further validation that only task commands are run by executors (commit)
  • Validate only task commands are run by executors (commit)
  • Fix Celery default to no longer allow pickle (commit)
  • Remove duplicate error message on chart connection failure (commit)
  • Add note about using dag_run.conf in BashOperator (commit)