Skip to content

Releases: astronomer/starship

v2.2.1

24 Jan 09:32
8e42b6a
Compare
Choose a tag to compare

What's Changed

  • Passing query params alongside the request to resolve a bug sending only partial data by @atulya-astronomer in #119

Full Changelog: v2.2.0...v2.2.1

v2.2.0

17 Dec 12:17
b854d53
Compare
Choose a tag to compare

What's Changed

  • Starship now has the ability to delete Variables, Pools, Connections and DAG metadata of remote Airflow instances [ https://github.com//pull/114 ].

Full Changelog: v2.0.6...v2.2.0

v2.1.0

09 Dec 10:50
Compare
Choose a tag to compare
  • Added compatibility for Airflow v2.10

Full Changelog: v2.0.6...v2.1.0

v2.0.6

12 Sep 21:55
d2dd9e8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.5...v2.0.6

v2.0.5

07 Jun 23:10
eb12884
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.3...v2.0.5

v2.0.3

21 May 19:06
Compare
Choose a tag to compare

Full Changelog: v2.0.2...v2.0.3

Small fix to support older versions of Flask

Resolves an error like

TypeError: The view function did not return a valid response. The return type must be a string, dict, tuple, Response instance, or WSGI callable, but it was a list

seen in versions of Flask prior to 2.2
pallets/flask#4659

v2.0.2

26 Mar 17:36
849b516
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.0.2

v2.0.1

19 Mar 21:15
8da9249
Compare
Choose a tag to compare

What's Changed

  • update img link in docs by @fritz-astronomer in #77
  • v2.0.1 by @fritz-astronomer in #87
    • fixes #86 remove dark mode
    • fixes #85
      • remove task_count from /dags endpoint
      • switch tags + dag_count to independent queries
      • add convenience methods in justfile

Full Changelog: v2.0.0...v2.0.1

v2.0.0

14 Feb 17:23
Compare
Choose a tag to compare

What's Changed

  • Starship v2 by @fritz-astronomer in #75 , #76
    • Full Frontend/Backend refactor
      • React w/ ChakraUI for frontend
    • minimal flask backend
      • starship.py which serves frontend and provides a request proxy (to bypass cors issues)
      • starship_api.py which serves an API for CRUD of pools, vars, conns, dags, dag history
    • Test suite with Docker across airflow versions

Full Changelog: v1.2.1...v2.0.0

v1.2.1

03 Jan 00:21
22c1ed7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1