Version 2.2.0
Bugs Fixed
- #170: Don't run Taffy's onError handler if errors occur inside a path included in
unhandledPaths
- #172: Updated examples and documentation to use
onApplicationStart
instead ofapplicationStartEvent
andonRequestStart
instead ofrequestStartEvent
. - #178: ETag header was not being returned when client supplied an ETag but the value didn't match (e.g. client cache out of date)
- #182: Dashboard would throw an exception when using Hoth exception logging because its config is a simple string instead of an object. Updated the dashboard code to account for this situation.
- #184: Typo in baseRepresentation.cfc has been fixed.
New Features
- #169: If your JSON POST body is not a structure (
{...}
) then it will be passed to the resource as named argument_body
. This includes simple values, arrays, etc. - #179: New logo!
Thanks
Special thanks to Aaron Martone, Andy Matthews, and w1nterl0ng for your help designing the logo, and Tony Junkes for the final design!
Thanks to Richard Poole, Jesse Franceschini, Cody Martin, marbetschar, Lee Howard, and Bill Rawlinson for your bug reports and other contributions to this release!