Breaking Changes
- The
ZappServer
must be started withStartAsync
instead ofStart
. - The
IFusionProcessDrainer
must now useDrainAsync
instead ofDrain
. - The publication of packages to the sync-server must now be done separately.
This can be done by using the~/clerk/publish/
rest method.
Bugs Solved
- Solved issue when a file in a extracted fusion was locked and the extraction could not proceed.
- Solved issue when a deployment first published the packages to the sync-server before trying the new packages.
Minor Changes
- Improved overall logs.
- Improved overall Linq queries.
- Zapp will now validate constraints for the
zapp-config.json
. - Announce will now fail whenever something fails in the pipeline of deployment.
- Improved the state of a fusion process.
Get started
Install-Package Zapp -Version 2.0.0
Or visit the official NuGet Page.