Skip to content

2.14.0

Choose a tag to compare

@Amaury Amaury released this 17 Dec 21:50
· 62 commits to main since this release

New datasources

New features

  • DataFilter:
    • Add strict mode (at call or at type definition).
    • Add optional fields in associative arrays.
    • Add new types (date, time, datetime, uuid, isbn, ean, ip, ipv4, ipv6, mac, port, slug, json, color, geo, phone).
  • Auth controller: Check email domain is valid. Add auth attempts rate limit.

Improvements

  • Comma: Add loader aliases and prefixes management.
  • Auth controller: Manage interactions with the Language plugin.
  • Memcache datasource: Improved tests.

Debugs

  • Redis datasource: Prevent assignment bug under PHP 8.3.26+.