This repository has been archived by the owner on Jan 8, 2025. It is now read-only.
Releases: serato/web-sws-php-bootstrap
Releases · serato/web-sws-php-bootstrap
v10.0.1
v10.0.0
What's Changed
- [TDO-779] Drop support for PHP 7.1 by @Mike-Serato in #111
- Updated propel to 2.0.0-beta4 (Breaking change)
Full Changelog: v9.2.0...v10.0.0
v9.2.0
What's Changed
- Update JWT library to 3.1 and above by @Mike-Serato in #112
Full Changelog: v9.1.0...v9.2.0
Update library with breaking serato/jwt 3.x version
- Updated library with serato/jwt 3.x version
- Updated implementation of JWT library
- Removed required redundant Memcached instance while bootstrapping the library
v8.0.0 Refactor client app data loader in PHP lib bootstrap
Refactor client app data loader in PHP lib bootstrap
Add new key to access logs for identification
This release adds a new key called stream
to access logs to identify the nature of logs. The value is hardcoded to access
.
v7.2.0 Add validation rule to check params containing HTML tags
Add validation rule to check params containing HTML tags
v7.1.0 Add FrameAncestorsCspHeader middleware
Merge pull request #99 from serato/WEB-7503 [WEB-7503]: add FrameAncestorsCspHeader
v7.0.0 Move Propel into dev dependencies
Merge pull request #98 from serato/WEB-7338 [WEB-7338] Move Propel into dev dependencies
v6.1.0
Add VaryHeader middleware