Skip to content

Latest commit

 

History

History
108 lines (61 loc) · 3.31 KB

CHANGELOG.md

File metadata and controls

108 lines (61 loc) · 3.31 KB

Changelog

All notable changes to url-signer will be documented in this file

2.1.2 - 2025-01-14

What's Changed

  • 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

2.1.1 - 2023-12-06

What's Changed

  • Bugfix/consistent urlencoding by @Carobit in #57

New Contributors

  • @Carobit made their first contribution in #57

Full Changelog: https://github.com/spatie/url-signer/compare/2.1.0...2.1.1

2.1.0 - 2023-08-25

What's Changed

  • fix typo in test description by @debuqer in #52
  • feat: switch to DateTimeInterface by @alanpoulain in #53

New Contributors

  • @debuqer made their first contribution in #52
  • @alanpoulain made their first contribution in #53

Full Changelog: https://github.com/spatie/url-signer/compare/2.0.2...2.1.0

2.0.2 - 2023-04-06

  • revert breaking change introduced in previous version

2.0.1 - 2023-04-05

What's Changed

  • 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

New Contributors

  • @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

2.0.0 - 2022-11-12

  • internal rewrite
  • do not rely on League packages anymore
  • lifetime is now in seconds instead of days
  • drop support for older PHP versions

1.2.3 - 2022-09-20

What's Changed

  • Fix php-cs-fixer by @erikn69 in #37
  • Fix bug validating url without query by @emmanuel-tilleuls in #38

New Contributors

  • @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

1.2.2 - 2021-04-20

  • add missing abstract method in the BaseUrlSigner (#35)

1.2.1 - 2021-02-05

  • improve depdendencies

1.2.0 - 2020-12-02

  • support PHP 8.0

1.1.0 - 2020-07-20

  • replace league/url with league/uri & league/uri-components (#25)

1.0.2 - 2017-04-09

  • use hash_equals to avoid timing attacks

1.0.1

  • Fixed: using empty signature keys is not allowed

1.0.0

  • First release