forked from payara/patched-src-yubico-java-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNEWS
22 lines (17 loc) · 756 Bytes
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
yubico-java-client NEWS -- History of user-visible changes. -*- outline -*-
* Version 3.0.2
** `commons-codec` dependency removed, except for jaas subproject which still uses it
** Fixed a bug in handling `BACKEND_ERROR` responses
* Version 3.0.1
** Better logging of wsapi request exceptions.
** User-Agent now includes JRE version.
* Version 3.0.0
** Request signing is now the default behavior.
** Changed names on a few classes.
** Added a demo server.
** Responses now have an isOk() method.
* Version 2.0.1 (released 2013-01-31)
** YubicoClient.isValidOTPFormat() now returns false on null.
** YubicoClient.getPublicId() is more explicit in its error handling.
* Version 2.0RC8 (released 2013-01-04)
** Initial release on github.