Releases: PrefectHQ/server
Releases · PrefectHQ/server
Sept 11, 2020
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
andduration
columns - #72
Database Migrations
- Increase performance of state update triggers - #72
Minor patch
Changelog:
- Fix
__init__.py
for deprecated API module - #71
Sept 1, 2020
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
August 21
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