Releases: FeastFramework/framework
v2.12.0
Version 2.12.0
This version fixes a bug with syslog functionality (Log messages would also go to log file). In addition, this version allows compatibility with PHP 8.2
Full Changelog: v2.11.0...v2.12.0
v1.25.0
Version 1.25.0 - Minor release
This version fixes a bug with syslog functionality (Log messages would also go to log file). In addition, this version allows compatibility with PHP 8.2
Full Changelog: v1.24.0...v1.25.0
v2.11.0
Version 2.11.0 - Minor Release
This release adds some new features as well as fixes a bug in the templates.
- Add ability to disable sessions through the config file (
sessions.enabled => false) - Add
cache-allandclear-allto the Cache controller. (See the documentation) - Added support for Syslog to the built in Logger. See the config documentation here.
- Added path helper methods for config/storage paths. See the documentation here.
- Fixed a bug with the Mapper template for database tables with no primary key. The
savemethod generated was missing a parameter, causing an exception until edited.
Full Changelog: v2.10.2...v2.11.0
v1.24.0
Version 1.24.0 - Minor Release
This release adds some new features as well as fixes a bug in the templates.
- Add ability to disable sessions through the config file (
sessions.enabled => false) - Add
cache-allandclear-allto the Cache controller. (See the documentation) - Added support for Syslog to the built in Logger. See the config documentation here.
- Added path helper methods for config/storage paths. See the documentation here.
- Fixed a bug with the Mapper template for database tables with no primary key. The
savemethod generated was missing a parameter, causing an exception until edited.
Full Changelog: v1.23.2...v1.24.0
v2.10.2
Version 2.10.2 - Patch Release
Fix issue with PDO and Postgres causing conversion of bools to "1" and ""
Full Changelog: v2.10.1...v2.10.2
v1.23.2
Version 1.23.2 - Patch Release
Fix issue with PDO and Postgres causing conversion of bools to "1" and ""
Full Changelog: v1.23.1...v1.23.2
v2.10.1
Version 2.10.1 - Patch Release
Fix issue with server failures sending 200 response code
Full Changelog: v2.10.0...v2.10.1
v1.23.1
Version 1.23.1 - Patch Release
Fix issue with server failures sending 200 response code
Full Changelog: v1.23.0...v1.23.1
v2.10.0
Version 2.10.0 - Minor Release
This version adds support to setHeader directly on the ResponseInterface rather than calling the native header function.
In addition, this release fixes a bug where non-string keys are incorrectly handled by the Config class.
Full Changelog: v2.9.0...v2.10.0
v1.23.0
Version 1.23.0 - Minor Release
This version adds support to setHeader directly on the ResponseInterface rather than calling the native header function.
In addition, this release fixes a bug where non-string keys are incorrectly handled by the Config class.
Full Changelog: v1.22.0...v1.23.0