Skip to content

Releases: 21TORR/HostingBundle

4.0.4

31 Oct 15:06
b128f82
Compare
Choose a tag to compare

✨ 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

24 Oct 15:29
4.0.3
f470d3f
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix wrong log context.

What's Changed

Full Changelog: 4.0.2...4.0.3

4.0.2

24 Oct 13:35
4.0.2
ff4872b
Compare
Choose a tag to compare

✨ Improvements

  • Log doctrine health check issues.

What's Changed

Full Changelog: 4.0.1...4.0.2

4.0.1

24 Oct 07:10
4.0.1
3a87027
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Keep using the hosting config key.

What's Changed

Full Changelog: 4.0.0...4.0.1

4.0.0

24 Oct 07:03
4.0.0
66edf1e
Compare
Choose a tag to compare

💥 Breaking Changes

  • The config key was changed to 21torr_hosting.
  • Remove command hosting:run-tasks:post-build, use hosting:hook:build instead.
  • Remove command hosting:run-tasks:post-deploy, use hosting:hook:deploy instead.
  • Remove PostBuildTaskInterface, use BuildHookInterface instead.
  • Remove PostDeploymentTaskInterface, use DeployHookInterface instead.

What's Changed

Full Changelog: 3.2.2...4.0.0

3.2.2

24 Oct 06:58
3.2.2
2c741d1
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix typo in BC layer of hosting:hook:deploy command.

What's Changed

  • Fix typo in BC layer of hosting:hook:deploy command by @apfelbox in #32

Full Changelog: 3.2.1...3.2.2

3.2.1

23 Oct 11:56
3.2.1
22c7ab7
Compare
Choose a tag to compare

✨ Improvements

  • Change configuration of hosting tier to allow better using it.
  • Automatically catch all exceptions in the validate app command.

What's Changed

Full Changelog: 3.2.0...3.2.1

3.2.0

23 Oct 11:16
3.2.0
e62d2c8
Compare
Choose a tag to compare

🎁 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

Full Changelog: 3.1.0...3.2.0

3.1.0

05 Jul 07:48
3.1.0
7a23b88
Compare
Choose a tag to compare

🎁 New Features

  • Rename Post* tasks concept name to "hooks".

👋 Deprecations

  • Deprecate command hosting:run-tasks:post-build, use hosting:hook:build instead.
  • Deprecate command hosting:run-tasks:post-deploy, use hosting:hook:deploy instead.
  • Deprecate PostBuildTaskInterface, use BuildHookInterface instead.
  • Deprecate PostDeploymentTaskInterface, use DeployHookInterface instead.

What's Changed

Full Changelog: 3.0.1...3.1.0

3.0.1

24 Jun 19:11
3.0.1
2f8a1cb
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix break when not passing an installation key.

🛠️ Internal

  • Remove missed deprecated code.
  • Add branch alias.
  • Fixate PHPUnit version.

What's Changed

  • Several smaller post-v3 fixes and improvements by @apfelbox in #26

Full Changelog: 3.0.0...3.0.1