Skip to content

Releases: tempestphp/tempest-framework

v3.19.1

Choose a tag to compare

@github-actions github-actions released this 03 Sep 11:20

πŸš€ Features

  • router: allow error responses to carry headers (#2267) (dc589be)

⚑ Performance

  • command-bus: store pending commands in a single Redis hash (#2269) (34caa57)

v3.19.0

Choose a tag to compare

@github-actions github-actions released this 28 Aug 11:28

πŸš€ Features

  • command-bus: add database and redis command repositories (#2247) (8147499)
  • database: add simplePaginate() to SelectQueryBuilder (#2250) (a31bbcd)
  • http: client IP address behind trusted proxies (#2244) (1ca888d)

πŸ› Bug fixes

  • database: handle empty nullable nested relations (#2261) (07fb882)
  • http: recursively map nested uploaded files (#2255) (ae9c3e4)
  • mapper: preserve native scalar values (#2251) (5d8e243)

v3.18.0

Choose a tag to compare

@github-actions github-actions released this 29 Jul 07:08

πŸš€ Features

v3.17.0

Choose a tag to compare

@github-actions github-actions released this 27 Jul 09:14

🚨 Breaking changes

  • support: [breaking] use PHP 8.5 native URI parser (#2227) (6ffff55)

πŸš€ Features

πŸ› Bug fixes

v3.16.2

Choose a tag to compare

@github-actions github-actions released this 17 Jul 12:12

πŸ› Bug fixes

v3.16.1

Choose a tag to compare

@github-actions github-actions released this 17 Jul 11:08

⚑ Performance

πŸ› Bug fixes

  • cryptography: support php builds without argon2 (#2165) (45702e5)
  • validation: support ImmutableArray/MutableArray in IsArrayList rule (#2223) (27bfcfd)

v3.16.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 06:50

πŸš€ Features

  • auth: support refreshing OAuth access tokens (#2204) (5d3fd62)
  • validation: support skipping missing properties (#2220) (4402d14)

πŸ› Bug fixes

v3.15.0

Choose a tag to compare

@github-actions github-actions released this 16 Jul 09:35

πŸš€ Features

v3.14.3

Choose a tag to compare

@github-actions github-actions released this 15 Jul 12:04

🚨 Breaking changes

  • router: [breaking] block all cross-site unsafe requests when using PreventCrossSiteRequestsMiddleware (#2210) (64a5186)

v3.14.2

Choose a tag to compare

@github-actions github-actions released this 15 Jul 11:18

πŸš€ Features

  • command-bus: support async command handlers (#2208) (a76b3d9)
  • validation: include error messages in ValidationFailed exception message (#2203) (a919dec)

πŸ› Bug fixes

  • view: escape resolved expression attribute values (#2209) (28218fb)