Skip to content

Releases: atlassian/1time

v2.1.1

13 Mar 23:38
bc0a245
Compare
Choose a tag to compare
  • Fixing 1.8 compatibility issues.

v2.1.0 - Java 1.8

11 Mar 00:11
b161c1e
Compare
Choose a tag to compare
  • Renovate PRs.
  • Compiling for Java 1.8 for compatibility.

Refactor on secret generators

05 Jul 22:47
c11a64f
Compare
Choose a tag to compare
  • 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

29 May 03:55
7342787
Compare
Choose a tag to compare
  • Removing coroutine usage.
  • Adding isSuccess and isFailure to TOTPVerificationResult to make it easier to act on the result, specially from Java.

v2.0.0

24 May 12:51
7c364e5
Compare
Choose a tag to compare

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

12 Apr 02:38
26ec869
Compare
Choose a tag to compare

Fixed TOTP URL generation encoding. It was previously encoding space as + instead of %20.

v1.0.1

27 Mar 11:26
e06a72f
Compare
Choose a tag to compare

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