Titanite 1.1.0 Released

published on July 29, 2014


Changes:

  • #5 Server-Sent Event support
  • #11 properly mapping exceptions
  • #12 serve index.html when request path is a directory
  • #14 allow dynamic part to be empty

Titanite 1.1.0 is now available in Maven Central.

Maven:

<dependency>
  <groupId>org.nosceon.titanite</groupId>
  <artifactId>titanite</artifactId>
  <version>1.1.0</version>
</dependency>

SBT:

"org.nosceon.titanite" % "titanite" % "1.1.0"

Ivy:

<dependency org="org.nosceon.titanite" name="titanite" rev="1.1.0" />

Gradle:

compile 'org.nosceon.titanite:titanite:1.1.0'