File tree 4 files changed +33
-1
lines changed
4 files changed +33
-1
lines changed Original file line number Diff line number Diff line change
1
+ Version 0.7.0 (2011-07-27)
2
+ --------------------------
3
+ A great number of changes and improvements, most importantly:
4
+ - removed dependency on Akka Mist
5
+ - upgraded to Scala 2.9.0-1 and Akka 1.1.3
6
+ - split into spray-server, spray-client and spray-http
7
+ - added support for
8
+ - gzip/deflate encodings
9
+ - authentication/authorization (incl. HTTP Basic Auth)
10
+ - proper server-side caching
11
+ - even better path and parameter matching
12
+ - case class extractions
13
+ - spray-json (un)marshalling
14
+ - Tomcat 6
15
+ - closed 27 tickets
16
+
17
+
1
18
Version 0.5.0 (2011-03-31)
2
19
--------------------------
3
20
first public release
Original file line number Diff line number Diff line change
1
+ This second release comes with a great number of changes and improvements, most importantly:
2
+
3
+ * Removed dependency on Akka Mist
4
+ * Upgraded to Scala 2.9.0-1 and Akka 1.1.3
5
+ * Split into spray-server, spray-client and spray-http
6
+ * Added support for
7
+ - Gzip/Deflate encodings
8
+ - Authentication/authorization (incl. HTTP Basic Auth)
9
+ - Proper server-side caching
10
+ - Even better path and parameter matching
11
+ - Case class extractions
12
+ - spray-json (un)marshalling
13
+ - Tomcat 6
14
+ * Closed [ 27 tickets] ( https://github.com/spray/spray/issues?sort=created&direction=desc&state=closed )
Original file line number Diff line number Diff line change
1
+ [ spray] ( http://spray.cc ) is a lightweight Scala framework for building RESTful web services on top of Akka.
Original file line number Diff line number Diff line change 1
1
import sbt ._
2
2
3
- class Project (info : ProjectInfo ) extends DefaultProject (info) with AkkaBaseProject {
3
+ class Project (info : ProjectInfo ) extends DefaultProject (info) with AkkaBaseProject with posterous. Publish {
4
4
5
5
// -------------------------------------------------------------------------------------------------------------------
6
6
// All repositories *must* go here! See ModuleConfigurations below.
You can’t perform that action at this time.
0 commit comments