Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 2.06 KB

CHANGELOG-1.x.md

File metadata and controls

38 lines (24 loc) · 2.06 KB

Release Notes for 1.x

  • ADDED: PHP 8 Support (#219)
  • ADDED: Ability to flush all migration paths including those registered by other packages (#210)
  • FIXED: Queue identification serialization (#202)
  • FIXED: Laravel 8 support for tenancy/framework (#200)
  • ADDED: Laravel 8 support (#194)
  • REMOVED: Abandon tenancy/testing (#194)
  • ADDED: Composer cache for GitHub actions (#196)
  • CHANGED: Refactoring sql statements for database driver into closure (#188)
  • FIX: Added missing "replaces" entry for queue identification in composer.json (#183) (#183)
  • FIX: Return value of docblock (#166)
  • REMOVED: Unnecessary bindings trait (#167)
  • FIX: Change queue only after booting the application (#179)
  • Initial Release