This module began as a sandbox project some 6+ months ago but has been working without issues on the NYSenate.gov website, so I feel that it is safe to promote to a beta release.
WARNING: This release includes a stronger authentication process for incoming messages which is backward incompatible. If you are using this feature, make sure to use the HMAC method with the new key generated during the update process to authenticate your messages.
The following patches have been committed since the 1.2 release:
This new release branches from PIFR 6.x-2.17, and includes all of the fixes found in that release. Please see the 6.x-2.17 release notes for more details (including feature changes which may affect all implementations).
In addition, it contains some significant changes to the operation of the test runners. Specifically, it switches to using Drush for the site-under-test installation process.
This results in slightly less installation coverage on the testbots, but should also make it easier for developers to duplicate/debug installation problems with their tests.