Skip to content

Releases: SpazzMarticus/TusServer

1.3.1

27 Jan 05:31
aeb73c4
Compare
Choose a tag to compare

Version 1.3.1

  • UUID generation is based on a UUIDFactoryInterface instead of being hardcoded (Uuid:uuid4())

Thanks to @SpeedyDoca for the contribution.

1.3.0-rc.1

21 Jan 06:23
ab14735
Compare
Choose a tag to compare
1.3.0-rc.1 Pre-release
Pre-release

Generate UUID from UUIDFactory (#14)

2.1.0-rc1

16 Jan 13:07
2890705
Compare
Choose a tag to compare
2.1.0-rc1 Pre-release
Pre-release
Move to UuidFactoryInterface (#15)

* Use UuidFactoryInterface instead of Uuid implementation

Closes #14

* Linted

---------

Co-authored-by: Martin Kaufmann <[email protected]>

1.2.1

22 Oct 14:03
5564701
Compare
Choose a tag to compare
bug fix in handlePost, UploadStarted event not fired (#13)

* bug fix in handlePost, UploadStarted event not fired

* Linted

---------

Co-authored-by: SpazzMarticus <[email protected]>

2.0.0

22 Oct 12:39
91b0166
Compare
Choose a tag to compare
feat: use an abstract filesystem (#7)

Co-authored-by: darthf1 <[email protected]>

2.0.0-rc4

13 Mar 06:32
91b0166
Compare
Choose a tag to compare
2.0.0-rc4 Pre-release
Pre-release
feat: use an abstract filesystem (#7)

Co-authored-by: darthf1 <[email protected]>

2.0.0-rc3

12 Mar 11:52
9bca8e1
Compare
Choose a tag to compare
2.0.0-rc3 Pre-release
Pre-release
refactor: make classes final (#11)

Co-authored-by: darthf1 <[email protected]>

2.0.0-rc2

12 Mar 09:33
1755aa5
Compare
Choose a tag to compare
2.0.0-rc2 Pre-release
Pre-release
refactor: update deps, apply style fixes, upgrade phpunit (#10)

* deps: update all (dev-) deps to current version

* refactor: apply more rector prepared sets and phpcsfixer rules

* feat: upgrade to phpunit 11

* fix: checking for empty string is sufficient

---------

Co-authored-by: darthf1 <[email protected]>

2.0.0-rc1

12 Mar 05:50
61e1d57
Compare
Choose a tag to compare
2.0.0-rc1 Pre-release
Pre-release

Thank @darthf1 for this one... 😃

1.2.0

11 Jul 11:52
8916ff5
Compare
Choose a tag to compare
  • added support for psr/log versions 2 and 3
  • added support for psr/simple-cache version 3