Skip to content

Releases: PrefectHQ/server

February 12, 2021

12 Feb 22:24
Compare
Choose a tag to compare

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

05 Feb 18:15
Compare
Choose a tag to compare

Changelog

Released on February 5, 2021.

Enhancements

  • Install curl in server docker image for healthchecks - #182
  • Improve LoopService interval handling - #43

Breaking Changes

  • Move to YYYY.MM.DD versioning scheme away from YYYY-MM-DD - #178

January 19, 2021

19 Jan 17:54
Compare
Choose a tag to compare

Changelog

Released on January 19, 2021.

Enhancements

  • Add sum aggregate to ORM - #174

January 5, 2021

05 Jan 22:32
Compare
Choose a tag to compare

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 and flow_run.run_config - #166

Contributors

December 16, 2020

16 Dec 21:19
f28a797
Compare
Choose a tag to compare

Changelog

Released on December 16, 2020.

Enhancements

  • Add the events RBAC permission to agents created by the helm chart - #157

December 14, 2020

14 Dec 18:50
Compare
Choose a tag to compare

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

04 Dec 22:26
Compare
Choose a tag to compare

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

30 Nov 03:07
Compare
Choose a tag to compare

Changelog

Released on November 29, 2020.

Enhancements

  • Add KubernetesAgent to the Helm chart - #136
  • Add two new GraphQL routes for Core functionality - #143

Fixes

  • Fix handling for managed postgres usernames with @ signs - #139

November 13, 2020

13 Nov 18:53
Compare
Choose a tag to compare

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

11 Nov 16:00
Compare
Choose a tag to compare

Changelog

Released on November 11, 2020.

Features

  • Add experimental Helm chart for deploying in K8s - #123

Contributors