- Adds
GZipSupport
, contributed by @Marza - Folds
TypedParamSupport
into core making theparams.getAs[Int]
methods available everywhere
- fix reading json from post without the right header
- Include
JValueResult
by default in theNativeJsonSupport
andJacksonJsonSupport
- Make
JValueResult
only serializeTraversable
andProduct
classes
- Rename
LogbackSupport
toScalatraSlf4jRequestLogging
- 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#lookup
to 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.