Releases: PrefectHQ/server
Releases · PrefectHQ/server
February 12, 2021
Changelog
Released on February 12, 2021.
Features
- Helm: Optionally create the default tenant before running Agent - #183
Enhancements
- Cancel ad-hoc created flow runs instead of deleting them when archiving a flow - #185
- Upgrade pydantic to 1.7.x - #187
Fixes
- Fix asyncpg errors on Apple M1 / arm64 - #186
Contributors
February 5, 2021
January 19, 2021
January 5, 2021
Changelog
Released on January 5, 2021.
Features
- Support per-flow-run and per-flow-group
run_config
overrides - #166
Enhancements
- Upgrade Apollo NodeJS to
14.15.1
- #153 - Helm: configure strategy for deployment - #165
- Allow for timezone specification on flow group schedules - #169
Database Migrations
- Add
flow_group.run_config
andflow_run.run_config
- #166
Contributors
December 16, 2020
Changelog
Released on December 16, 2020.
Enhancements
- Add the
events
RBAC permission to agents created by the helm chart - #157
December 14, 2020
Changelog
Released on December 14, 2020.
Enhancements
- Add documentation on how to connect the CLI to a remote deployed server - #159
- Refactor the Zombie Killer to rely entirely on flow run heartbeats - #158
- Add support for custom Hasura root fields - #161
Fixes
- Add jobs/status to role for agent - #154
Contributors
December 4, 2020
Changelog
Released on December 4, 2020.
Enhancements
- Add flag for shutting down loop services - #144
- Support configurable primary keys in ORM - #145
- Add support for expanded Hasura update operations - #146
- Helm chart: Always pull prefecthq docker images by default - #151
Fixes
- Listen on all agent interfaces for healthchecks - #148
Database Migrations
- Add task run name index for text search - #149
Contributors
November 29, 2020
November 13, 2020
Changelog
Released on November 13, 2020.
Enhancements
- Add the Prefect Core version to the api query - #126
- Remove global 24 hour expiration on flow run idempotency keys - #134
Fixes
- prefect-server dev infrastructure would sometimes fail to start with 'connection closed' - #130
- Fix helm chart when using existing postgres instance - #132
- Fix scheduling duplicate runs due to expired idempotency keys - #134
Contributors
November 11, 2020
Changelog
Released on November 11, 2020.
Features
- Add experimental Helm chart for deploying in K8s - #123