Skip to content

Releases: ankitpokhrel/tus-php

v1.0.8

26 May 14:52
Compare
Choose a tag to compare

Changelog

  • Fix redis env check (#147)
  • Fix symfony/event-dispatcher version (#149)
  • Allow extra metadata in Upload-Metadata header (#152)
  • Example improvement (#144)

v1.0.5

14 Apr 04:08
Compare
Choose a tag to compare

Changelog

  • Fix Tus-Resumable header missing from OPTIONS response (#134 , #135)

v1.0.4

15 Jan 11:25
caf4da8
Compare
Choose a tag to compare

Changelog

  • Add missing checksum and key to some events (#120, #122)
  • Create a public setChecksum method for Client (#121, #123)
  • Fix ./vendor/bin/tus does not exist issue during install (#127, #128)
  • Some minor improvements (#129)

v1.0.0

01 Jan 15:54
bc17cc1
Compare
Choose a tag to compare

First stable release

Changelog

  • Fix creation extension implementation (#92, #101)
  • Add support for events/hooks (#111)
  • Add shared locks in FileStore (#103, #104)
  • Verify expiry date-time during upload (#97, #117)
  • Improve dependency constraints (#108, #110)
  • Exclude unnecessary files from release (#113)

v0.1.0

17 Nov 11:55
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Changelog

  • Server

    • Fix Upload-Metadata extract implementation (#82, #84)
    • Treat HEAD and GET as an identical request (#86, #87)
    • Add missing checks in PATCH request (#96, #98)
  • Client

    • Fix client to accept guzzle options (#75, #88, #90)
    • Add missing headers when sending requests to server (#91, #95)
  • Other improvements (#85, #89)

v0.0.0

23 Sep 15:51
Compare
Choose a tag to compare
v0.0.0 Pre-release
Pre-release

First beta release

Changelog

  • Tus Server
  • Cache support: File and redis
  • Extension Support: Creation, Termination, Checksum, Expiration and Concatenation
  • Middleware to manipulate request and response of a server
  • Tus PHP Client for creating, resuming and/or deleting uploads
  • Compatible with uppy