Skip to content

Releases: PrefectHQ/server

July 6, 2021

06 Jul 16:47
05477f1
Compare
Choose a tag to compare

Released on July 6, 2021.

Enhancements

  • Add traceback info to some unexpected logs for debugging - #259
  • Add the option to defer setting a flow run state to scheduled when creating a FlowRun - #261

May 25, 2021

25 May 21:35
f1166ea
Compare
Choose a tag to compare

Changelog

May 25, 2021

Enhancements

  • Introduce **kwargs to create_logs for Cloud compatibility - #247

April 27, 2021

27 Apr 16:43
185b46c
Compare
Choose a tag to compare

April 27, 2021

Released on April 27, 2021.

Enhancements

  • Simplify LoopService.loop_seconds handling and add debug mode to speedup tests - #242

Database Migrations

  • Add unique constraint for flow run idempotency - #219

April 6, 2021

06 Apr 20:48
Compare
Choose a tag to compare

Changelog

Released on April 6, 2021.

Features

  • Helm: Add ingress support for ui and apollo components - #229

Enhancements

  • Add delete_flow_group mutation - #228
  • Batch task and edge insertion during flow creation - #238

Fixes

  • Log set_schedule_active failure while creating a flow - #236

Contributors

March 20, 2021

20 Mar 21:48
Compare
Choose a tag to compare

Changelog

Released on March 20, 2021.

Enhancements

  • Add more permissions to agent role in helm chart - #221
  • Set uvicorn server log level and access logs - #217

Fixes

  • Ensure the scheduler queries with deterministic order - #215
  • Ensure that errors in scheduling do not interrupt other scheduling operations - #224

Database Migrations

  • Improve run detail triggers when version is the same or missing - #218

Contributors

March 10, 2021

10 Mar 21:22
7d1d443
Compare
Choose a tag to compare

March 10, 2021

Released on March 10, 2021.

Features

  • Release the Server Helm Chart to a Helm repository - #209

March 6, 2021

06 Mar 19:56
Compare
Choose a tag to compare

Changelog

Released on March 6, 2021.

Enhancements

  • Add APIError to replace 'database query error' and consolidate Cloud/Server exception types - #204
  • Improve archive_flow performance with auto-scheduled flow runs - #206

Fixes

  • Allow create_agent to be called without passing settings - #207

March 4, 2021

04 Mar 16:04
a96bc8f
Compare
Choose a tag to compare

Changelog

March 4, 2021

Released on March 4, 2021.

Enhancements

  • Upgrade hasura version to 1.3.3 - #188
  • Upgrade apollo base image to debian-buster - #198
  • Install tini from apt instead of GitHub in apollo image - #199

Fixes

  • Fixed the execution of the create-tenant-job in the Helm charts to allow for custom Apollo ports - #201
  • Improve delete_flow_run performance by avoiding slow deletion triggers - #202

Breaking Changes

Contributors

February 22, 2021

22 Feb 23:11
349df35
Compare
Choose a tag to compare

Changelog

February 22, 2021

Released on February 22, 2021.

Fixes

  • Add tini init process to GraphQL and Apollo containers to reap zombies - #191

February 18, 2021

18 Feb 18:35
Compare
Choose a tag to compare

Changelog

Released on February 18, 2021.

Enhancements

  • Capture all 'connect' errors and uniformize into DB query errors - #189