This repository was archived by the owner on Oct 17, 2023. It is now read-only.
Releases: hellosign/hellosign-java-sdk
Releases · hellosign/hellosign-java-sdk
5.2.3
What's Changed
- resolve user agent project version by @codylerum in #157
- Bump json from 20210307 to 20220320 by @dependabot in #174
- update slf4j by @jspaetzel in #178
- Allow updating of signer name by @c-t-disher in #170
- Add support for created_at on sigreq based on #167 by @jspaetzel in #179
- Bump mockito-core from 3.12.4 to 4.4.0 by @dependabot in #172
New Contributors
- @c-t-disher made their first contribution in #170
Full Changelog: 5.2.2...5.2.3
5.2.2
5.2.1
5.2.0
v5.1.0
v5.0.1
This release has several major changes.
- Upgraded to Java 11. New features will start being included in this version.
- Switched build to use Gradle
- Bulk reformatted and modernized much of the code base.
Let us know if you see any issues!
We've also updated the demo project for this release. https://github.com/hellosign/hellosign-java-sdk-demo
v4.2.2
This release resolves #102 and adds support for missing FieldTypes.
New FieldType enums:
- CHECKBOX_MERGED
- DROPDOWN
- RADIO
- TEXT_MERGE
The existing FieldType enums have changed to uppercase as follows:
- text is now TEXT
- signature is now SIGNATURE
- initials is now INITIALS
- checkbox is now CHECKBOX
- date_signed is now DATE_SIGNED