en/ReleaseNotes/1.11.0

<< The Start Page

Release notes for Piece_Flow 1.11.0 (stable)

Release Date: 2007-08-15

A new release of Piece_Flow is now available.

What's New in Piece_Flow 1.11.0

Garbage Collection
The garbage collection can be used for sweeping expired flow executions.
Environment settings
A flow definition file is always read when the current environment is not production.
The cache format change
The cache format for the flow definition file is changed. If you upgrade Piece_Flow from 1.10 or an earlier version, remove all caches of flow definition files.

See the following release notes for details.

Enhancements

  • Changed the cached value format from array to Piece_Flow_Config. (Piece_Flow_ConfigReader_Common)
  • Updated code so that a flow definition file is always read when the current environment is not production. (Ticket #26) (Piece_Flow_ConfigReader_Common)
  • Added support for garbage collection for expired flow executions. (Ticket #16)
  • Added code so as to clear the payload from the current flow execution to reduce the session size. (Piece_Flow_Continuation, Piece_Flow)
  • Added code so as to call clear() if it exists to reduce the session size. (Piece_Flow_EventHandler)

<< The Start Page