Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@WichardRiezebos WichardRiezebos released this 14 Jul 08:15
· 33 commits to master since this release

Breaking Changes

  • The ZappServer must be started with StartAsync instead of Start.
  • The IFusionProcessDrainer must now use DrainAsync instead of Drain.
  • 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.