WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Releases: tempestphp/tempest-framework

v2.13.0

04 Dec 13:54

Choose a tag to compare

πŸš€ Features

  • auth: add OAuth installer (#1674) (9c82b71)
  • cache: make assertLocked ensure that the checked lock has an expiration (#1758) (1a2e8fb)
  • container: make all container properties publicly readable (#1785) (be93ec1)
  • database: add support for self-referencing relations (#1745) (df2dcdc)
  • http: add support to mark Request properties as #[SensitiveField] (#1746) (0000c99)

πŸ› Bug fixes

  • auth: correctly map user in GitHub OAuth provider (#1751) (ad2182a)
  • auth: pass scopes/options to auth URL builder (#1750) (cbe54d7)
  • auth: update outdated authenticatable import (#1752) (5c68b96)
  • cache: support enum tags (#1756) (678b695)
  • cache: add descriptions to cache:clear arguments (#1755) (e324f6e)
  • command-bus: extract uuid from pending commands when not provided (#1761) (b787c16)
  • console: properly normalize boolean flag names (#1762) (c6e6867)
  • core: gracefully handle missing seeders when using db:seed (#1759) (450ca75)
  • process: properly return exit code if missing (#1776) (9ad1587)

v2.12.0

28 Nov 07:07

Choose a tag to compare

πŸš€ Features

πŸ› Bug fixes

  • core: remove php 8.5 deprecations (#1742) (7501c1b)
  • support: correct some string function oversights (#1743) (f113128)
  • support: process error message after callback in box() (#1741) (908352a)

v2.11.0

26 Nov 08:19

Choose a tag to compare

πŸš€ Features

v2.10.0

26 Nov 07:35

Choose a tag to compare

πŸš€ Features

  • core: load composer dev namespaces (#1736) (892da0c)
  • database: add ability to create a query builder from another one (#1725) (55204a0)
  • tests: support paratest (#1721) (f5b5cd3)
  • view: fixes PHP 8.5 null offset deprecation warning (#1729) (2349c71)

v2.9.3

20 Nov 08:21

Choose a tag to compare

πŸ› Bug fixes

  • router: use route registry to generate uris (#1724) (6dc51c2)

v2.9.2

19 Nov 09:24

Choose a tag to compare

πŸ› Bug fixes

v2.9.1

14 Nov 12:08

Choose a tag to compare

chore: release v2.9.1

v2.9.0

14 Nov 07:32

Choose a tag to compare

πŸš€ Features

  • router: improve optional route parameter syntax (#1706) (68f4aba)
  • testing: inject app config in Integration test setup (#1710) (14a8da8)

πŸ› Bug fixes

  • console: render nullable enum arguments (#1711) (402f0e7)
  • eventbus: change dispatched assertion from not null to not empty (#1709) (82318a6)
  • view: support relative view paths on windows (#1703) (87b2f7b)

v2.8.0

10 Nov 08:50

Choose a tag to compare

🚨 Breaking changes

Technically this is a breaking change, but should only affect you when you have custom route classes that are marked as readonly. There's a new Rector shipped with this release to automate the refactor for you (\Tempest\Upgrade\Set\TempestSetList::TEMPEST_28)

v2.7.2

10 Nov 05:56

Choose a tag to compare

πŸ› Bug fixes

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