Releases: BastiaanJansen/otp-java
Releases · BastiaanJansen/otp-java
V2.0.3: Small improvements
v2.0.3 updated version in pom
v2.0.2: Escape issuer and account name when creating otp uri
What's Changed
- escaping issuer and account when creating otp uri by @BastiaanJansen in #72
- Update publish.yml by @BastiaanJansen in #73
- GitHub workflow update by @BastiaanJansen in #74
Full Changelog: otp-java-2.0.1...otp-java-2.0.2
v2.0.1: LocalDate support
What's Changed
- new generate method with support for local date by @BastiaanJansen in #67
Full Changelog: otp-java-2.0.0...otp-java-2.0.1
v2.0.0: Redesigned API
What's Changed
- redesigned api by @BastiaanJansen in #64
Full Changelog: otp-java-1.3.2...otp-java-2.0.0
v1.3.2: Encode URL parameters
What's Changed
- Add issuer parameter to uri + encode url parameters by @WardLootens in #58
New Contributors
- @WardLootens made their first contribution in #58
Full Changelog: otp-java-1.3.1...otp-java-1.3.2
v1.3.1: Fixed license issue
What's Changed
- Fix typos in 'MIT License' by @WietseJT in #56
- Dependency upgrade by @BastiaanJansen in #57
New Contributors
Full Changelog: otp-java-1.3.0...otp-java-1.3.1
v1.3.0: Fixed xstream vulnerability
What's Changed
- GitHub Workflows and fixed 'xstream' dependency vulnerability by @BastiaanJansen in #54
Full Changelog: v1.0.5...otp-java-1.3.0
v1.2.3: Minor bugfixes
What's Changed
- Fixed minor bugs, added extra error handling and created several new tests by @BastiaanJansen in #51
Full Changelog: v1.0.5...otp-java-1.2.3
v1.2.2: Hotfix
otp-java-1.2.2 [maven-release-plugin] copy for tag otp-java-1.2.2
v1.2.1: Bugfixes and improvements
- Fixed bug regarding generating TOTP tokens with
Instants
. - Periods of less than one second are not allowed and will now throw an
IllegalArgumentException
. - Added new unit-test case.
- Minor code improvements.