Releases: docusign/native-ios-sdk
Releases · docusign/native-ios-sdk
v3.4.0 - Bug fixes & font update
[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
- Release v3.3.0 : Docusign Branding Update by @ashokds in #165
- Remove custom fonts from sample apps by @mmohareb in #170
- Removing instances of unused fonts by @Harinder in #172
New Contributors
Full Changelog: v3.3.0...v3.4.0
v3.3.0 - Branding update
[3.2.0] Xcode 15 support
[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
[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 forrefreshToken
andexpiresIn
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
[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
[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
[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
Fixed
- Fix Bug for Envelope resume after saving Issue ( #137)
[3.0.1] Support new TabGroups
Added
- Checkbox tab and groups are supported with the DSMEnvelopeDefaults. Use
true
andfalse
with checkboxtabLabel
i.e.Data Label
to set the default value. - Radio tab and groups are supported with the
DSMEnvelopeDefaults
. Usetrue
andfalse
with radiotabValue
i.e.Radio Button Values
, a difference when compared toCheckbox
, 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
[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