Skip to content
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.

Bump laravel/sanctum from 2.4.2 to 2.11.2 #217

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 16, 2021

Bumps laravel/sanctum from 2.4.2 to 2.11.2.

Release notes

Sourced from laravel/sanctum's releases.

v2.11.2

Fixed

  • Ignore updating last_used_at for deciding the DB connection host (#283, 2c8b9a1)
  • Fix resolving wrong app instance on Octane (#285, #286)

v2.11.1

Changed

  • Only parse APP_URL for default stateful domains when it's set (#279)

v2.11.0

Added

  • Sanctum::$accessTokenAuthenticationCallback callback for more granular control over access token validation (#275, 9c07921, #276)

v2.10.0

Added

  • Add HasApiTokens contract to complement trait (#270)

v2.9.4

Changed

v2.9.3

Changed

  • Environment APP_URL added into the default sanctum.stateful configuration (#264)

v2.9.2

Fixed

  • Changed Primary Key will not be used in created token's plainTextToken (#262)

v2.9.1

Fixed

  • Avoid running string functions when domain is null (#258)

v2.9.0

Added

  • Add multiple guard support for SPA auth (#246, f5695ae)

Fixed

  • Return json response when the request expects a json (#247) 

v2.8.2

Fixed

  • Fix user provider in sanctum guard (#225)

v2.8.1

Changed

  • Add default nextjs address to stateful (e86d3e0)

v2.8.0

... (truncated)

Changelog

Sourced from laravel/sanctum's changelog.

v2.11.2 (2021-06-15)

Fixed

  • Ignore updating last_used_at for deciding the DB connection host (#283, 2c8b9a1)
  • Fix resolving wrong app instance on Octane (#285, #286)

v2.11.1 (2021-05-25)

Changed

  • Only parse APP_URL for default stateful domains when it's set (#279)

v2.11.0 (2021-05-11)

Added

  • Sanctum::$accessTokenAuthenticationCallback callback for more granular control over access token validation (#275, 9c07921, #276)

v2.10.0 (2021-04-20)

Added

  • Add HasApiTokens contract to complement trait (#270)

v2.9.4 (2021-04-06)

Changed

v2.9.3 (2021-03-30)

Changed

  • Environment APP_URL added into the default sanctum.stateful configuration (#264)

v2.9.2 (2021-03-23)

Fixed

  • Changed Primary Key will not be used in created token's plainTextToken (#262)

v2.9.1 (2021-03-09)

Fixed

  • Avoid running string functions when domain is null (#258)

v2.9.0 (2021-01-26)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [laravel/sanctum](https://github.com/laravel/sanctum) from 2.4.2 to 2.11.2.
- [Release notes](https://github.com/laravel/sanctum/releases)
- [Changelog](https://github.com/laravel/sanctum/blob/2.x/CHANGELOG.md)
- [Commits](laravel/sanctum@v2.4.2...v2.11.2)

---
updated-dependencies:
- dependency-name: laravel/sanctum
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jun 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants