Overview
This release is part of the v0.11.x series, which brings improved project support, a new peer-to-peer transport, and various performance improvements.
Changes
This release includes the following changes from v0.11.0:
- Split project
setup
andteardown
hooks intobeforeCreate
,afterCreate
,beforeTerminate
, andafterTerminate
hooks, allowing for more explicit and granular behaviors- NOTE: This is a minor breaking change from v0.11.0, but hopefully only a small inconvenience since these hooks were introduced just 2 days ago
- Added optional flush-on-create behavior for project sessions
- Updated build to use Go 1.13.8