Releases: 21TORR/HostingBundle
Releases · 21TORR/HostingBundle
4.0.4
✨ Improvements
- Ignore everything with "doctrine_migration_versions" in the doctrine update schema list in
DoctrineHealthCheckListener
.
What's Changed
- Ignore everything with "doctrine_migration_versions" in the doctrine update schema list in
DoctrineHealthCheckListener
. by @21christiansc in #37
Full Changelog: 4.0.3...4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
💥 Breaking Changes
- The config key was changed to
21torr_hosting
. - Remove command
hosting:run-tasks:post-build
, usehosting:hook:build
instead. - Remove command
hosting:run-tasks:post-deploy
, usehosting:hook:deploy
instead. - Remove
PostBuildTaskInterface
, useBuildHookInterface
instead. - Remove
PostDeploymentTaskInterface
, useDeployHookInterface
instead.
What's Changed
Full Changelog: 3.2.2...4.0.0
3.2.2
3.2.1
3.2.0
🎁 New Features
- Add health checks (live + ready).
- Add default doctrine check integration.
- Add
hosting:validate-app
command for usage in the CI.
✨ Improvements
- Bump Janus and update CI.
What's Changed
- Add health checks infrastructure by @apfelbox in #29
- Add
hosting:validate-app
command by @apfelbox in #30
Full Changelog: 3.1.0...3.2.0
3.1.0
🎁 New Features
- Rename
Post*
tasks concept name to "hooks".
👋 Deprecations
- Deprecate command
hosting:run-tasks:post-build
, usehosting:hook:build
instead. - Deprecate command
hosting:run-tasks:post-deploy
, usehosting:hook:deploy
instead. - Deprecate
PostBuildTaskInterface
, useBuildHookInterface
instead. - Deprecate
PostDeploymentTaskInterface
, useDeployHookInterface
instead.
What's Changed
Full Changelog: 3.0.1...3.1.0