Skip to content

12.1.0

Choose a tag to compare

@freost freost released this 20 Feb 20:36
· 3 commits to 12.1 since this release
1803ff1

New

  • Added vector query support to the query builder for the following databases:
    • MariaDB
    • MySQL
    • Postgres
  • Now possible to define custom input/output value objects for the query builder.
  • Added a EventStream response sender to simplify sending sever-sent events.
  • Permission calculations now fully support special bits (sticky, setgid and setuid).
  • Added the following methods to the Permissions class:
    • add
    • remove

Deprecations

  • Deprecated the following methods in the ControllerHelperTrait trait:
    • fileResponse - Create and return mako\http\response\senders\File instance instead
    • streamResponse - Create and return a mako\http\response\senders\Stream instance instead
    • jsonResponse - Create and return a mako\http\response\builders\JSON instance instead