Skip to content

Fernet Java 1.4.2

Latest
Compare
Choose a tag to compare
@l0s l0s released this 12 Nov 02:36
· 1230 commits to master since this release
fernet-java-1.4.2
6b7eced

This release increases the visibility of some core construction methods so users who already deal with byte arrays do not need to base64 encode them first. In addition, for users of the AWS Secrets Manager rotator Lambda, the version of Jackson has been upgraded. A detailed list of changes is available here.

Usage

The core library can be pulled from Maven Central. It can be added directly to the classpath as there are no dependencies. Alternatively, it can be pulled in using a package manager as described here.

The AWS Secrets Manager Rotator can be downloaded from Maven Central. It can be uploaded directly into the AWS Console.

The Jersey module should be pulled from Maven Central.