Releases: laravel/sanctum
Releases · laravel/sanctum
Release list
v4.3.3
Immutable
release. Only release title and notes can be modified.
- Pin GitHub Actions to commit SHAs and add Dependabot config by @joetannenbaum in #598
- Bump shivammathur/setup-php from 2.37.0 to 2.37.1 in the github-actions group by @dependabot[bot] in #602
- Pin pull requests and issues workflows to latest laravel/.github by @nunomaduro in #605
- Add Dependabot cooldown of 5 days by @nunomaduro in #606
- Enable Dependabot auto-merge by @nunomaduro in #610
- Bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions group by @dependabot[bot] in #611
- Bump shivammathur/setup-php from 2.37.1 to 2.37.2 in the github-actions group by @dependabot[bot] in #612
- Bump actions/checkout from 6.0.3 to 7.0.0 in the github-actions group by @dependabot[bot] in #613
v4.3.2
- [4.x] Update
config/sanctum.phpto follow skeletonlaravel/pintformat by @crynobone in #597
v4.3.1
- [4.x] Supports Laravel 13 by @crynobone in #587
v4.3.0
- Add optional last_used_at tracking configuration by @MElkmeshi in #583
- [4.x] Fix tests by @jackbayliss in #584
- [4.x] Fix failing test on Laravel > 11 by @jackbayliss in #585
- [4.x] Use property promotion by @jackbayliss in #586
v4.2.4
v4.2.3
- Allow null password hash by @patrickomeara in #581
v4.2.2
- Support HMAC password hash format from Laravel 12.45.0+ by @ams-ryanolson in #578
v4.2.1
- [4.x] Remove
@returndocblocks on constructors by @CasEbb in #575 - [4.x] PHP 8.5 Compatibility by @crynobone in #576
v4.2.0
- [Refactor] Add indexes to personal_access_tokens by @keshav-k3 in #571
v4.1.2
- [4.x] Factor token
last_used_atupdate into separate method by @cosmastech in #567 - refactor: use text for name column by @reidsolon in #570