Skip to content

Releases: ankitpokhrel/tus-php

v2.1.0

14 Nov 17:24
30268c4
Compare
Choose a tag to compare

Changelog

  • feat: PHP 8.0 Support (#307)
  • fix: Ignore Tus-Resumable header in OPTIONS request (#295)

v1.2.3

14 Nov 16:58
Compare
Choose a tag to compare

Changelog

  • fix: Ignore Tus-Resumable header in OPTIONS request (#295)

v2.0.1

10 Jul 08:22
a1e75fa
Compare
Choose a tag to compare

Changelog

  • feat(client): Pass headers to subsequent requests (#281)
  • dep: symfony/mime is now explicitly required to guess the mime type (#272)
  • core: Response::create is deprecated since Symfony 5.1 (#282, #274)

v1.2.2

10 Jul 08:17
2fae949
Compare
Choose a tag to compare

Changelog

  • feat(client): Pass headers to subsequent requests (#281)

v2.0.0

08 May 07:58
a271d93
Compare
Choose a tag to compare

Changelog

  • Upgrade Symfony packages to support latest version of all major PHP frameworks 馃帀

v1.2.1

07 May 18:15
49acccf
Compare
Choose a tag to compare

Changelog

  • feat: Allow to inject event dispatcher (#235)
  • minor: Remove newline in bin/tus causing extra output (#238)
  • minor: Dependencies update

v1.2.0

11 Jan 15:59
Compare
Choose a tag to compare

Changelog

  • feat: Support for PHP 7.4 馃帀
  • feat: Support for APCu cache (#212)
  • imprv: Update Symfony package to fix security vulnerabilities (#217)

v1.1.0

17 Nov 20:02
Compare
Choose a tag to compare

Changelog

  • feat: Save user sent metadata (#166, #163)
  • feat: Add support for aws stream wrappers (#178)
  • fix: Event dispached before all headers are set (#162, #197)
  • imprv: Remove uniqid usage (#140, #196)
  • imprv: Native function invocation (#190, #193, #198)
  • imprv: Some minor code improvements

v1.0.12

28 Jul 10:11
ccc96bb
Compare
Choose a tag to compare

Changelog

  • Remove iconv filename fallback (#165, #169)
  • Allow spaces in filename (#170, #171)
  • Fix partial upload (#174)

v1.0.9

21 Jul 08:58
66f6355
Compare
Choose a tag to compare

Changelog

  • [Security] Fix path injection issue (#168)