- Fix bugs on multi-threads requests.
- Add
xmlrpc
as dependency, and raise required ruby version to 2.3.
- Refactor and rename errors. They now all inherit from
Universign::Error
.
- Fixing regressions added
- Adding the possibility to configure proxy and timeout options for the XMLRPC Client
- Bumping rake development dependancy due to security issues
- Add
chaining_mode
toUniversign::Transaction
options.
- bugfix : do not add
name
parameter to SignatureField when it's nil.
- SignatureField can be managed with a named field instead of coordinates.
- rename gem to
ruby_universign
- rename
ESign
module toUniversign
- release gem on rubygems
- Add
final_doc_sent
andfinal_doc_requester_sent
parameters toESign::Service::Transaction