All notable changes to this project will be documented in this file.
See DocuSign Support Center for Product Release Notes.
- Added support for version v2.1-22.2.00.00 of the DocuSign ESignature API.
- Updated the SDK release version.
- Added support for version v2.1-22.1.02.00 of the DocuSign ESignature API.
- Updated the SDK release version.
- Added support for version v2.1-22.1.01.00 of the DocuSign ESignature API.
- Updated the SDK release version.
-
Following types are renamed
ScheduledSendingApiModel
is renamed toScheduledSending
DelayedRoutingApiModel
is renamed toDelayedRouting
- Added support for version v2.1-21.4.02.00 of the DocuSign ESignature API.
- Updated the SDK release version.
- Added support for version v2.1-21.4.01.00 of the DocuSign ESignature API.
- Updated the SDK release version.
- Added support for version v2.1-21.4.00.00 of the DocuSign ESignature API.
- Updated the SDK release version.
- Added support for version v2.1-21.3.02.00 of the DocuSign ESignature API.
- Updated the SDK release version.
- Added support for version v2.1-21.3.00.00 of the DocuSign ESignature API.
- Updated the SDK release version.
- Added support for version v2.1-21.2.02.00 of the DocuSign ESignature API.
- Updated the SDK release version.
- Added new models and properties.
- Added support for version v2.1-21.2.00.00 of the DocuSign eSignature API.
- Updated the SDK release version.
- Removed methods
get_account_settings_export
,get_seal_providers
from Accounts. - Removed methods
create_connect_secret
,delete_connect_secret
,generate_connect_secret
,get_connect_secrets
from Connect. - Removed methods
create_page_info
,create_pdf_blob
,delete_custom_fields_0
,delete_custom_fields_v2
,delete_document
,delete_page_info
,delete_recipient_denied_document_copy
,delete_signer_attachment
,get_account
,get_appliance_info
,get_custom_fields
,get_document_pages
,get_dynamic_system_settings
,get_image
,get_locale_policy
,get_pdf
,get_pdf_blob
,get_signer_attachment
,get_tabs_blob
,update_document
,update_document_0
,update_page_info
,update_pdf
,update_pdf_blob
,update_recipient_denied_document_copy
from Envelopes. - Removed methods
complete_sign_hash
,get_user_info
,health_check
,sign_hash_session_info
,update_transaction
from TrustServiceProviders. - Removed methods
get_user_list_export
from Users.
- Added new methods
get_bulk_send_batch_envelopes
to BulkEnvelopes.
- Added support for version v2.1-21.1.02.00 of the DocuSign eSignature API.
- Updated the SDK release version.
- Added new methods
delete_custom_fields_v2
,delete_page_info_v2
,get_appliance_envelope_info
,get_template_info
to envelopes. - Added new method
delete_connect_secret
to connect.
- Added support for version v2.1-21.1.01.03 of the DocuSign eSignature API.
- Updated the SDK release version.
- Added support for version v2.1-20.1.02 of the DocuSign eSignature API.
- Updated the SDK release version.
- Updated jwt to version 2.2.1.
- Added support for version v2.1-20.1.00 of the DocuSign eSignature API.
- Updated rake to version 12.3.3.
- Updated the SDK release version.
- Added the new property
copy_recipient_data
to envelopes. When set to true, the information that recipients enter is retained when you clone an envelope. For example, if you resend an envelope that was declined or voided after one or more recipients entered data, that data is retained. Note that the account settingenable_envelope_copy_with_data
must be set to true. - Added a new object,
RecipientIdentityInputOption
: Reserved for DocuSign. - Added a new parameter,
input_options
, toAccountIdentityVerificationWorkflow
: Reserved for DocuSign.
- The SDK now supports version 19.2.02 of the DocuSign eSignature v2.1 API.
- SDK Release Version updated.
- Issue
#23
: Support for DocuSign API 2.1. (DCM-3546) - Issue
#22
: JSON version of version 2.0. (DCM-3375) - Issue
#17
: Client doesn't properly handle Dropdown. (DCM-3192) - Issue
#16
: Client doesn't properly handle Text tabs with Date Validation. (DCM-3193) - Issue
#15
: ListStatus not accepting envelope_ids. (DCM-3123) - Issue
#7
: Allow passing in JWT. (DCM-2312)
- The SDK now supports version 19.2.02 of the DocuSign eSignature v2 API.
- SDK Release Version updated.
- Issue
#23
: Support for DocuSign API 2.1. (DCM-3546) - Issue
#22
: JSON version of version 2.0. (DCM-3375) - Issue
#17
: Client doesn't properly handle Dropdown. (DCM-3192) - Issue
#16
: Client doesn't properly handle Text tabs with Date Validation. (DCM-3193) - Issue
#15
: ListStatus not accepting envelope_ids. (DCM-3123) - Issue
#7
: Allow passing in JWT. (DCM-2312)
- Moved ApiClient and ApiException under Client folder
- empty test placeholder files
- updated existing test cases to use JWT instead of the legacy auth (still not fully working yet)
- OAuth models under Client/Auth folder
- new dependency for OAuth support (firebase/php-jwt)
- OAuthTests.php for OAuth support test
- A bug with that could cause the moveEnvelopes method call to return a response without a Content-Type header. (DCM-2871)