Skip to content

v1.6.0

Choose a tag to compare

@github-actions github-actions released this 08 Aug 09:32
· 318 commits to 3.x since this release

πŸš€ Features

  • core: improved exceptions for unwriteable internal storage (#1468) (948f800)
  • cryptography: introduce cryptography component (#1346) (439b49e)
  • database: add string method on CreateTableStatement (#1454) (9c78fd6)
  • datetime: add convenience comparison and manipulation methods (#1450) (4aab9ed)
  • http: offer more control over server sent events format (#1459) (6623850)
  • mapper: implement serialization mapping for DTOs (#1449) (900898a)
  • testing: add assert response json assertions (#1433) (754a657)
  • vite: support passing configuration to containerized environments (#1426) (acace86)

πŸ› Bug fixes

  • router: do not discover controller stub (#1453) (2246f72)
  • view: set doctype in x-base (#1451) (e7ea095)
  • view: pass scoped variables down view components (#1467) (c911989)
  • add json-serializable to TestResponseHelper $body (#1455) (3d459fd)

πŸ§ͺ Tests

  • cache: skip redis cache tests when connection fails (#1457) (cf504ad)
  • reduce flakiness of time sensitive tests (#1460) (167d3f5)