Skip to content

Releases: toolsplus/atlassian-jwt

0.1.0

15 Aug 03:23
Compare
Choose a tag to compare

This release adds support for Scala 2.12 and is now cross-built and published for Scala 2.11 and 2.12. Additionally it contains a couple of code style improvements but no new functionality.

Breaking changes:

  • Rename constants from Java-style constants to Scala-style constants:
    QUERY_STRING_HASH_CLAIM_NAME -> QueryStringHashClaimName

0.0.2

27 Mar 02:23
Compare
Choose a tag to compare

Breaking changes:

  • Rename package structure from atlassian.connect.jwt.scala to atlassian.jwt to match the project name

0.0.1

21 Mar 03:27
Compare
Choose a tag to compare

This is the initial release including basic functionality to work with Atlassian compatible JWTs in Scala.

Note that until the first major release API will change.