Skip to content

Releases: PrefectHQ/server

Sept 11, 2020

11 Sep 17:28
4c3a0e5
Compare
Choose a tag to compare

Changelog

Released on September 11, 2020.

Features

  • Add database structure and routes for persisting Agents - #58

Enhancements

  • Add route for querying mapped children - #73

Fixes

  • Fix init.py for deprecated API module - #71

Breaking Changes

  • Remove run_count and duration columns - #72

Database Migrations

  • Increase performance of state update triggers - #72

Minor patch

01 Sep 20:27
5129973
Compare
Choose a tag to compare

Changelog:

  • Fix __init__.py for deprecated API module - #71

Sept 1, 2020

01 Sep 18:21
affafb1
Compare
Choose a tag to compare

Changelog

Released on September 1, 2020.

Enhancements

  • Automatically upgrade local database - #69

Fixes

  • Fix flow run creation not using default parameters from flow group - #64
  • Ensure Lazarus ignores flow runs with active tasks - #67

Deprecations

  • Deprecate flow settings that are actually flow group settings - #63

August 26, 2020

27 Aug 02:14
bad50e7
Compare
Choose a tag to compare

Changelog

August 26, 2020

Released on August 26, 2020.

Enhancements

  • Refactor Lazarus and Zombie Killer for modularity - #46
  • Add API mode to queryable reference info - #59

August 21

22 Aug 01:53
c0345bd
Compare
Choose a tag to compare

Changelog

August 21, 2020

Released on August 21, 2020.

Enhancements

  • Upgrade Hasura to 1.3.0 - #18
  • Set schedule to inactive if neither Flow nor Flow Group have a schedule - #37
  • Dedupe flow group labels when set - #40
  • Set Apollo's post-start.sh script to wait for the GraphQL service's healthcheck - #41
  • Upgrade Hasura to 1.3.1 - #52
  • Use Hasura default cache size - #52
  • Adds RELEASE_TIMESTAMP for UI to display - #54

Breaking Changes

  • Remove unused UI from services CLI - #45
  • Cloud hooks require explicit states - #51
  • Cloud hooks do not match state parents - #51
  • Remove unused code and config settings - #53

Database Migrations

  • Remove unused state_id column - #35