Finagle Oauth2 Versions Save

OAuth2 Server-Side Provider for Finagle

0.6.43

7 years ago

0.4.0

7 years ago

Finagle is bumped to 6.42

0.3.0

7 years ago

The first 2.12 (cross-published for 2.11 and 2.12) release based on Finagle HTTP 6.41.

0.2.0-639

7 years ago

This is an exact 0.2.0 release but with Finagle downgraded to 6.39.

"com.github.finagle" %% "finagle639-oauth2" % "0.2.0"

0.2.0

7 years ago
  • Finagle has been updated to 6.40
  • Both Scala 2.10 and Java 7 support have been dropped

0.1.7

7 years ago

This patch-release bumps dependencies:

  • finagle: 6.33.0 -> 6.35.0
  • scalacheck (for testing): 1.12.4 -> 1.13.2
  • scalatest (for testing): 2.2.5 -> 3.0.0
  • scala 2.11: 2.11.7 -> 2.11.8
  • scala 2.10: 2.10.5 -> 2.10.6
  • sbt: 0.13.8 -> 0.13.12

0.1.5

8 years ago

Bump Finagle to 6.30.0 (rename httpx to http)

libraryDependencies ++= Seq(
  "com.github.finagle" %% "finagle-oauth2" % "0.1.5"
)

0.1.4

9 years ago
  • Migrate the library to finagle-httpx
  • Update Finagle to 6.27.0
  • Migrate to Scala 2.11.4

0.1.3

9 years ago

A first production-ready release.