Skip to content

Releases: FeastFramework/framework

v2.12.0

08 Dec 23:04

Choose a tag to compare

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

08 Dec 23:02

Choose a tag to compare

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

10 Oct 00:56

Choose a tag to compare

Version 2.11.0 - Minor Release

This release adds some new features as well as fixes a bug in the templates.

  1. Add ability to disable sessions through the config file (sessions.enabled => false)
  2. Add cache-all and clear-all to the Cache controller. (See the documentation)
  3. Added support for Syslog to the built in Logger. See the config documentation here.
  4. Added path helper methods for config/storage paths. See the documentation here.
  5. Fixed a bug with the Mapper template for database tables with no primary key. The save method generated was missing a parameter, causing an exception until edited.

Full Changelog: v2.10.2...v2.11.0

v1.24.0

10 Oct 00:54

Choose a tag to compare

Version 1.24.0 - Minor Release

This release adds some new features as well as fixes a bug in the templates.

  1. Add ability to disable sessions through the config file (sessions.enabled => false)
  2. Add cache-all and clear-all to the Cache controller. (See the documentation)
  3. Added support for Syslog to the built in Logger. See the config documentation here.
  4. Added path helper methods for config/storage paths. See the documentation here.
  5. Fixed a bug with the Mapper template for database tables with no primary key. The save method generated was missing a parameter, causing an exception until edited.

Full Changelog: v1.23.2...v1.24.0

v2.10.2

29 Sep 01:09

Choose a tag to compare

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

29 Sep 01:09

Choose a tag to compare

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

01 Jul 13:10

Choose a tag to compare

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

01 Jul 13:09

Choose a tag to compare

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

30 Jun 16:49

Choose a tag to compare

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

30 Jun 16:49

Choose a tag to compare

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