Releases: SpazzMarticus/TusServer
Releases · SpazzMarticus/TusServer
1.3.1
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
Generate UUID from UUIDFactory (#14)
2.1.0-rc1
Move to UuidFactoryInterface (#15) * Use UuidFactoryInterface instead of Uuid implementation Closes #14 * Linted --------- Co-authored-by: Martin Kaufmann <[email protected]>
1.2.1
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
feat: use an abstract filesystem (#7) Co-authored-by: darthf1 <[email protected]>
2.0.0-rc4
feat: use an abstract filesystem (#7) Co-authored-by: darthf1 <[email protected]>
2.0.0-rc3
refactor: make classes final (#11) Co-authored-by: darthf1 <[email protected]>
2.0.0-rc2
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
1.2.0
- added support for psr/log versions 2 and 3
- added support for psr/simple-cache version 3