All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
0.1.5 - 2022-05-23
- Moving the repository to gethop-dev organization
- CI/CD solution switch from TravisCI to GitHub Actions
eastwood
dependency bump- update this changelog's releases tags links
- Source code linting using clj-kondo
0.1.4 - 2021-11-24
- When creating a new envelope, use the signer
id
provided in theenvelope
for specifying therecipientId
instead of creating a new incremental integer id.
0.1.3 - 2021-11-23
- Fix function for validating the webhook signatures. A step was missing so the result of the check was always 'false'.
- Add 'valid-headers?' helper function for validating all webhook signatures at one step. The function will return 'true' if at least one matching signature is found.
0.1.2 - 2021-11-19
delete-envelope
method for deleting Envelopes.
- Renamed the
:coop.magnet.esignature/docusign
Integrant key to:coop.magnet.esignatures/docusign
(note the plural ofesignature
to match the namespace name.
- Fix exception when invalid Docusign base-url is specified.
0.1.1 - 2021-10-26
- Fix project to use verified Clojars artifact group name.
- Fix returning keyword name from
:id
to:url
forget-envelope-signing-url
method.
0.1.0 - 2021-10-26
- Initial version of the library.