Releases: todvora/eet-client
Releases · todvora/eet-client
Release 3.0.0-beta-1
- eet errors converted to exceptions (Tomas Dvorak) - request serializer - utility method inside SubmitResult, javadoc, separate exception (Tomas Dvorak) - client interface changes, separated preparation of request and actual send (Tomas Dvorak)
Release 2.1.1
- fixed connection timeout handling (timeouts after 2s instead of default 30s) (Tomas Dvorak) - better gh-pages deployment (preserves older releases documentation) (Tomas Dvorak)
Release 2.1.0
- Added link to swift implementation in similar projects section (Tomas Dvorak) - timeout handling separated under own exception type and async callback handler (Tomas Dvorak)
Release 2.0.4
- ws client proxy obtained directly from apache cxf (Tomas Dvorak)
Release 2.0.3
- BKP in SubmitResult obtained from request, not dependent on EET response (Tomas Dvorak) - readme update: example how to get BKP from CommunicationException object (Tomas Dvorak)
Release 2.0.2
- BPK available directly from CommunicationException object (Tomas Dvorak) - readme update: JCE unlimited howto (Tomas Dvorak) - readme update: production certificates, usage (Tomas Dvorak)
Release 2.0.1
- Better BKP security code handling (Radim.Drobek) - Timeout for CRL download set to 10s (Tomas Dvorak) - fix issue #6 - when selecting CRT as a private KEY from a .p12 file (Marek Veber)
Release 2.0.0
- #5 fixed error during certificate path validation for production (Tomas Dvorak)
Release 1.4.0
- releases of source codes and javadoc (Tomas Dvorak) - request duration logging description in readme (Tomas Dvorak) - Record request timing data into CSV file under logs directory (Tomas Dvorak)
Release 1.3.2
- readme - how to debug certificates issues (Tomas Dvorak) - added production endpoint (Tomas Dvorak) - posibility to execute EET calls asynchronously with callback handling (Tomas Dvorak) - CRLs downloaded parallel - faster certificate validation (Tomas Dvorak) - default connection timeout set to 2s, according to current laws (Tomas Dvorak) - Added node.js link in Similar projects section (Tomas Dvorak)