Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

Releases: hellosign/hellosign-java-sdk

5.2.3

14 Apr 19:27
65c5466

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.2.2...5.2.3

5.2.2

24 Sep 20:18
68cf956

Choose a tag to compare

  • Dependency updates
  • Added support for additional files to TemplateSignatureRequests #145 (thanks @epricer)

5.2.1

05 Feb 23:16
7dae6f3

Choose a tag to compare

Fix Java 8 cross compilation

5.2.0

04 Feb 22:34
4072e04

Choose a tag to compare

  • Add method to query for signature requests #119
  • Backwards compatibility for java 8 #123
  • Code formatting
  • Add Dependabot and update dependencies
  • Update to Gradle 6
  • Switched from Travis CI to Github Actions and add checks for Java 8 thru 15

v5.1.0

17 Jun 02:17
5aa708f

Choose a tag to compare

New features!

  • Signer attachments (#116)
  • Ability to remove signature request access (#118)
  • Initial client for BulkSend jobs (#117)

v5.0.1

25 Apr 01:43
5fc6352

Choose a tag to compare

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

21 Apr 01:21
ea92d0d

Choose a tag to compare

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

v4.1.0

05 Dec 03:51
20d79c9

Choose a tag to compare

  • Support Custom Fields for other request types #100

The TemplateSignatureRequest#getCustomFields signature has changed to return List<CustomField> rather than Map<String, String>, if you want to continue using Map<String,String> there is a new function getCustomFieldsMap

v4.0.12

15 Mar 23:48
08fa7ae

Choose a tag to compare

  • Added parameter for allow_reassign which can be set with setAllowReassign

v4.0.11

05 Jan 00:51
08fa7ae

Choose a tag to compare

  • Correct comment about underlying http implementation (#77)
  • Add and use exception constructor that takes httpCode in asHttpCode (#82)
  • Add page size overload for getTemplates and getSignatureRequests (#87)