Skip to content

Releases: FeastFramework/framework

v3.2.0

29 May 23:28
Compare
Choose a tag to compare

Version 3.2.0 - Minor release

This minor release contains both new functionality and bug fixes.

New functionality

  1. The new "Deferred" classes to allow deferring actions until end of scope (see docs here.)
  2. Add proper header support on responses from HttpRequests.

Bug fixes

  1. Fix for edge case call to Date::createFromTimestamp with timezone passed in.
  2. Fix for true cross platform support with unit tests running on Linux, MacOS, and Windows.

Full Changelog: v3.1.0...v3.2.0

v2.14.0

29 May 23:28
Compare
Choose a tag to compare

Version 2.14.0 - Minor release

This minor release contains both new functionality and bug fixes.

New functionality

  1. The new "Deferred" classes to allow deferring actions until end of scope (see docs here.)
  2. Add proper header support on responses from HttpRequests.

Bug fixes

  1. Fix for edge case call to Date::createFromTimestamp with timezone passed in.
  2. Fix for true cross platform support with unit tests running on Linux, MacOS, and Windows.

Full Changelog: v2.13.0...v2.14.0

v1.27.0

29 May 23:27
Compare
Choose a tag to compare

Version 1.27.0 - Minor release

This minor release contains both new functionality and bug fixes.

New functionality

  1. The new "Deferred" classes to allow deferring actions until end of scope (see docs here.)
  2. Add proper header support on responses from HttpRequests.

Bug fixes

  1. Fix for edge case call to Date::createFromTimestamp with timezone passed in.
  2. Fix for true cross platform support with unit tests running on Linux, MacOS, and Windows.

Full Changelog: v1.26.0...v1.27.0

v3.1.0

31 Jan 01:46
Compare
Choose a tag to compare

Version 3.1.0 - Minor Release

This minor release introduces array and stdClass support to the JSON library. In addition, the HttpResponse class now has a getResponseCode method to return the response code directly instead of needing to call the method on the HttpRequest itself.

Full Changelog: v3.0.1...v3.1.0

v2.13.0

31 Jan 01:45
Compare
Choose a tag to compare

Version 2.13.0 - Minor Release

This minor release introduces array and stdClass support to the JSON library. In addition, the HttpResponse class now has a getResponseCode method to return the response code directly instead of needing to call the method on the HttpRequest itself.

Full Changelog: v2.12.1...v2.13.0

v1.26.0

31 Jan 01:44
Compare
Choose a tag to compare

Version 1.26.0 - Minor Release

This minor release introduces array and stdClass support to the JSON library. In addition, the HttpResponse class now has a getResponseCode method to return the response code directly instead of needing to call the method on the HttpRequest itself.

Full Changelog: v1.25.1...v1.26.0

v3.0.1

21 Dec 23:35
Compare
Choose a tag to compare

Version 3.0.1 - Patch Release

This version fixes a bug with the CLI on Windows systems (non WSL)

v2.12.1

21 Dec 23:34
Compare
Choose a tag to compare

Version 2.12.1 - Patch Release

This version fixes a bug with the CLI on Windows systems (non WSL)

Full Changelog: v2.12.0...v2.12.1

v1.25.1

21 Dec 23:34
Compare
Choose a tag to compare

Version 1.25.1 - Patch Release

This version fixes a bug with the CLI on Windows systems (non WSL)

Full Changelog: v1.25.0...v1.25.1

v3.0.0

08 Dec 23:06
Compare
Choose a tag to compare

Version 3.0.0 - Major release

This version of FEAST Framework is upgraded for (and requires) PHP 8.2.

Attribute classes are now marked as readonly.

Full Changelog: v2.11.0...v3.0.0