Releases: project-satisfy/satisfy
Releases · project-satisfy/satisfy
Release list
3.7.0
Notable changes
Oficial docker image is refactored and now works as standalone web server. All existing setups must adopt and use HTTP protocol instead of FCGI.
What's Changed
- feat: add support .env by @ramunasd in #196
- chore: upgrade phpunit to 10.5 by @ramunasd in #197
- feat: use nginx unit as web server for docker image by @ramunasd in #198
Full Changelog: 3.6.3...3.7.0
3.6.3
What's changed
- Update composer and satis to latest version
- Update other dependencies
Full Changelog: 3.6.2...3.6.3
3.6.2
3.6.1
What's Changed
- Bump symfony/security-http from 5.4.28 to 5.4.31 by @dependabot in #192
- Bump symfony/twig-bridge from 5.4.29 to 5.4.31 by @dependabot in #193
Full Changelog: 3.6.0...3.6.1
3.6.0
What's Changed
- Bump laminas/laminas-diactoros from 2.24.0 to 2.24.2 by @dependabot in #183
- Update vendor packages by @ramunasd in #188
- Add support for PHP8.2 by @ramunasd in #189
- Update README.md by @fahurox in #191
- Build and push docker image on published release by @ramunasd in #190
New Contributors
Full Changelog: 3.5.1...3.6.0
3.5.1
Maintenance release
2 security issues fixed in Symfony framework
3.5.0
Features:
- support for satis config
abandoned - support for satis config
blacklist - more possible options for satis config
archive
Improvements
- #176 Update README to include more detail on using webhooks (@longshadowdev)
- Upgrade Symfony framework to version 5.4
Breaking changes
- Dropped support for PHP 7. Versions 8.0 and 8.1 are supported only.
3.4.1
3.4.0
Features
- added configuration section
minimum-stability-per-package#159 - configurable github/gitea urls #163 (@gerdemann)
- auto add repository on github/gitea webhook #162 (@gerdemann)
Bugs
- fixed exception when trying to upload composer.lock file #152
Improvements
- upgraded to latest composer/satis version