Skip to content

Releases: PrefectHQ/server

November 10, 2020

10 Nov 18:47
e317ce6
Compare
Choose a tag to compare

Changelog

Released on November 10, 2020.

Features

  • Add API for persisting and retrieving task run artifacts - #121

October 29, 2020

30 Oct 00:22
Compare
Choose a tag to compare

Changelog

Released on October 29, 2020.

Features

  • Add idempotency keys to flows.create_flow - #116

Fixes

  • Expose database upgrade errors during infrastructure start - #117

October 27, 2020

27 Oct 19:15
946f2a9
Compare
Choose a tag to compare

Changelog

Fixes

  • Check for existence of agent before updating flow run agent - #114

October 22, 2020

22 Oct 19:22
Compare
Choose a tag to compare

Changelog

Released on October 22, 2020.

Enhancements

  • Update flow settings graphql logic to use supported API routes - #113

October 14, 2020

14 Oct 19:30
ac1a4c6
Compare
Choose a tag to compare

Changelog

Released on October 14, 2020.

Fixes

  • Allow for scheduling different parameters and different run labels at the exact same time - #111

October 13, 2020

13 Oct 19:51
7380c7f
Compare
Choose a tag to compare

Released on October 13, 2020.

Features

  • Allow for scheduling changing labels on a per-flow run basis - #109

Fixes

  • Fixes issue with Agent Config schema - #107

October 8, 2020

08 Oct 17:55
567c2f8
Compare
Choose a tag to compare

Released on October 8, 2020.

Features

  • Add ability to configure labels on individual flow runs - #103

Fixes

  • Fixes issue with Agent Config schema - #107

Database Migrations

  • Add labels column to flow run table with sensible defaults - #103

October 7, 2020

07 Oct 15:09
Compare
Choose a tag to compare

Changelog

Released on October 7, 2020.

Features

  • Allow for scheduling a flow to run multiple times at the same time with distinct parameter values - #96

Enhancements

  • Get core version from flow.__version__ not flow.environment.__version__ - #100

Database Migrations

  • Add run_config field to flows - #100

September 24, 2020

24 Sep 18:42
59bd5af
Compare
Choose a tag to compare

Changelog

Released on September 24, 2020.

Enhancements

  • Registering agents will now retrieve IDs from matching entries in order to prevent duplication - #95
  • Add routes for setting run names - #77

Fixes

  • Fix name field in delete_agent GraphQL resolver - #95
  • Replace all uses of database.models with prefect.models - #94

Database Migrations

  • Add task run name - #77
  • Add index on flow_run.agent_id - #93

September 15, 2020

15 Sep 23:56
67a94f2
Compare
Choose a tag to compare

Changelog

Released on September 15, 2020.

Enhancements

  • Hasura metadata archives use the most recent alembic revision ID - #78

Fixes

  • Fix and consolidate behavior for active schedules - #86