Skip to content

Releases: toolsplus/atlassian-jwt

0.1.4

20 Feb 01:55

Choose a tag to compare

Update dependencies

0.1.3

21 Nov 10:02

Choose a tag to compare

Minor improvements to avoid NullPointerExceptions.

0.1.2

21 Nov 10:02

Choose a tag to compare

Minor improvements to avoid NullPointerExceptions.

0.1.1

17 Nov 07:26

Choose a tag to compare

This release is about updating dependencies and changing to sbt 1.x.

0.1.0

15 Aug 03:23

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

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

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.