Spray v1.0-M4 Release Notes

Release Date: 2012-10-19 // over 11 years ago
    • ⬆️ Upgraded to parboiled 1.1.3 and spray-json 1.2.2
    • routing: further flexibilized directive combination with StandardRoutes
    • routing: (re)added 'complete' overload taking a Future[HttpResponse], closes #143
    • routing: added new directives:

      • unmatchedPath
      • listDirectoryContents
      • getFromBrowseableDirectory / getFromBrowseableDirectories
    • 🛠 smaller fixes and improvements