All notable changes to url-signer
will be documented in this file
- Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #55
- Bump actions/checkout from 3 to 4 by @dependabot in #54
- Bump aglipanci/laravel-pint-action from 2.3.0 to 2.3.1 by @dependabot in #58
- Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 by @dependabot in #60
- Bump dependabot/fetch-metadata from 1.6.0 to 2.2.0 by @dependabot in #62
Full Changelog: https://github.com/spatie/url-signer/compare/2.1.1...2.1.2
- Bugfix/consistent urlencoding by @Carobit in #57
- @Carobit made their first contribution in #57
Full Changelog: https://github.com/spatie/url-signer/compare/2.1.0...2.1.1
- fix typo in test description by @debuqer in #52
- feat: switch to DateTimeInterface by @alanpoulain in #53
Full Changelog: https://github.com/spatie/url-signer/compare/2.0.2...2.1.0
- revert breaking change introduced in previous version
- Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in #41
- feat: switch DateTime to DateTimeInterface by @pauljosephkrogulec in #45
- @dependabot made their first contribution in #41
- @pauljosephkrogulec made their first contribution in #45
Full Changelog: https://github.com/spatie/url-signer/compare/2.0.0...2.0.1
- internal rewrite
- do not rely on League packages anymore
- lifetime is now in seconds instead of days
- drop support for older PHP versions
- Fix php-cs-fixer by @erikn69 in #37
- Fix bug validating url without query by @emmanuel-tilleuls in #38
- @erikn69 made their first contribution in #37
- @emmanuel-tilleuls made their first contribution in #38
Full Changelog: https://github.com/spatie/url-signer/compare/1.2.2...1.2.3
- add missing abstract method in the BaseUrlSigner (#35)
- improve depdendencies
- support PHP 8.0
- replace league/url with league/uri & league/uri-components (#25)
- use
hash_equals
to avoid timing attacks
- Fixed: using empty signature keys is not allowed
- First release