Skip to content

Releases: tempestphp/tempest-framework

v2.7.2

10 Nov 05:56

Choose a tag to compare

πŸ› Bug fixes

  • console: respect default value in confirm when forced (#1698) (708c8f9)

v2.7.1

09 Nov 07:03

Choose a tag to compare

πŸš€ Features

  • auth: mark password property with #[SensitiveParameter] (#1693) (129fdd5)

πŸ› Bug fixes

  • view: discovery locations for view compiler (#1701) (8604b86)

v2.7.0

07 Nov 12:47

Choose a tag to compare

πŸš€ Features

v2.6.3

07 Nov 10:59

Choose a tag to compare

πŸ› Bug fixes

  • database: revert broken mysql dsn changes (#1689) (9edc4d2)

v2.6.2

07 Nov 10:49

Choose a tag to compare

πŸ› Bug fixes

  • http: cleanup session without starting a new one (#1688) (9a7dee6)

v2.6.1

07 Nov 10:01

Choose a tag to compare

πŸ› Bug fixes

  • http: gracefully recover from corrupt session retrieval (#1687) (8c5d8cc)

v2.6.0

07 Nov 09:37

Choose a tag to compare

πŸš€ Features

  • view: standalone TempestViewRenderer support (#1686) (2f5a3bc)

v2.5.0

06 Nov 07:36

Choose a tag to compare

πŸš€ Features

πŸ› Bug fixes

v2.4.0

22 Oct 06:33

Choose a tag to compare

🚨 Breaking changes

  • http: [breaking] add --crawl flag to static:generate command (#1656) (fee1230)

πŸš€ Features

πŸ› Bug fixes

  • auth: invalid key file arguments for Apple OAuth provider (#1640) (bf476c0)
  • http: desrialize csrf token from headers (#1616) (d1ee721)
  • reflection: return null for method return type if not defined (#1645) (b3acd5f)
  • view: handle boolean attribute followed by non space whitespace or self-closing tags (#1632) (cd226a3)

v2.3.3

09 Oct 09:59

Choose a tag to compare

πŸš€ Features

  • http: support passing JsonSerializable to Json response (#1626) (930e7ee)

πŸ› Bug fixes