Releases: ankitpokhrel/tus-php
Releases · ankitpokhrel/tus-php
v2.4.0
What's Changed
- Allow Symfony 7 by @jongotlin in #433
- Drop support for PHP 7.* by @ankitpokhrel in #438
New Contributors
- @jongotlin made their first contribution in #433
Full Changelog: v2.3.0...v2.4.0
v2.3.0
What's Changed
- feat: Make file cache path configurable by @ankitpokhrel in #396
- fix: Lock file on windows by @thide11 in #383
- fix: Return 410 if cache is expired for inflight requests by @ankitpokhrel in #389
- deps: Update predis/predis requirement from ^1.1 to ^1.1 || ^2.0 by @dependabot in #394
New Contributors
Full Changelog: v2.2.1...v2.3.0
v2.2.1
What's Changed
- fix: Align metadata extraction with protocol by @ankitpokhrel in #379
- fix: do not pass null to strpos by @darthf1 in #384
- fix: do not pass null to json_decode() by @darthf1 in #385
Full Changelog: v2.2.0...v2.3.0
v2.2.0
v2.1.3
This release fixes data race issue in the file cache that yields to 410 Gone
error.
What's Changed
New Contributors
- @keradus made their first contribution in #335
- @sergiy-petrov made their first contribution in #357
Full Changelog: v2.1.2...v2.1.3
v1.3.2
This release fixes data race issue in the file cache that yields to 410 Gone
error.
What's Changed
- fix: Data race in file cache #368
- dep: Some minor dependency update
Full Changelog: v1.3.1...v1.3.2