Skip to content

Releases: todvora/eet-client

Release 3.0.0-beta-1

06 Feb 17:22
Compare
Choose a tag to compare
Release 3.0.0-beta-1 Pre-release
Pre-release
- 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

01 Feb 19:04
Compare
Choose a tag to compare
- 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

24 Jan 17:14
Compare
Choose a tag to compare
- 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

24 Jan 16:19
Compare
Choose a tag to compare
- ws client proxy obtained directly from apache cxf (Tomas Dvorak)

Release 2.0.3

15 Jan 14:27
Compare
Choose a tag to compare
- 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

15 Jan 14:05
Compare
Choose a tag to compare
- 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

30 Nov 18:56
Compare
Choose a tag to compare
- 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

21 Nov 18:12
Compare
Choose a tag to compare
- #5 fixed error during certificate path validation for production (Tomas Dvorak)

Release 1.4.0

15 Nov 17:50
Compare
Choose a tag to compare
- 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

10 Nov 17:13
Compare
Choose a tag to compare
- 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)