Skip to content

Commit f4b95d5

Browse files
committed
Merge branch 'main' of https://github.com/juspay/hyperswitch into celero
2 parents ff5265c + 9d7edb5 commit f4b95d5

File tree

91 files changed

+6291
-1371
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+6291
-1371
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ crates/common_utils/src/events/ @juspay/hyperswitch-analytics
3838
crates/common_utils/src/events.rs @juspay/hyperswitch-analytics
3939
crates/analytics/ @juspay/hyperswitch-analytics
4040

41+
scripts/add_connector.sh @juspay/hyperswitch-connector
4142
connector-template/ @juspay/hyperswitch-connector
43+
crates/router/src/core/connector_validation.rs @juspay/hyperswitch-connector
4244
crates/router/src/connector/ @juspay/hyperswitch-connector
4345
crates/router/tests/connectors/ @juspay/hyperswitch-connector
4446
crates/test_utils/tests/connectors/ @juspay/hyperswitch-connector

.github/workflows/cypress-tests-runner.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,11 @@ jobs:
162162
toolchain: stable 2 weeks ago
163163
components: clippy
164164

165+
- name: Install Protoc
166+
uses: arduino/setup-protoc@v3
167+
with:
168+
repo-token: ${{ secrets.GITHUB_TOKEN }}
169+
165170
- name: Install sccache
166171
if: ${{ env.RUN_TESTS == 'true' }}
167172
uses: taiki-e/install-action@v2

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@ All notable changes to HyperSwitch will be documented here.
44

55
- - -
66

7+
## 2025.07.07.0
8+
9+
### Features
10+
11+
- **connector:** [payload] introduce no-3ds cards ([#8545](https://github.com/juspay/hyperswitch/pull/8545)) ([`baad3f6`](https://github.com/juspay/hyperswitch/commit/baad3f6a37c1c0d948c415f281b6552c5b51e376))
12+
- **core:** Hyperswitch <|> UCS Integration ([#8280](https://github.com/juspay/hyperswitch/pull/8280)) ([`f6574b7`](https://github.com/juspay/hyperswitch/commit/f6574b78288074d1806e5ea78117f89e3e19ae9f))
13+
- **debit_routing:** Add `debit_routing_savings` in analytics payment attempt ([#8519](https://github.com/juspay/hyperswitch/pull/8519)) ([`fc3c64f`](https://github.com/juspay/hyperswitch/commit/fc3c64fad37a4434f103fb0bcdf1eafe67441b56))
14+
15+
### Bug Fixes
16+
17+
- **payout:** Use get_string_repr for formatting payout IDs ([#8547](https://github.com/juspay/hyperswitch/pull/8547)) ([`eb94cfe`](https://github.com/juspay/hyperswitch/commit/eb94cfe7e558348e8da3aeaaa01224a1ea2dbbe2))
18+
19+
### Refactors
20+
21+
- **connector:** [Worldpayvantiv] refactor void flow and handle transaction status ([#8540](https://github.com/juspay/hyperswitch/pull/8540)) ([`41291e5`](https://github.com/juspay/hyperswitch/commit/41291e5cde18c08b4586f3d37a9a858bdcda58b0))
22+
- Extract connector auth and metadata validation into separate module ([#8501](https://github.com/juspay/hyperswitch/pull/8501)) ([`26ae469`](https://github.com/juspay/hyperswitch/commit/26ae469fafcec5c70ca2db36e438170ba8b8aa01))
23+
24+
**Full Changelog:** [`2025.07.04.0...2025.07.07.0`](https://github.com/juspay/hyperswitch/compare/2025.07.04.0...2025.07.07.0)
25+
26+
- - -
27+
728
## 2025.07.04.0
829

930
### Features

0 commit comments

Comments
 (0)