Releases: atlassian/1time
Releases · atlassian/1time
v2.1.1
v2.1.0 - Java 1.8
- Renovate PRs.
- Compiling for Java 1.8 for compatibility.
Refactor on secret generators
- Removing generation of secret from TOTP service.
- Introducing 3 types of secret generation interfaces: blocking, async and suspend based.
- Introducing ASCII range generator and random generator for the 3 interfaces.
v2.0.1
- Removing coroutine usage.
- Adding
isSuccess
andisFailure
to TOTPVerificationResult to make it easier to act on the result, specially from Java.
v2.0.0
This release removes the use of coroutines in functions since they are not needed and it makes it harder for Java callsites.
v1.0.2
Fixed TOTP URL generation encoding. It was previously encoding space as +
instead of %20
.
v1.0.1
This is the first release after moving 1time from atlassian-labs to atlassian org.
No behavior changes compared to labs version.
Bumped dependencies compared to labs version.
https://mvnrepository.com/artifact/com.atlassian/onetime/1.0.1