Releases: signnow/SNJavaSDK
Releases · signnow/SNJavaSDK
Release v3.5.0
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
Updated:
- Types of response parameters
Release v3.4.0
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
Fixed:
- Created directory for downloaded files if it does not exist
- Fix at field invite endpoint
Release v3.2.0
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
- feature] Embedded Editor endpoints for document and document group
- [feature] Git hub Actions: running functional tests on PR
Release v3.0.1
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
Merge pull request #1 from signnow/3.x Release v3