Releases: astronomer/starship
Releases · astronomer/starship
v2.2.1
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
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
- Added compatibility for Airflow
v2.10
Full Changelog: v2.0.6...v2.1.0
v2.0.6
What's Changed
- docs - fix starship logo url in docs by @fritz-astronomer in #106
- Airflow 2.0.2 Compatibility by @fritz-astronomer in #109
Full Changelog: v2.0.5...v2.0.6
v2.0.5
What's Changed
- Migrate Environment Variables by @fritz-astronomer in #102
- Add Telescope page by @fritz-astronomer in #103
- Starship Operator by @astro-anand in #100
- v2.0.4 by @fritz-astronomer in #104
- v2.0.5 - Hotfix: EnvVarPage defaulting to Software by @fritz-astronomer in #105
Full Changelog: v2.0.3...v2.0.5
v2.0.3
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
What's Changed
- Doc-only fixes by @fritz-astronomer in #88
- fix api route in docs by @fritz-astronomer in #90
- dag_runs docs fix by @astro-anand in #96
- [hotfix] v2.0.2: add try_number to TI by @fritz-astronomer in #99
New Contributors
- @astro-anand made their first contribution in #96
Full Changelog: v2.0.1...v2.0.2
v2.0.1
What's Changed
- update img link in docs by @fritz-astronomer in #77
- v2.0.1 by @fritz-astronomer in #87
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
- Starship v2 by @fritz-astronomer in #75 , #76
- official Docs site
- devops+CICD standardization across projects
- 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
What's Changed
Load DAGs from DB if not available locally by @fritz-astronomer in #63- Add DESC sort to start_date for DAGRun History by @fritz-astronomer in #70
- GCC Instructions by @fritz-astronomer in #72
- v1.2.1 by @fritz-astronomer in #71
Full Changelog: v1.2.0...v1.2.1