Skip to content

Releases: docusign/docusign-webforms-php-client

Version 2.1.2

Choose a tag to compare

@ManavDocusign ManavDocusign released this 16 Jun 08:59
c5b279b

Changed

  • Replaced JWT dependency: Switched from firebase/php-jwt (^6.0) to adhocore/jwt (^1.1) in composer.json template.
  • Updated JWT import namespace: Changed use Firebase\JWT\JWT to use Ahc\Jwt\JWT in ApiClient.

Version 2.1.1

Choose a tag to compare

@garg-mudit garg-mudit released this 27 Oct 12:05
d4b7d3a

Changed

  • Added explicit nullable type hints (?Type) to parameters that accept null, improving type safety and consistency.
  • Updated the SDK release version.

Version 2.1.0

Choose a tag to compare

@garg-mudit garg-mudit released this 12 Aug 10:29
736ff41

Changed

  • Added support for version v1.1.0-1.0.5 of the DocuSign WebForms API.
  • Updated the SDK release version.

Version 2.0.0

Choose a tag to compare

@garg-mudit garg-mudit released this 27 Nov 06:30
956fe55

Changed

  • Added support for version v1.1.0-1.0.4 of the DocuSign WebForms API.
  • Updated the SDK release version.

Important Action Required

  • User needs to update the base URL in your codebase (if passing to SDK explicitly) and remove the /v1.1 component at the end of the URL for the SDK to work properly with this release.

Version 2.0.0-rc1

Version 2.0.0-rc1 Pre-release
Pre-release

Choose a tag to compare

@asif-docusign asif-docusign released this 26 Sep 08:59
20365d3

Changed

  • Added support for version v1.1.0-1.0.4 of the DocuSign WebForms API.
  • Updated the SDK release version.

Important Action Required

  • User needs to update the base URL in your codebase (if passing to SDK explicitly) and remove the /v1.1 component at the end of the URL for the SDK to work properly with this release.

Version 1.0.1

Choose a tag to compare

@garg-mudit garg-mudit released this 29 Apr 05:36
43f8264

Changed

  • Adjusted the minimum required firebase/php-jwt package version to 6.0.
  • Updated the SDK release version.

Version 1.0.1-rc1

Version 1.0.1-rc1 Pre-release
Pre-release

Choose a tag to compare

@garg-mudit garg-mudit released this 21 Mar 08:21
b3f2c6f

Changed

  • Added support for version v1.1.0-1.0.3 of the DocuSign WebForms API.
  • Adjusted the minimum required firebase/php-jwt package version to 6.0.
  • Updated the SDK release version.

Version 1.0.0

Choose a tag to compare

@sonawane-sanket sonawane-sanket released this 14 Feb 12:37
2a24e5e

Version 1.0.0 (Initial Release)

  • Introducing the SDK based on the OpenAPI specification of DocuSign WebForms APIs.
  • This release marks the initial availability of the SDK, providing developers with the necessary tools to interact with DocuSign WebForms APIs seamlessly.

Version 1.0.2-rc11

Version 1.0.2-rc11 Pre-release
Pre-release

Choose a tag to compare

@sonawane-sanket sonawane-sanket released this 09 Feb 17:29
a270a5c

Changed

  • Added support for version v1.1.0-1.0.2 of the DocuSign WebForms API.
  • Updated the SDK release version.