Skip to content

v0.12.0

Compare
Choose a tag to compare
@lyrixx lyrixx released this 06 Feb 10:07
· 387 commits to main since this release
e07a221

What's Changed

  • Add a debug command
  • Add guard_min_version() function to ensure a minimum version of Castor is used
  • Add wait_for_http_response() function for a more generic response check
  • Add wait_for_docker_container() function to wait for a docker container to be ready
  • Add AsSymfonyTask attribute to map Symfony Command
  • Add Context->name property (automatically set by the application)
  • Add an error handler, and wire the logger to it so display deprecation notices
  • Edited the duration of update check from 60 days to 24 hours
  • Revise the usage of the terms command and task for consistency through code and docs.
  • [BC Break] Remove callable $responseChecker parameter from wait_for_http_status()
  • [BC Break] The event AfterApplicationInitializationEvent second arguments is now a
    TaskDescriptorCollection, and the event is emitted after the context configuration

New Contributors

Full Changelog: v0.11.1...v0.12.0