- Adds
GZipSupport, contributed by @Marza - Folds
TypedParamSupportinto core making theparams.getAs[Int]methods available everywhere
- fix reading json from post without the right header
- Include
JValueResultby default in theNativeJsonSupportandJacksonJsonSupport - Make
JValueResultonly serializeTraversableandProductclasses
- Rename
LogbackSupporttoScalatraSlf4jRequestLogging - Updates slf4j-api to 1.7.2
- Renames databinding to commands. this resolves the confusion created by the name databinding.
- Updates akka to 2.0.4
- Updates atmosphere to 1.0.6
- Fixes atmosphere long-polling etc.
- Fix
ScalatraBroadcasterFactory#lookupto return null when nothing is found instead of throwing an exception
- Make swagger optionally support authentication
- Optionally integrate commands into swagger support to generate model and parameter definitions.