Skip to content

Commit bcfe3bc

Browse files
committed
Prepare 1.6.0
Complete push_code_to_phone handling (otpTransactionId for interactive-mode push) and bump the version for release.
1 parent 7100515 commit bcfe3bc

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

Changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
### 1.6.0 - 30 June 2026
4+
* PIResponse::otpTransactionId() now also returns the transaction id for push/smartphone challenges in interactive
5+
mode (push_code_to_phone), so the code entered by the user is validated against the open transaction instead of
6+
being treated as a new authentication. This completes the interactive-push handling introduced in 1.5.0.
7+
* Added a test suite for the push, challenge-response/multichallenge and passkey /validate/* response shapes.
8+
39
### 1.5.0 - 26 March 2026
410
* Adjusted several functions to differentiate between push token in interactive mode (push_code_to_phone in privacyIDEA 3.13)
511
For example PIResponse::OtpMessage() will only return messages of challenges that have the client_mode 'interactive'.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.privacyidea</groupId>
77
<artifactId>privacyidea-java-client</artifactId>
8-
<version>1.5.0</version>
8+
<version>1.6.0</version>
99
<packaging>jar</packaging>
1010
<properties>
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)