Skip to content

3.1 Roadmap

Mark Story edited this page Jun 5, 2016 · 12 revisions

3.1 will be backwards compatible with 3.0.

  • ORM Improvements
    • notMatching() For exclusionary filtering using associations. #6102
    • joinWith() to join associations for filtering, without loading associated data. #6101
    • Lazy eager loading of associations. #6104
  • √ Route CLI tool for debugging and inspecting application routes. #4810
  • √ Multiple messages for FlashComponent #6161
  • √ Shell Helpers - Add Table and Progress bar helpers.
  • Exception stack traces in JSON responses #6000 √
  • Engine based TranslateBehavior support EAV and shadow tables #5958
  • Update exception rendering to use a stack of handlers. This will allow more flexible error response generation for applications with API's and allow internal separation of development and non-development errors.
  • √ Deprecate Session helper
  • Add Auth helper (requires AuthComponent refactoring into request object)