Releases: Judopay/JudoKit-iOS
Releases · Judopay/JudoKit-iOS
Release 4.0.2
What's Changed
- Adds match cert id env var by @stefan-tudor in #261
- Adds missing CheckCard to no-UI Demo screen by @RafalOzogJudopay in #262
- Fixes apple-pay completion invoked twice when host app is moved to background by @stefan-tudor in #265
Full Changelog: v4.0.1...v4.0.2
Release 4.0.1
Release 4.0.0
What's Changed
- Updates JudoPay logo by @stefan-tudor in #252
- Replaces the wrong address details for no ui demo by @stefan-tudor in #253
- Adjustments to adhere to Partner API updates by @RafalOzogJudopay in #251
- Fixing SonarCloud Build Wrapper issues (CircleCI) by @RafalOzogJudopay in #256
- Step up flow UI tests by @eugenezhernakov in #254
- ChallengeRequestIndicator is set as a
mandate
in the step-up flow by @RafalOzogJudopay in #255 - Adds deprecation warnings for register card functionality added by @RafalOzogJudopay in #257
- Resolves reported Apple Pay issues by @stefan-tudor in #258
Full Changelog: v3.4.2...v4.0.0
Release 3.4.2
What's Changed
- CT-2886: allowIncrement flag introduced by @RafalOzogJudopay in #247
- Backward compatibility UI test fixes by @eugenezhernakov in #248
- chore(sdk): package version bump by @stefan-tudor in #250
Full Changelog: v3.4.1...v3.4.2
Release 3.4.1
What's Changed
- CT-2901 | Billing info UI tests & refactor by @eugenezhernakov in #241
- chore(sdk): adds privacy manifest, updates dependencies by @stefan-tudor in #249
Full Changelog: v3.4.0...v3.4.1
Release 3.4.0
Bug fixes and improvements
- Updates to Ravelin recommendation feature, including stability improvements.
Breakdown of what changed
- App store connect API key setup by @stefan-tudor in #236.
- Replacing Cocoadebug with Wormholy as the first looks to be stagnant and causes network timeouts. by @stefan-tudor in #237.
- Fixing the
shouldPaymentMethodsVerifySecurityCode
being ignored in payment methods by @stefan-tudor in #238. - Adds Ravelin UI tests by @eugenezhernakov in #235.
- Adds some more test checks & provisions by @eugenezhernakov in #239.
- Recommendation logic updates and stability improvements by @RafalOzogJudopay in #240.
- Updates internal dependencies by @stefan-tudor in #242.
- Targeting exact dependency versions by @stefan-tudor in #244.
Full Changelog: v3.3.1...v3.4.0
Release 3.3.1
Bug fixes and improvements
- Fixes payment session auth
Breakdown of what changed
- Adds deprecation warning for
JPBasicAuthorization
by @stefan-tudor in #230 - Fixes payment session auth sample app settings and headers sent to the API by @stefan-tudor in #231
- Updating package version, example app pod dependencies, and making changes to API client. by @stefan-tudor in #232
Full Changelog: v3.3.0...v3.3.1
Release 3.3.0
New features
- Transaction optimisation recommendation engine via Ravelin
- Apple Pay recurring payment
Release 3.2.7
Bug fixes and Improvements
- Adds autofill support for all card and billing address form fields.
- Renaming of the field
isInitialRecurringPayment
toinitialRecurringPayment
in all requests sent to the API.
New features
- Step-Up flow (re-submitting soft declined transactions to the API with
challengeRequestIndicator: challengeAsMandate
)
Release 3.2.6
Updates
- PbBA library and feature removed