Releases: 21TORR/HostingBundle
Releases · 21TORR/HostingBundle
4.1.1
4.1.0
🎁 New Features
HostingEnvironmentnow exposes the%kernel.debug%variable asHostingEnvironment::isDebug().
What's Changed
- Add
HostingEnvironment::isDebug()by @keichinger in #40
New Contributors
- @keichinger made their first contribution in #40
Full Changelog: 4.0.4...4.1.0
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:buildinstead. - Remove command
hosting:run-tasks:post-deploy, usehosting:hook:deployinstead. - Remove
PostBuildTaskInterface, useBuildHookInterfaceinstead. - Remove
PostDeploymentTaskInterface, useDeployHookInterfaceinstead.
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-appcommand 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-appcommand by @apfelbox in #30
Full Changelog: 3.1.0...3.2.0