Skip to content

Version 2.2.0

Compare
Choose a tag to compare
@atuttle atuttle released this 21 Jan 15:01
· 411 commits to master since this release

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 of applicationStartEvent and onRequestStart instead of requestStartEvent.
  • #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!