feat(core): Bumped UCS Client dependency to bring latest changes#10641
Merged
bernard-eugine merged 8 commits intomainfrom Dec 18, 2025
Merged
feat(core): Bumped UCS Client dependency to bring latest changes#10641bernard-eugine merged 8 commits intomainfrom
bernard-eugine merged 8 commits intomainfrom
Conversation
Changed Files
|
b233c8b to
b0e0de0
Compare
b0e0de0 to
3e8b7e2
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #10641 +/- ##
=======================================
Coverage ? 6.42%
=======================================
Files ? 1262
Lines ? 315828
Branches ? 0
=======================================
Hits ? 20290
Misses ? 295538
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Shubhodip900
previously approved these changes
Dec 15, 2025
Shubhodip900
previously approved these changes
Dec 16, 2025
hrithikesh026
previously approved these changes
Dec 16, 2025
bfca77f
hrithikesh026
approved these changes
Dec 17, 2025
Shubhodip900
approved these changes
Dec 17, 2025
pixincreate
added a commit
that referenced
this pull request
Dec 22, 2025
…pm-metadata * 'main' of github.com:juspay/hyperswitch: chore(version): 2025.12.22.0 feat(braintree): add UCS wallet support for PaypalSdk, ApplePayThirdPartySdk, and GooglePayThirdPartySdk (#10513) Fix: WorldpayVantiv Cypress fix (#10656) feat(connector): Add Apple Pay HS-Decryption support for Braintree (#10734) ci(cypress): add bank redirect flow onlinebankingfpx for fiuu (#10642) chore(version): 2025.12.19.0 refactor(connector): [paysafe] introduce `PaymentMethodToken` flow (#10541) fix(connectors): add 3ds validations for connector for card specific only (#10560) fix(router): Prevent panic when masking non-ASCII strings (#10682) feat(authentication): add domain models for authentication and support kafka filters in dashboard (#10446) fix(docker): increase RUST_MIN_STACK size to handle stack overflow (#10730) fix(api): align ApiEvent status_code with HTTP response when proxy_connector_http_status_code enabled (#10680) feat(core): [Network Token] Passing Network Token in payments request (#9975) feat(core): Bumped UCS Client dependency to bring latest changes (#10641) ci(cypress): Update cypress shadow mode rollout configs (#10689)
pixincreate
added a commit
that referenced
this pull request
Dec 22, 2025
…rmers * 'main' of github.com:juspay/hyperswitch: (67 commits) refactor: Introduce PreAuth for redsys HS<>UCS tunnel (#10727) chore(version): 2025.12.22.0 feat(braintree): add UCS wallet support for PaypalSdk, ApplePayThirdPartySdk, and GooglePayThirdPartySdk (#10513) Fix: WorldpayVantiv Cypress fix (#10656) feat(connector): Add Apple Pay HS-Decryption support for Braintree (#10734) ci(cypress): add bank redirect flow onlinebankingfpx for fiuu (#10642) chore(version): 2025.12.19.0 refactor(connector): [paysafe] introduce `PaymentMethodToken` flow (#10541) fix(connectors): add 3ds validations for connector for card specific only (#10560) fix(router): Prevent panic when masking non-ASCII strings (#10682) feat(authentication): add domain models for authentication and support kafka filters in dashboard (#10446) fix(docker): increase RUST_MIN_STACK size to handle stack overflow (#10730) fix(api): align ApiEvent status_code with HTTP response when proxy_connector_http_status_code enabled (#10680) feat(core): [Network Token] Passing Network Token in payments request (#9975) feat(core): Bumped UCS Client dependency to bring latest changes (#10641) ci(cypress): Update cypress shadow mode rollout configs (#10689) chore(version): 2025.12.18.0 feat(payment-methods): Add support for guest checkout flow in payment method service (#10487) feat(connector): [NMI] Implement Apple Pay - hyperswitch decryption flow (#10686) fix(connector): [bluesnap] pass `connector_request_ref_id` instead of `payment_id` (#10653) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Type of Change
Description
Bumped UCS Client dependency to bring latest changes into Hyperswitch for Hyperswitch <> UCS Integration.
New fields added in following places
Authorize request:
Authorize request:
Get request:
MandateReference
PaymentServiceRegisterResponse
Additional Changes
Motivation and Context
How did you test it?
Tested via HS<>UCS tunnel for checkout. Cypress ZeroAuthMandate



Checklist
cargo +nightly fmt --allcargo clippy