Titanite 1.2.1 Released

published on September 13, 2014


Changes:

  • #15 Authentication support
  • #17 Pattern Matching filter
  • #18 WebSocket support
  • improved BodyParsers

Titanite 1.2.1 is now available in Maven Central.

Maven:

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

SBT:

"org.nosceon.titanite" % "titanite" % "1.2.1"

Ivy:

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

Gradle:

compile 'org.nosceon.titanite:titanite:1.2.1'