Skip to content

Releases: signnow/SNJavaSDK

Release v3.5.0

06 Aug 09:16
f231bd1

Choose a tag to compare

Added:

  • A type parameter to the DocumentGroupEmbeddedSendingLinkPost class to support different types of embedded sending links, with a default value of 'manage'.
  • A new type of property with a getter method for the request class
  • PUT /v2/document-groups/{document_group_id}/recipients

Updated:

  • The example to demonstrate the usage of the new parameter
  • Minor fixes to the API scheme

Release v3.4.1

05 Aug 14:04
2af5c9b

Choose a tag to compare

Updated:

  • Types of response parameters

Release v3.4.0

21 Jul 06:36
30d1551

Choose a tag to compare

Added:

  • The POST /v2/document-group-templates/{template_group_id}/document-group

Updated:

  • API response classes and the test for Compliance field in GET /document/{document_id} endpoint

Release v3.2.1

21 May 16:28
22821fa

Choose a tag to compare

Fixed:

  • Created directory for downloaded files if it does not exist
  • Fix at field invite endpoint

Release v3.2.0

09 May 14:18
4f451b6

Choose a tag to compare

Added

  • File Downloading Support: You can now retrieve files directly when downloading individual documents or document groups.
  • Query Parameter Support: Enhanced document download functionality with query parameter support for more flexible requests.
  • Embedded Sending Endpoints: Introduced support for embedded sending workflows directly via the SDK.
  • Custom Request Classes: The SDK client can now call not-yet-implemented API endpoints by defining custom request classes.

Updated

  • GET /document: Updated the response structure to reflect the latest API changes.
  • GET /folder: Adjusted the response structure for better consistency with current API standards.

Fixes
Minor fixes and improvements for stability and usability.

Release v3.1.0

04 Feb 15:38
2c3d60d

Choose a tag to compare

  • feature] Embedded Editor endpoints for document and document group
  • [feature] Git hub Actions: running functional tests on PR

Release v3.0.1

20 Jan 15:00
2d9f291

Choose a tag to compare

Release v3.0.1

  • feature: Added javadoc blocks
  • bug: Prefill document fields endpoint fails
  • example: Added examples/DocumentPrefillTextFieldExample.java
  • feature: [Config] Renamed env variables: adding SIGNNOW prefixes

Release v3.0.0

24 Sep 13:44
9972757

Choose a tag to compare

Merge pull request #1 from signnow/3.x

Release v3