Skip to content

feat(core): Bumped UCS Client dependency to bring latest changes#10641

Merged
bernard-eugine merged 8 commits intomainfrom
checkout-proto-bump
Dec 18, 2025
Merged

feat(core): Bumped UCS Client dependency to bring latest changes#10641
bernard-eugine merged 8 commits intomainfrom
checkout-proto-bump

Conversation

@Saptak88
Copy link
Contributor

@Saptak88 Saptak88 commented Dec 12, 2025

Type of Change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring
  • Dependency updates
  • Documentation
  • CI/CD

Description

Bumped UCS Client dependency to bring latest changes into Hyperswitch for Hyperswitch <> UCS Integration.
New fields added in following places

Authorize request:

  • enable_partial_authorization
  • billing_descriptor
  • payment_channel

Authorize request:

  • enable_partial_authorization
  • billing_descriptor
  • payment_channel
  • mit_category

Get request:

  • setup_future_usage
  • sync_type

MandateReference

  • connector_mandate_request_reference_id

PaymentServiceRegisterResponse

  • connector_metadata

Additional Changes

  • This PR modifies the API contract
  • This PR modifies the database schema
  • This PR modifies application configuration/environment variables

Motivation and Context

How did you test it?

Tested via HS<>UCS tunnel for checkout. Cypress ZeroAuthMandate
Screenshot 2025-12-11 at 6 06 25 PM
Screenshot 2025-12-09 at 11 35 21 PM
Screenshot 2025-12-11 at 5 32 13 PM

Checklist

  • I formatted the code cargo +nightly fmt --all
  • I addressed lints thrown by cargo clippy
  • I reviewed the submitted code
  • I added unit tests for my changes where possible

@Saptak88 Saptak88 requested review from a team as code owners December 12, 2025 05:44
@semanticdiff-com
Copy link

semanticdiff-com bot commented Dec 12, 2025

@Shubhodip900 Shubhodip900 force-pushed the checkout-proto-bump branch 2 times, most recently from b233c8b to b0e0de0 Compare December 15, 2025 12:36
@Saptak88 Saptak88 force-pushed the checkout-proto-bump branch from b0e0de0 to 3e8b7e2 Compare December 15, 2025 15:19
@Saptak88 Saptak88 changed the title feat(UCS): Bump UCS dependency for proto changes. feat(core): Bumped UCS Client dependency to bring latest changes Dec 15, 2025
@Saptak88 Saptak88 linked an issue Dec 15, 2025 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Dec 15, 2025

Codecov Report

❌ Patch coverage is 0% with 169 lines in your changes missing coverage. Please review.
⚠️ Please upload report for BASE (main@a738f7e). Learn more about missing BASE report.

Files with missing lines Patch % Lines
...src/core/unified_connector_service/transformers.rs 0.00% 158 Missing ⚠️
.../router/src/core/payments/gateway/psync_gateway.rs 0.00% 5 Missing ⚠️
...s/router/src/core/payments/flows/authorize_flow.rs 0.00% 3 Missing ⚠️
...ter/src/core/payments/gateway/authorize_gateway.rs 0.00% 3 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Shubhodip900
Shubhodip900 previously approved these changes Dec 15, 2025
Shubhodip900
Shubhodip900 previously approved these changes Dec 16, 2025
hrithikesh026
hrithikesh026 previously approved these changes Dec 16, 2025
@Saptak88 Saptak88 dismissed stale reviews from hrithikesh026 and Shubhodip900 via bfca77f December 17, 2025 08:24
@Saptak88 Saptak88 self-assigned this Dec 17, 2025
@bernard-eugine bernard-eugine added this pull request to the merge queue Dec 18, 2025
Merged via the queue into main with commit ab1f93a Dec 18, 2025
56 of 58 checks passed
@bernard-eugine bernard-eugine deleted the checkout-proto-bump branch December 18, 2025 08:21
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)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bump UCS Client dependency to bring latest changes

4 participants