Skip to content

Beta.10 (Update 10)

Pre-release
Pre-release
Compare
Choose a tag to compare
@zkniebel zkniebel released this 14 Sep 00:02
· 97 commits to master since this release
  • Changed the log levels for the appropriate calls in the AWS S3 Deploy handler and Azure Blob Storage Deploy handler from info to verbose
  • Moved all of the Generation Service code into the app folder in order to separate the Generation Service from the middlemen in the repo
  • Moved the triggers and completion_handlers folders into a new plugins folder under the app folder in order to help clarify that completion_handlers and triggers are independent and can be extended and replaced with ease
  • Added support for controlling the max concurrency of the deploy handlers for S3 and Azure Blob Storage via the settings and updated the completion-handler-manager to pass the configuration-loader to the completion handlers

Includes fixes for issues #19, #25, #30, and #31