Skip to content

Releases: docusign/native-ios-sdk

v3.4.0 - Bug fixes & font update

21 Sep 01:33
831eb3c
Compare
Choose a tag to compare

[v3.4.0] - 09/20/2024

Fixed

  • Authorization issue that prevented some of the network calls to be successfully completed with DocusignAPI SDK.
  • Network calls with boolean parameters on DocusignAPI SDK interface now allows nil values as well. With earlier versions, these parameters were sent as either default true or false.
  • Optional Sign and Initial tabs show the dependent tabs correctly when used with conditional setup.

Changed

  • Templates with multichannel (SMS, Whatsapp) delivery recipients are currently blocked. Reach out to customer support or raise an issue on Github if you need this supported.
  • Outdated fonts replaced with modern assets.

What's Changed

New Contributors

Full Changelog: v3.3.0...v3.4.0

v3.3.0 - Branding update

21 Sep 01:32
0c67166
Compare
Choose a tag to compare

[v3.3.0] - 04/11/2024

Changed

  • Branding update.

What's Changed

Full Changelog: v3.2.0...v3.3.0

[3.2.0] Xcode 15 support

25 Jan 22:26
75cc4dc
Compare
Choose a tag to compare

[v3.2.0] - 01/25/2024

Added

  • Support for Sending online Templates with Signing Groups.
  • Support Xcode 15 Requirements for Signing Certification and Privacy Manifest.
  • Support for Conditional Tabs for offline downloaded envelopes.
  • Added Configuration DSM_SETUP_DISABLE_APPEARANCE to Disable Applying Appearance changes Automatically on SDK setup Issue #130

Fixed

  • Fixes in Request layer and API calls setup.

3.1.0 DocuSignAPI

15 Jun 17:42
90f25a5
Compare
Choose a tag to compare

[v3.1.0] - 06/14/2023

Added

  • (iOS 12+) Support for OAuthLogin with helper functions for Authentication to DocuSign. If you use oAuth no need to create your own Authentication browser you can simply call loginWithOAuthEnv and pass the needed params to authenticate to DocuSignSDK.

Changed

  • Added two new parameters Optional to loginWithAccessToken method for refreshToken and expiresIn in case of oAuth happening from Host App side.
  • Prep work for spinning off DocuSignAPI as a separate Pod.

Removed

  • Legacy Libraries (KeyChain)

[3.0.5] - Conditional Tabs Support + Bug Fixes

17 May 19:49
ae9443c
Compare
Choose a tag to compare

[v3.0.5] - 05/15/2023

Added

  • Conditional Tabs are now supported for Templates and envelopes created locally (Envelopes downloaded from remote server are not supported yet)

Changed

  • During Offline Signing, Sign Later is now preferred option to be shown for all envelopes created on device using documents or templates. Discard Progress option is now deprecated.

Fixed

  • Checkbox group validation has been updated to resolve issue #145.

[3.0.4] Enable SBS + Bug Fixes

12 Apr 00:02
Compare
Choose a tag to compare

[v3.0.4] - 03/24/2023

Added

  • Allow sending online envelopes with templates that have recipients with SBS (Standard Based Signature) by default.
  • New setup configuration DSM_SETUP_DISABLE_STANDARD_BASED_SIGNATURE to disable template sends that have SBS.

Fixed

  • Fix issue with Resuming envelopes created offline Issue #143

[3.0.3] Bug Fixes and Refactoring

17 Feb 17:40
Compare
Choose a tag to compare

[v3.0.3] - 02/08/2023

Added

  • Support to Paper signing through Fax flow with a new Signing Exit Notification reason DSMSigningExitReasonFaxPending

Fixed

  • Issue with Templates to disable templates with SBS recipients

[3.0.2] Fix Envelope resume after saving

15 Dec 01:05
Compare
Choose a tag to compare

Fixed

  • Fix Bug for Envelope resume after saving Issue ( #137)

[3.0.1] Support new TabGroups

30 Nov 18:31
Compare
Choose a tag to compare

Added

  • Checkbox tab and groups are supported with the DSMEnvelopeDefaults. Use true and false with checkbox tabLabel i.e. Data Label to set the default value.
  • Radio tab and groups are supported with the DSMEnvelopeDefaults. Use true and false with radio tabValue i.e. Radio Button Values, a difference when compared to Checkbox, to set the default value.

Fixed

  • Bug fixes and enhancements related to offline & online signing for Tab Groups & other features.

[3.0.0] New REST ESignature API calls

01 Nov 22:08
b3bf69f
Compare
Choose a tag to compare

[v3.0.0] - 11/01/2022

Added

  • New REST ESignature APIs added all in Swift
  • Support for Envelope Caching
  • Support for Template Search and filtering
  • Support for new Signature pallet
  • Support for XCode 14 and iOS 16