Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code:   DatasetGenerationCastError
Exception:    DatasetGenerationCastError
Message:      An error occurred while generating the dataset

All the data files must have the same columns, but at some point there are 2 new columns ({'patch', 'commit'}) and 9 missing columns ({'hash', 'authored_date', 'merge', 'message', 'author_name', 'project', 'modifications', 'in_main_branch', 'author_email'}).

This happened while the json dataset builder was generating data using

/tmp/hf-datasets-cache/medium/datasets/70150535515066-config-parquet-and-info-archit11-newhyperswitch-40f3c87c/hub/datasets--archit11--newhyperswitch/snapshots/8bfa07dd43a7725640384fd052a0879b2d40b489/patches/02/0269edf45b34dc7b9a8ab24596aa1d1ec9f6b475.patch.jsonl.gz

Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1831, in _prepare_split_single
                  writer.write_table(table)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 644, in write_table
                  pa_table = table_cast(pa_table, self._schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2272, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              commit: string
              patch: string
              to
              {'hash': Value('string'), 'author_name': Value('string'), 'author_email': Value('string'), 'authored_date': Value('timestamp[s]'), 'message': Value('string'), 'in_main_branch': Value('bool'), 'merge': Value('bool'), 'project': Value('string'), 'modifications': List({'commit': Value('string'), 'old_path': Value('null'), 'new_path': Value('string'), 'change_type': Value('string'), 'added': Value('int64'), 'removed': Value('int64'), 'filename': Value('string')})}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1456, in compute_config_parquet_and_info_response
                  parquet_operations = convert_to_parquet(builder)
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1055, in convert_to_parquet
                  builder.download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 894, in download_and_prepare
                  self._download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 970, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1702, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1833, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 2 new columns ({'patch', 'commit'}) and 9 missing columns ({'hash', 'authored_date', 'merge', 'message', 'author_name', 'project', 'modifications', 'in_main_branch', 'author_email'}).
              
              This happened while the json dataset builder was generating data using
              
              /tmp/hf-datasets-cache/medium/datasets/70150535515066-config-parquet-and-info-archit11-newhyperswitch-40f3c87c/hub/datasets--archit11--newhyperswitch/snapshots/8bfa07dd43a7725640384fd052a0879b2d40b489/patches/02/0269edf45b34dc7b9a8ab24596aa1d1ec9f6b475.patch.jsonl.gz
              
              Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

hash
string
author_name
string
author_email
string
authored_date
timestamp[us]
message
string
in_main_branch
bool
merge
bool
project
string
modifications
list
26930a47e905baf647f218328e81529951d4f563
Anurag Thakur
2025-08-28T06:09:37
feat(router): Add payment_type to Get Intent response (v2) (#9066)
true
false
juspay/hyperswitch
[ { "commit": "26930a47e905baf647f218328e81529951d4f563", "old_path": null, "new_path": "api-reference/v2/openapi_spec_v2.json", "change_type": "M", "added": 0, "removed": 0, "filename": "api-reference/v2/openapi_spec_v2.json" }, { "commit": "26930a47e905baf647f218328e81529951d4f563", "old_path": null, "new_path": "crates/api_models/src/payments.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/api_models/src/payments.rs" }, { "commit": "26930a47e905baf647f218328e81529951d4f563", "old_path": null, "new_path": "crates/router/src/core/payments/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/core/payments/transformers.rs" } ]
1ff2ed9477a691b23fd2882e2e53dd20078199d4
Anurag Thakur
2025-08-28T02:31:13
fix(connector): Use SignatureKey for VGS auth_type (#9068)
true
false
juspay/hyperswitch
[ { "commit": "1ff2ed9477a691b23fd2882e2e53dd20078199d4", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/vgs/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/vgs/transformers.rs" } ]
d122f0157c8ccb3e000b83fb03b7587d87e5e5ea
github-actions
41898282+github-actions[bot]@users.noreply.github.com
2025-08-28T00:30:09
chore(version): 2025.08.28.0
true
false
juspay/hyperswitch
[ { "commit": "d122f0157c8ccb3e000b83fb03b7587d87e5e5ea", "old_path": null, "new_path": "CHANGELOG.md", "change_type": "M", "added": 0, "removed": 0, "filename": "CHANGELOG.md" } ]
cf64d2a9dcef422e7d080e21a7e8644694337a51
Debarshi Gupta
2025-08-27T15:37:24
feat(core): Added support for unified_connector_service CardNumber and Secret<String> Type (#9044)
true
false
juspay/hyperswitch
[ { "commit": "cf64d2a9dcef422e7d080e21a7e8644694337a51", "old_path": null, "new_path": "Cargo.lock", "change_type": "M", "added": 0, "removed": 0, "filename": "Cargo.lock" }, { "commit": "cf64d2a9dcef422e7d080e21a7e8644694337a51", "old_path": null, "new_path": "crates/external_services/Cargo.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/external_services/Cargo.toml" }, { "commit": "cf64d2a9dcef422e7d080e21a7e8644694337a51", "old_path": null, "new_path": "crates/router/Cargo.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/Cargo.toml" }, { "commit": "cf64d2a9dcef422e7d080e21a7e8644694337a51", "old_path": null, "new_path": "crates/router/src/core/unified_connector_service.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/core/unified_connector_service.rs" }, { "commit": "cf64d2a9dcef422e7d080e21a7e8644694337a51", "old_path": null, "new_path": "crates/router/src/core/unified_connector_service/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/core/unified_connector_service/transformers.rs" } ]
4b7f2093db87be939814c9da0dbaaf2f2975bb84
github-actions
41898282+github-actions[bot]@users.noreply.github.com
2025-08-27T00:30:24
chore(version): 2025.08.27.0
true
false
juspay/hyperswitch
[ { "commit": "4b7f2093db87be939814c9da0dbaaf2f2975bb84", "old_path": null, "new_path": "CHANGELOG.md", "change_type": "M", "added": 0, "removed": 0, "filename": "CHANGELOG.md" } ]
aaf5ea9886cd11222ee2eced21e098182c0388ac
Mrudul Vajpayee
2025-08-26T16:13:12
feat(payment-link): handle locale in payment links (#9064)
true
false
juspay/hyperswitch
[ { "commit": "aaf5ea9886cd11222ee2eced21e098182c0388ac", "old_path": null, "new_path": "crates/router/src/core/payment_link/locale.js", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/core/payment_link/locale.js" } ]
8446ffbf5992a97d79d129cade997effc60fcd85
AnkitKmrGupta
2025-08-26T12:31:41
fix(routing): activating multiple configs in decision engine (#9036)
true
false
juspay/hyperswitch
[ { "commit": "8446ffbf5992a97d79d129cade997effc60fcd85", "old_path": null, "new_path": "crates/api_models/src/open_router.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/api_models/src/open_router.rs" }, { "commit": "8446ffbf5992a97d79d129cade997effc60fcd85", "old_path": null, "new_path": "crates/router/src/core/routing.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/core/routing.rs" }, { "commit": "8446ffbf5992a97d79d129cade997effc60fcd85", "old_path": null, "new_path": "crates/router/src/core/routing/helpers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/core/routing/helpers.rs" } ]
58ff01bab25b167c5f6d8614b02b10d16154e461
Vani Gupta
2025-08-26T12:04:41
feat(connector): [Nuvei] Implement setup mandate flow for cards (#9012)
true
false
juspay/hyperswitch
[ { "commit": "58ff01bab25b167c5f6d8614b02b10d16154e461", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/celero/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/celero/transformers.rs" }, { "commit": "58ff01bab25b167c5f6d8614b02b10d16154e461", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/nuvei.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/nuvei.rs" }, { "commit": "58ff01bab25b167c5f6d8614b02b10d16154e461", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs" }, { "commit": "58ff01bab25b167c5f6d8614b02b10d16154e461", "old_path": null, "new_path": "crates/hyperswitch_domain_models/src/router_request_types.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_domain_models/src/router_request_types.rs" }, { "commit": "58ff01bab25b167c5f6d8614b02b10d16154e461", "old_path": null, "new_path": "crates/router/src/core/payments/flows/setup_mandate_flow.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/core/payments/flows/setup_mandate_flow.rs" }, { "commit": "58ff01bab25b167c5f6d8614b02b10d16154e461", "old_path": null, "new_path": "crates/router/src/core/payments/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/core/payments/transformers.rs" }, { "commit": "58ff01bab25b167c5f6d8614b02b10d16154e461", "old_path": null, "new_path": "crates/router/src/types.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/types.rs" }, { "commit": "58ff01bab25b167c5f6d8614b02b10d16154e461", "old_path": null, "new_path": "cypress-tests/cypress/e2e/configs/Payment/Nuvei.js", "change_type": "M", "added": 0, "removed": 0, "filename": "cypress-tests/cypress/e2e/configs/Payment/Nuvei.js" } ]
30925ca5dd51be93e33ac4492b85c2322263b3fc
Pa1NarK
2025-08-26T07:05:51
refactor(connector): implement amount converter framework for authorizedotnet, bankofamerica (#8878)
true
false
juspay/hyperswitch
[ { "commit": "30925ca5dd51be93e33ac4492b85c2322263b3fc", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/authorizedotnet.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/authorizedotnet.rs" }, { "commit": "30925ca5dd51be93e33ac4492b85c2322263b3fc", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs" }, { "commit": "30925ca5dd51be93e33ac4492b85c2322263b3fc", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/bankofamerica.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/bankofamerica.rs" }, { "commit": "30925ca5dd51be93e33ac4492b85c2322263b3fc", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs" }, { "commit": "30925ca5dd51be93e33ac4492b85c2322263b3fc", "old_path": null, "new_path": "crates/router/src/types/api/connector_mapping.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/types/api/connector_mapping.rs" }, { "commit": "30925ca5dd51be93e33ac4492b85c2322263b3fc", "old_path": null, "new_path": "crates/router/src/types/api/feature_matrix.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/types/api/feature_matrix.rs" }, { "commit": "30925ca5dd51be93e33ac4492b85c2322263b3fc", "old_path": null, "new_path": "crates/router/tests/connectors/authorizedotnet.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/tests/connectors/authorizedotnet.rs" }, { "commit": "30925ca5dd51be93e33ac4492b85c2322263b3fc", "old_path": null, "new_path": "crates/router/tests/connectors/bankofamerica.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/tests/connectors/bankofamerica.rs" } ]
70b426e3cac2dffee30fe99cdaa7040d74d92312
Pa1NarK
2025-08-26T07:05:12
fix(connector): [nordea] pass valid connector metadata fields and properly throw error unsupported flows (#9041)
true
false
juspay/hyperswitch
[ { "commit": "70b426e3cac2dffee30fe99cdaa7040d74d92312", "old_path": null, "new_path": "crates/connector_configs/src/connector.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/connector_configs/src/connector.rs" }, { "commit": "70b426e3cac2dffee30fe99cdaa7040d74d92312", "old_path": null, "new_path": "crates/connector_configs/toml/development.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/connector_configs/toml/development.toml" }, { "commit": "70b426e3cac2dffee30fe99cdaa7040d74d92312", "old_path": null, "new_path": "crates/connector_configs/toml/production.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/connector_configs/toml/production.toml" }, { "commit": "70b426e3cac2dffee30fe99cdaa7040d74d92312", "old_path": null, "new_path": "crates/connector_configs/toml/sandbox.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/connector_configs/toml/sandbox.toml" }, { "commit": "70b426e3cac2dffee30fe99cdaa7040d74d92312", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/nordea.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/nordea.rs" }, { "commit": "70b426e3cac2dffee30fe99cdaa7040d74d92312", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/nordea/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/nordea/transformers.rs" } ]
ce0159b6d098dba1e00622d18b0f1b29f2151b9f
Swangi Kumari
2025-08-26T06:48:51
feat(connector): [Paysafe] add connector template code (#9011)
true
false
juspay/hyperswitch
[ { "commit": "ce0159b6d098dba1e00622d18b0f1b29f2151b9f", "old_path": null, "new_path": "config/config.example.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "config/config.example.toml" }, { "commit": "ce0159b6d098dba1e00622d18b0f1b29f2151b9f", "old_path": null, "new_path": "config/deployments/integration_test.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "config/deployments/integration_test.toml" }, { "commit": "ce0159b6d098dba1e00622d18b0f1b29f2151b9f", "old_path": null, "new_path": "config/deployments/production.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "config/deployments/production.toml" }, { "commit": "ce0159b6d098dba1e00622d18b0f1b29f2151b9f", "old_path": null, "new_path": "config/deployments/sandbox.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "config/deployments/sandbox.toml" }, { "commit": "ce0159b6d098dba1e00622d18b0f1b29f2151b9f", "old_path": null, "new_path": "config/development.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "config/development.toml" }, { "commit": "ce0159b6d098dba1e00622d18b0f1b29f2151b9f", "old_path": null, "new_path": "config/docker_compose.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "config/docker_compose.toml" }, { "commit": "ce0159b6d098dba1e00622d18b0f1b29f2151b9f", "old_path": null, "new_path": "crates/connector_configs/src/connector.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/connector_configs/src/connector.rs" }, { "commit": "ce0159b6d098dba1e00622d18b0f1b29f2151b9f", "old_path": null, "new_path": "crates/connector_configs/toml/development.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/connector_configs/toml/development.toml" }, { "commit": "ce0159b6d098dba1e00622d18b0f1b29f2151b9f", "old_path": null, "new_path": "crates/connector_configs/toml/production.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/connector_configs/toml/production.toml" }, { "commit": "ce0159b6d098dba1e00622d18b0f1b29f2151b9f", "old_path": null, "new_path": "crates/connector_configs/toml/sandbox.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/connector_configs/toml/sandbox.toml" }, { "commit": "ce0159b6d098dba1e00622d18b0f1b29f2151b9f", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors.rs" }, { "commit": "ce0159b6d098dba1e00622d18b0f1b29f2151b9f", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/paysafe.rs", "change_type": "A", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/paysafe.rs" }, { "commit": "ce0159b6d098dba1e00622d18b0f1b29f2151b9f", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/paysafe/transformers.rs", "change_type": "A", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/paysafe/transformers.rs" }, { "commit": "ce0159b6d098dba1e00622d18b0f1b29f2151b9f", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/default_implementations.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/default_implementations.rs" }, { "commit": "ce0159b6d098dba1e00622d18b0f1b29f2151b9f", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/default_implementations_v2.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/default_implementations_v2.rs" }, { "commit": "ce0159b6d098dba1e00622d18b0f1b29f2151b9f", "old_path": null, "new_path": "crates/hyperswitch_domain_models/src/connector_endpoints.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_domain_models/src/connector_endpoints.rs" }, { "commit": "ce0159b6d098dba1e00622d18b0f1b29f2151b9f", "old_path": null, "new_path": "crates/router/src/connector.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/connector.rs" }, { "commit": "ce0159b6d098dba1e00622d18b0f1b29f2151b9f", "old_path": null, "new_path": "crates/router/tests/connectors/main.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/tests/connectors/main.rs" }, { "commit": "ce0159b6d098dba1e00622d18b0f1b29f2151b9f", "old_path": null, "new_path": "crates/router/tests/connectors/paysafe.rs", "change_type": "A", "added": 0, "removed": 0, "filename": "crates/router/tests/connectors/paysafe.rs" }, { "commit": "ce0159b6d098dba1e00622d18b0f1b29f2151b9f", "old_path": null, "new_path": "crates/test_utils/src/connector_auth.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/test_utils/src/connector_auth.rs" }, { "commit": "ce0159b6d098dba1e00622d18b0f1b29f2151b9f", "old_path": null, "new_path": "loadtest/config/development.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "loadtest/config/development.toml" }, { "commit": "ce0159b6d098dba1e00622d18b0f1b29f2151b9f", "old_path": null, "new_path": "scripts/add_connector.sh", "change_type": "M", "added": 0, "removed": 0, "filename": "scripts/add_connector.sh" } ]
e01db198c7324faeaba0e0d274ba7df7274d6b64
github-actions
41898282+github-actions[bot]@users.noreply.github.com
2025-08-26T00:30:51
chore(version): 2025.08.26.0
true
false
juspay/hyperswitch
[ { "commit": "e01db198c7324faeaba0e0d274ba7df7274d6b64", "old_path": null, "new_path": "CHANGELOG.md", "change_type": "M", "added": 0, "removed": 0, "filename": "CHANGELOG.md" } ]
d18a94188ea93d07c4581888880088a9e676b1fd
Shivansh Mathur
2025-08-25T13:11:42
feat(injector): add support for new crate - injector for external vault proxy (#8959)
true
false
juspay/hyperswitch
[ { "commit": "d18a94188ea93d07c4581888880088a9e676b1fd", "old_path": null, "new_path": "Cargo.lock", "change_type": "M", "added": 0, "removed": 0, "filename": "Cargo.lock" }, { "commit": "d18a94188ea93d07c4581888880088a9e676b1fd", "old_path": null, "new_path": "crates/injector/Cargo.toml", "change_type": "A", "added": 0, "removed": 0, "filename": "crates/injector/Cargo.toml" }, { "commit": "d18a94188ea93d07c4581888880088a9e676b1fd", "old_path": null, "new_path": "crates/injector/src/injector.rs", "change_type": "A", "added": 0, "removed": 0, "filename": "crates/injector/src/injector.rs" }, { "commit": "d18a94188ea93d07c4581888880088a9e676b1fd", "old_path": null, "new_path": "crates/injector/src/lib.rs", "change_type": "A", "added": 0, "removed": 0, "filename": "crates/injector/src/lib.rs" }, { "commit": "d18a94188ea93d07c4581888880088a9e676b1fd", "old_path": null, "new_path": "crates/injector/src/types.rs", "change_type": "A", "added": 0, "removed": 0, "filename": "crates/injector/src/types.rs" }, { "commit": "d18a94188ea93d07c4581888880088a9e676b1fd", "old_path": null, "new_path": "crates/router/Cargo.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/Cargo.toml" } ]
2da681a265ef85e90f5282acda3140e78aa847d5
Anurag
2025-08-25T13:11:02
fix(connector): Add Support for CUSTOMERREQUEST Refund Reason in Adyen (#9035)
true
false
juspay/hyperswitch
[ { "commit": "2da681a265ef85e90f5282acda3140e78aa847d5", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs" } ]
b8c5bf3f6d0809ba318694d69db1e4431b2c4c0b
Kashif
2025-08-25T12:57:46
feat(connector): [Adyenplatform] process payouts using PSP tokens (#9040)
true
false
juspay/hyperswitch
[ { "commit": "b8c5bf3f6d0809ba318694d69db1e4431b2c4c0b", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/adyenplatform/transformers/payouts.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/adyenplatform/transformers/payouts.rs" }, { "commit": "b8c5bf3f6d0809ba318694d69db1e4431b2c4c0b", "old_path": null, "new_path": "crates/router/src/core/payments/routing.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/core/payments/routing.rs" }, { "commit": "b8c5bf3f6d0809ba318694d69db1e4431b2c4c0b", "old_path": null, "new_path": "crates/router/src/core/payouts.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/core/payouts.rs" }, { "commit": "b8c5bf3f6d0809ba318694d69db1e4431b2c4c0b", "old_path": null, "new_path": "crates/router/src/core/payouts/helpers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/core/payouts/helpers.rs" }, { "commit": "b8c5bf3f6d0809ba318694d69db1e4431b2c4c0b", "old_path": null, "new_path": "crates/router/src/core/payouts/validator.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/core/payouts/validator.rs" }, { "commit": "b8c5bf3f6d0809ba318694d69db1e4431b2c4c0b", "old_path": null, "new_path": "crates/router/src/types/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/types/transformers.rs" }, { "commit": "b8c5bf3f6d0809ba318694d69db1e4431b2c4c0b", "old_path": null, "new_path": "nix/modules/flake/devshell.nix", "change_type": "M", "added": 0, "removed": 0, "filename": "nix/modules/flake/devshell.nix" } ]
5efe4d9751bd88861bbe3e609bb815983fca9778
Aditya Chaurasia
2025-08-25T12:43:44
feat(revenue_recovery): Introducing new calculate job for card switching and invoice queueing (#8848)
true
false
juspay/hyperswitch
[ { "commit": "5efe4d9751bd88861bbe3e609bb815983fca9778", "old_path": null, "new_path": "crates/diesel_models/src/process_tracker.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/diesel_models/src/process_tracker.rs" }, { "commit": "5efe4d9751bd88861bbe3e609bb815983fca9778", "old_path": null, "new_path": "crates/hyperswitch_domain_models/src/payments.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_domain_models/src/payments.rs" }, { "commit": "5efe4d9751bd88861bbe3e609bb815983fca9778", "old_path": null, "new_path": "crates/router/src/core/errors.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/core/errors.rs" }, { "commit": "5efe4d9751bd88861bbe3e609bb815983fca9778", "old_path": null, "new_path": "crates/router/src/core/revenue_recovery.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/core/revenue_recovery.rs" }, { "commit": "5efe4d9751bd88861bbe3e609bb815983fca9778", "old_path": null, "new_path": "crates/router/src/core/revenue_recovery/types.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/core/revenue_recovery/types.rs" }, { "commit": "5efe4d9751bd88861bbe3e609bb815983fca9778", "old_path": null, "new_path": "crates/router/src/core/webhooks/recovery_incoming.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/core/webhooks/recovery_incoming.rs" }, { "commit": "5efe4d9751bd88861bbe3e609bb815983fca9778", "old_path": null, "new_path": "crates/router/src/types/storage/revenue_recovery.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/types/storage/revenue_recovery.rs" }, { "commit": "5efe4d9751bd88861bbe3e609bb815983fca9778", "old_path": null, "new_path": "crates/router/src/workflows/revenue_recovery.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/workflows/revenue_recovery.rs" } ]
ddf1a6a5f36fcc8fd8e6a0497ee7f7ff7a5b98fa
Anurag Thakur
2025-08-25T09:37:21
feat(connector): Add VGS connector impls (#7942)
true
false
juspay/hyperswitch
[ { "commit": "ddf1a6a5f36fcc8fd8e6a0497ee7f7ff7a5b98fa", "old_path": null, "new_path": "config/config.example.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "config/config.example.toml" }, { "commit": "ddf1a6a5f36fcc8fd8e6a0497ee7f7ff7a5b98fa", "old_path": null, "new_path": "config/deployments/integration_test.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "config/deployments/integration_test.toml" }, { "commit": "ddf1a6a5f36fcc8fd8e6a0497ee7f7ff7a5b98fa", "old_path": null, "new_path": "config/deployments/production.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "config/deployments/production.toml" }, { "commit": "ddf1a6a5f36fcc8fd8e6a0497ee7f7ff7a5b98fa", "old_path": null, "new_path": "config/deployments/sandbox.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "config/deployments/sandbox.toml" }, { "commit": "ddf1a6a5f36fcc8fd8e6a0497ee7f7ff7a5b98fa", "old_path": null, "new_path": "config/development.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "config/development.toml" }, { "commit": "ddf1a6a5f36fcc8fd8e6a0497ee7f7ff7a5b98fa", "old_path": null, "new_path": "config/docker_compose.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "config/docker_compose.toml" }, { "commit": "ddf1a6a5f36fcc8fd8e6a0497ee7f7ff7a5b98fa", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/vgs.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/vgs.rs" }, { "commit": "ddf1a6a5f36fcc8fd8e6a0497ee7f7ff7a5b98fa", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/vgs/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/vgs/transformers.rs" }, { "commit": "ddf1a6a5f36fcc8fd8e6a0497ee7f7ff7a5b98fa", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/default_implementations.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/default_implementations.rs" }, { "commit": "ddf1a6a5f36fcc8fd8e6a0497ee7f7ff7a5b98fa", "old_path": null, "new_path": "crates/router/src/core/payment_methods.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/core/payment_methods.rs" }, { "commit": "ddf1a6a5f36fcc8fd8e6a0497ee7f7ff7a5b98fa", "old_path": null, "new_path": "crates/router/src/types/api/connector_mapping.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/types/api/connector_mapping.rs" }, { "commit": "ddf1a6a5f36fcc8fd8e6a0497ee7f7ff7a5b98fa", "old_path": null, "new_path": "crates/router/src/types/api/feature_matrix.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/types/api/feature_matrix.rs" }, { "commit": "ddf1a6a5f36fcc8fd8e6a0497ee7f7ff7a5b98fa", "old_path": null, "new_path": "crates/router/tests/connectors/vgs.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/tests/connectors/vgs.rs" }, { "commit": "ddf1a6a5f36fcc8fd8e6a0497ee7f7ff7a5b98fa", "old_path": null, "new_path": "loadtest/config/development.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "loadtest/config/development.toml" } ]
0b59b9086cd68eef346413a27d03fa61fb6bb1f7
Aniket Burman
2025-08-25T09:28:39
feat(revenue_recovery): Add redis-based payment processor token tracking for revenue recovery (#8846)
true
false
juspay/hyperswitch
[ { "commit": "0b59b9086cd68eef346413a27d03fa61fb6bb1f7", "old_path": null, "new_path": "config/config.example.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "config/config.example.toml" }, { "commit": "0b59b9086cd68eef346413a27d03fa61fb6bb1f7", "old_path": null, "new_path": "config/deployments/env_specific.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "config/deployments/env_specific.toml" }, { "commit": "0b59b9086cd68eef346413a27d03fa61fb6bb1f7", "old_path": null, "new_path": "config/deployments/integration_test.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "config/deployments/integration_test.toml" }, { "commit": "0b59b9086cd68eef346413a27d03fa61fb6bb1f7", "old_path": null, "new_path": "config/deployments/production.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "config/deployments/production.toml" }, { "commit": "0b59b9086cd68eef346413a27d03fa61fb6bb1f7", "old_path": null, "new_path": "config/deployments/sandbox.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "config/deployments/sandbox.toml" }, { "commit": "0b59b9086cd68eef346413a27d03fa61fb6bb1f7", "old_path": null, "new_path": "config/development.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "config/development.toml" }, { "commit": "0b59b9086cd68eef346413a27d03fa61fb6bb1f7", "old_path": null, "new_path": "config/docker_compose.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "config/docker_compose.toml" }, { "commit": "0b59b9086cd68eef346413a27d03fa61fb6bb1f7", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/chargebee/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/chargebee/transformers.rs" }, { "commit": "0b59b9086cd68eef346413a27d03fa61fb6bb1f7", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/recurly/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/recurly/transformers.rs" }, { "commit": "0b59b9086cd68eef346413a27d03fa61fb6bb1f7", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/stripebilling/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/stripebilling/transformers.rs" }, { "commit": "0b59b9086cd68eef346413a27d03fa61fb6bb1f7", "old_path": null, "new_path": "crates/hyperswitch_domain_models/src/payments.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_domain_models/src/payments.rs" }, { "commit": "0b59b9086cd68eef346413a27d03fa61fb6bb1f7", "old_path": null, "new_path": "crates/hyperswitch_domain_models/src/revenue_recovery.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_domain_models/src/revenue_recovery.rs" }, { "commit": "0b59b9086cd68eef346413a27d03fa61fb6bb1f7", "old_path": null, "new_path": "crates/hyperswitch_domain_models/src/router_response_types/revenue_recovery.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_domain_models/src/router_response_types/revenue_recovery.rs" }, { "commit": "0b59b9086cd68eef346413a27d03fa61fb6bb1f7", "old_path": null, "new_path": "crates/router/src/core/errors.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/core/errors.rs" }, { "commit": "0b59b9086cd68eef346413a27d03fa61fb6bb1f7", "old_path": null, "new_path": "crates/router/src/core/payments/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/core/payments/transformers.rs" }, { "commit": "0b59b9086cd68eef346413a27d03fa61fb6bb1f7", "old_path": null, "new_path": "crates/router/src/core/revenue_recovery/api.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/core/revenue_recovery/api.rs" }, { "commit": "0b59b9086cd68eef346413a27d03fa61fb6bb1f7", "old_path": null, "new_path": "crates/router/src/core/revenue_recovery/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/core/revenue_recovery/transformers.rs" }, { "commit": "0b59b9086cd68eef346413a27d03fa61fb6bb1f7", "old_path": null, "new_path": "crates/router/src/core/webhooks/recovery_incoming.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/core/webhooks/recovery_incoming.rs" }, { "commit": "0b59b9086cd68eef346413a27d03fa61fb6bb1f7", "old_path": null, "new_path": "crates/router/src/types/storage.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/types/storage.rs" }, { "commit": "0b59b9086cd68eef346413a27d03fa61fb6bb1f7", "old_path": null, "new_path": "crates/router/src/types/storage/revenue_recovery.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/types/storage/revenue_recovery.rs" }, { "commit": "0b59b9086cd68eef346413a27d03fa61fb6bb1f7", "old_path": null, "new_path": "crates/router/src/types/storage/revenue_recovery_redis_operation.rs", "change_type": "A", "added": 0, "removed": 0, "filename": "crates/router/src/types/storage/revenue_recovery_redis_operation.rs" }, { "commit": "0b59b9086cd68eef346413a27d03fa61fb6bb1f7", "old_path": null, "new_path": "crates/router/src/workflows/revenue_recovery.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/workflows/revenue_recovery.rs" }, { "commit": "0b59b9086cd68eef346413a27d03fa61fb6bb1f7", "old_path": null, "new_path": "loadtest/config/development.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "loadtest/config/development.toml" }, { "commit": "0b59b9086cd68eef346413a27d03fa61fb6bb1f7", "old_path": null, "new_path": "proto/recovery_decider.proto", "change_type": "M", "added": 0, "removed": 0, "filename": "proto/recovery_decider.proto" } ]
f5db00352b90e99e78b631fa8b9cde5800093a9d
github-actions
41898282+github-actions[bot]@users.noreply.github.com
2025-08-25T00:32:21
chore(version): 2025.08.25.0
true
false
juspay/hyperswitch
[ { "commit": "f5db00352b90e99e78b631fa8b9cde5800093a9d", "old_path": null, "new_path": "CHANGELOG.md", "change_type": "M", "added": 0, "removed": 0, "filename": "CHANGELOG.md" } ]
ad247b7663e46e9e53c0c7011f1a3acee1ebe36c
sweta-sharma
2025-08-24T19:59:51
feat(connector): [AFFIRM] BNPL flow added (Alpha) (#8795)
true
false
juspay/hyperswitch
[ { "commit": "ad247b7663e46e9e53c0c7011f1a3acee1ebe36c", "old_path": null, "new_path": "api-reference/v1/openapi_spec_v1.json", "change_type": "M", "added": 0, "removed": 0, "filename": "api-reference/v1/openapi_spec_v1.json" }, { "commit": "ad247b7663e46e9e53c0c7011f1a3acee1ebe36c", "old_path": null, "new_path": "api-reference/v2/openapi_spec_v2.json", "change_type": "M", "added": 0, "removed": 0, "filename": "api-reference/v2/openapi_spec_v2.json" }, { "commit": "ad247b7663e46e9e53c0c7011f1a3acee1ebe36c", "old_path": null, "new_path": "config/config.example.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "config/config.example.toml" }, { "commit": "ad247b7663e46e9e53c0c7011f1a3acee1ebe36c", "old_path": null, "new_path": "config/deployments/integration_test.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "config/deployments/integration_test.toml" }, { "commit": "ad247b7663e46e9e53c0c7011f1a3acee1ebe36c", "old_path": null, "new_path": "config/deployments/production.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "config/deployments/production.toml" }, { "commit": "ad247b7663e46e9e53c0c7011f1a3acee1ebe36c", "old_path": null, "new_path": "config/deployments/sandbox.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "config/deployments/sandbox.toml" }, { "commit": "ad247b7663e46e9e53c0c7011f1a3acee1ebe36c", "old_path": null, "new_path": "config/development.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "config/development.toml" }, { "commit": "ad247b7663e46e9e53c0c7011f1a3acee1ebe36c", "old_path": null, "new_path": "config/docker_compose.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "config/docker_compose.toml" }, { "commit": "ad247b7663e46e9e53c0c7011f1a3acee1ebe36c", "old_path": null, "new_path": "crates/common_enums/src/connector_enums.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/common_enums/src/connector_enums.rs" }, { "commit": "ad247b7663e46e9e53c0c7011f1a3acee1ebe36c", "old_path": null, "new_path": "crates/connector_configs/src/connector.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/connector_configs/src/connector.rs" }, { "commit": "ad247b7663e46e9e53c0c7011f1a3acee1ebe36c", "old_path": null, "new_path": "crates/connector_configs/toml/development.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/connector_configs/toml/development.toml" }, { "commit": "ad247b7663e46e9e53c0c7011f1a3acee1ebe36c", "old_path": null, "new_path": "crates/connector_configs/toml/production.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/connector_configs/toml/production.toml" }, { "commit": "ad247b7663e46e9e53c0c7011f1a3acee1ebe36c", "old_path": null, "new_path": "crates/connector_configs/toml/sandbox.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/connector_configs/toml/sandbox.toml" }, { "commit": "ad247b7663e46e9e53c0c7011f1a3acee1ebe36c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/affirm.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/affirm.rs" }, { "commit": "ad247b7663e46e9e53c0c7011f1a3acee1ebe36c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/affirm/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/affirm/transformers.rs" }, { "commit": "ad247b7663e46e9e53c0c7011f1a3acee1ebe36c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/default_implementations.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/default_implementations.rs" }, { "commit": "ad247b7663e46e9e53c0c7011f1a3acee1ebe36c", "old_path": null, "new_path": "crates/router/src/core/connector_validation.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/core/connector_validation.rs" }, { "commit": "ad247b7663e46e9e53c0c7011f1a3acee1ebe36c", "old_path": null, "new_path": "crates/router/src/types/api/connector_mapping.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/types/api/connector_mapping.rs" }, { "commit": "ad247b7663e46e9e53c0c7011f1a3acee1ebe36c", "old_path": null, "new_path": "crates/router/src/types/api/feature_matrix.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/types/api/feature_matrix.rs" }, { "commit": "ad247b7663e46e9e53c0c7011f1a3acee1ebe36c", "old_path": null, "new_path": "crates/router/src/types/connector_transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/types/connector_transformers.rs" }, { "commit": "ad247b7663e46e9e53c0c7011f1a3acee1ebe36c", "old_path": null, "new_path": "cypress-tests/cypress/e2e/configs/mock-server/Connectors/Affirm.ts", "change_type": "A", "added": 0, "removed": 0, "filename": "cypress-tests/cypress/e2e/configs/mock-server/Connectors/Affirm.ts" }, { "commit": "ad247b7663e46e9e53c0c7011f1a3acee1ebe36c", "old_path": null, "new_path": "cypress-tests/cypress/e2e/configs/mock-server/Creds.json", "change_type": "M", "added": 0, "removed": 0, "filename": "cypress-tests/cypress/e2e/configs/mock-server/Creds.json" }, { "commit": "ad247b7663e46e9e53c0c7011f1a3acee1ebe36c", "old_path": null, "new_path": "cypress-tests/cypress/e2e/configs/mock-server/router.ts", "change_type": "M", "added": 0, "removed": 0, "filename": "cypress-tests/cypress/e2e/configs/mock-server/router.ts" }, { "commit": "ad247b7663e46e9e53c0c7011f1a3acee1ebe36c", "old_path": null, "new_path": "loadtest/config/development.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "loadtest/config/development.toml" } ]
7047c3faa1e71c7ad13592cd41b77be3cdc1a8a2
awasthi21
2025-08-24T16:48:27
feat(core): Add network_transaction_id in payments Response (#9032)
true
false
juspay/hyperswitch
[ { "commit": "7047c3faa1e71c7ad13592cd41b77be3cdc1a8a2", "old_path": null, "new_path": "crates/diesel_models/src/payment_attempt.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/diesel_models/src/payment_attempt.rs" }, { "commit": "7047c3faa1e71c7ad13592cd41b77be3cdc1a8a2", "old_path": null, "new_path": "crates/diesel_models/src/schema.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/diesel_models/src/schema.rs" }, { "commit": "7047c3faa1e71c7ad13592cd41b77be3cdc1a8a2", "old_path": null, "new_path": "crates/diesel_models/src/schema_v2.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/diesel_models/src/schema_v2.rs" }, { "commit": "7047c3faa1e71c7ad13592cd41b77be3cdc1a8a2", "old_path": null, "new_path": "crates/diesel_models/src/user/sample_data.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/diesel_models/src/user/sample_data.rs" }, { "commit": "7047c3faa1e71c7ad13592cd41b77be3cdc1a8a2", "old_path": null, "new_path": "crates/hyperswitch_domain_models/src/payments/payment_attempt.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_domain_models/src/payments/payment_attempt.rs" }, { "commit": "7047c3faa1e71c7ad13592cd41b77be3cdc1a8a2", "old_path": null, "new_path": "crates/hyperswitch_domain_models/src/router_response_types.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_domain_models/src/router_response_types.rs" }, { "commit": "7047c3faa1e71c7ad13592cd41b77be3cdc1a8a2", "old_path": null, "new_path": "crates/router/src/core/payments/helpers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/core/payments/helpers.rs" }, { "commit": "7047c3faa1e71c7ad13592cd41b77be3cdc1a8a2", "old_path": null, "new_path": "crates/router/src/core/payments/operations/payment_confirm.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/core/payments/operations/payment_confirm.rs" }, { "commit": "7047c3faa1e71c7ad13592cd41b77be3cdc1a8a2", "old_path": null, "new_path": "crates/router/src/core/payments/operations/payment_create.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/core/payments/operations/payment_create.rs" }, { "commit": "7047c3faa1e71c7ad13592cd41b77be3cdc1a8a2", "old_path": null, "new_path": "crates/router/src/core/payments/operations/payment_response.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/core/payments/operations/payment_response.rs" }, { "commit": "7047c3faa1e71c7ad13592cd41b77be3cdc1a8a2", "old_path": null, "new_path": "crates/router/src/core/payments/operations/payment_update.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/core/payments/operations/payment_update.rs" }, { "commit": "7047c3faa1e71c7ad13592cd41b77be3cdc1a8a2", "old_path": null, "new_path": "crates/router/src/core/payments/retry.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/core/payments/retry.rs" }, { "commit": "7047c3faa1e71c7ad13592cd41b77be3cdc1a8a2", "old_path": null, "new_path": "crates/router/src/core/payments/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/core/payments/transformers.rs" }, { "commit": "7047c3faa1e71c7ad13592cd41b77be3cdc1a8a2", "old_path": null, "new_path": "crates/router/src/services/kafka/payment_attempt.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/services/kafka/payment_attempt.rs" }, { "commit": "7047c3faa1e71c7ad13592cd41b77be3cdc1a8a2", "old_path": null, "new_path": "crates/router/src/services/kafka/payment_attempt_event.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/services/kafka/payment_attempt_event.rs" }, { "commit": "7047c3faa1e71c7ad13592cd41b77be3cdc1a8a2", "old_path": null, "new_path": "crates/router/src/types/storage/payment_attempt.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/types/storage/payment_attempt.rs" }, { "commit": "7047c3faa1e71c7ad13592cd41b77be3cdc1a8a2", "old_path": null, "new_path": "crates/router/src/utils/user/sample_data.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/utils/user/sample_data.rs" }, { "commit": "7047c3faa1e71c7ad13592cd41b77be3cdc1a8a2", "old_path": null, "new_path": "crates/storage_impl/src/mock_db/payment_attempt.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/storage_impl/src/mock_db/payment_attempt.rs" }, { "commit": "7047c3faa1e71c7ad13592cd41b77be3cdc1a8a2", "old_path": null, "new_path": "crates/storage_impl/src/payments/payment_attempt.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/storage_impl/src/payments/payment_attempt.rs" }, { "commit": "7047c3faa1e71c7ad13592cd41b77be3cdc1a8a2", "old_path": null, "new_path": "migrations/2025-08-20-095434_add_ntid_in_attempt_table/down.sql", "change_type": "A", "added": 0, "removed": 0, "filename": "migrations/2025-08-20-095434_add_ntid_in_attempt_table/down.sql" }, { "commit": "7047c3faa1e71c7ad13592cd41b77be3cdc1a8a2", "old_path": null, "new_path": "migrations/2025-08-20-095434_add_ntid_in_attempt_table/up.sql", "change_type": "A", "added": 0, "removed": 0, "filename": "migrations/2025-08-20-095434_add_ntid_in_attempt_table/up.sql" } ]
cb34ec51e0f2b4ba071602f5fe974429de542b80
awasthi21
2025-08-22T16:30:03
feat(connector): [BHN] Add BHN GiftCard Flow( Alpha) (#8701)
true
false
juspay/hyperswitch
[ { "commit": "cb34ec51e0f2b4ba071602f5fe974429de542b80", "old_path": null, "new_path": "api-reference/v1/openapi_spec_v1.json", "change_type": "M", "added": 0, "removed": 0, "filename": "api-reference/v1/openapi_spec_v1.json" }, { "commit": "cb34ec51e0f2b4ba071602f5fe974429de542b80", "old_path": null, "new_path": "api-reference/v2/openapi_spec_v2.json", "change_type": "M", "added": 0, "removed": 0, "filename": "api-reference/v2/openapi_spec_v2.json" }, { "commit": "cb34ec51e0f2b4ba071602f5fe974429de542b80", "old_path": null, "new_path": "crates/api_models/src/payments.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/api_models/src/payments.rs" }, { "commit": "cb34ec51e0f2b4ba071602f5fe974429de542b80", "old_path": null, "new_path": "crates/api_models/src/payments/additional_info.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/api_models/src/payments/additional_info.rs" }, { "commit": "cb34ec51e0f2b4ba071602f5fe974429de542b80", "old_path": null, "new_path": "crates/common_enums/src/connector_enums.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/common_enums/src/connector_enums.rs" }, { "commit": "cb34ec51e0f2b4ba071602f5fe974429de542b80", "old_path": null, "new_path": "crates/common_enums/src/enums.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/common_enums/src/enums.rs" }, { "commit": "cb34ec51e0f2b4ba071602f5fe974429de542b80", "old_path": null, "new_path": "crates/common_enums/src/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/common_enums/src/transformers.rs" }, { "commit": "cb34ec51e0f2b4ba071602f5fe974429de542b80", "old_path": null, "new_path": "crates/connector_configs/src/connector.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/connector_configs/src/connector.rs" }, { "commit": "cb34ec51e0f2b4ba071602f5fe974429de542b80", "old_path": null, "new_path": "crates/connector_configs/toml/development.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/connector_configs/toml/development.toml" }, { "commit": "cb34ec51e0f2b4ba071602f5fe974429de542b80", "old_path": null, "new_path": "crates/connector_configs/toml/production.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/connector_configs/toml/production.toml" }, { "commit": "cb34ec51e0f2b4ba071602f5fe974429de542b80", "old_path": null, "new_path": "crates/connector_configs/toml/sandbox.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/connector_configs/toml/sandbox.toml" }, { "commit": "cb34ec51e0f2b4ba071602f5fe974429de542b80", "old_path": null, "new_path": "crates/euclid/src/frontend/dir/enums.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/euclid/src/frontend/dir/enums.rs" }, { "commit": "cb34ec51e0f2b4ba071602f5fe974429de542b80", "old_path": null, "new_path": "crates/euclid/src/frontend/dir/lowering.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/euclid/src/frontend/dir/lowering.rs" }, { "commit": "cb34ec51e0f2b4ba071602f5fe974429de542b80", "old_path": null, "new_path": "crates/euclid/src/frontend/dir/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/euclid/src/frontend/dir/transformers.rs" }, { "commit": "cb34ec51e0f2b4ba071602f5fe974429de542b80", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/adyen.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/adyen.rs" }, { "commit": "cb34ec51e0f2b4ba071602f5fe974429de542b80", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs" }, { "commit": "cb34ec51e0f2b4ba071602f5fe974429de542b80", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/blackhawknetwork.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/blackhawknetwork.rs" }, { "commit": "cb34ec51e0f2b4ba071602f5fe974429de542b80", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/blackhawknetwork/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/blackhawknetwork/transformers.rs" }, { "commit": "cb34ec51e0f2b4ba071602f5fe974429de542b80", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/klarna.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/klarna.rs" }, { "commit": "cb34ec51e0f2b4ba071602f5fe974429de542b80", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs" }, { "commit": "cb34ec51e0f2b4ba071602f5fe974429de542b80", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/shift4/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/shift4/transformers.rs" }, { "commit": "cb34ec51e0f2b4ba071602f5fe974429de542b80", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/stripe/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/stripe/transformers.rs" }, { "commit": "cb34ec51e0f2b4ba071602f5fe974429de542b80", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/zen/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/zen/transformers.rs" }, { "commit": "cb34ec51e0f2b4ba071602f5fe974429de542b80", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/default_implementations.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/default_implementations.rs" }, { "commit": "cb34ec51e0f2b4ba071602f5fe974429de542b80", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/utils.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/utils.rs" }, { "commit": "cb34ec51e0f2b4ba071602f5fe974429de542b80", "old_path": null, "new_path": "crates/hyperswitch_domain_models/src/payment_method_data.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_domain_models/src/payment_method_data.rs" }, { "commit": "cb34ec51e0f2b4ba071602f5fe974429de542b80", "old_path": null, "new_path": "crates/kgraph_utils/src/mca.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/kgraph_utils/src/mca.rs" }, { "commit": "cb34ec51e0f2b4ba071602f5fe974429de542b80", "old_path": null, "new_path": "crates/kgraph_utils/src/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/kgraph_utils/src/transformers.rs" }, { "commit": "cb34ec51e0f2b4ba071602f5fe974429de542b80", "old_path": null, "new_path": "crates/openapi/src/openapi.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/openapi/src/openapi.rs" }, { "commit": "cb34ec51e0f2b4ba071602f5fe974429de542b80", "old_path": null, "new_path": "crates/openapi/src/openapi_v2.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/openapi/src/openapi_v2.rs" }, { "commit": "cb34ec51e0f2b4ba071602f5fe974429de542b80", "old_path": null, "new_path": "crates/router/src/connector/utils.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/connector/utils.rs" }, { "commit": "cb34ec51e0f2b4ba071602f5fe974429de542b80", "old_path": null, "new_path": "crates/router/src/core/connector_validation.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/core/connector_validation.rs" }, { "commit": "cb34ec51e0f2b4ba071602f5fe974429de542b80", "old_path": null, "new_path": "crates/router/src/types/api/connector_mapping.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/types/api/connector_mapping.rs" }, { "commit": "cb34ec51e0f2b4ba071602f5fe974429de542b80", "old_path": null, "new_path": "crates/router/src/types/api/feature_matrix.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/types/api/feature_matrix.rs" }, { "commit": "cb34ec51e0f2b4ba071602f5fe974429de542b80", "old_path": null, "new_path": "crates/router/src/types/connector_transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/types/connector_transformers.rs" }, { "commit": "cb34ec51e0f2b4ba071602f5fe974429de542b80", "old_path": null, "new_path": "crates/router/src/types/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/types/transformers.rs" } ]
ad05dc4176114dad3420a78af238d3842160e464
Shankar Singh C
2025-08-22T13:46:19
feat(router): add support to use signature_network and is_issuer_regulated as filters (#9033)
true
false
juspay/hyperswitch
[ { "commit": "ad05dc4176114dad3420a78af238d3842160e464", "old_path": null, "new_path": "crates/analytics/src/payments/accumulator.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/analytics/src/payments/accumulator.rs" }, { "commit": "ad05dc4176114dad3420a78af238d3842160e464", "old_path": null, "new_path": "crates/analytics/src/payments/core.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/analytics/src/payments/core.rs" }, { "commit": "ad05dc4176114dad3420a78af238d3842160e464", "old_path": null, "new_path": "crates/analytics/src/payments/distribution.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/analytics/src/payments/distribution.rs" }, { "commit": "ad05dc4176114dad3420a78af238d3842160e464", "old_path": null, "new_path": "crates/analytics/src/payments/distribution/payment_error_message.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/analytics/src/payments/distribution/payment_error_message.rs" }, { "commit": "ad05dc4176114dad3420a78af238d3842160e464", "old_path": null, "new_path": "crates/analytics/src/payments/filters.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/analytics/src/payments/filters.rs" }, { "commit": "ad05dc4176114dad3420a78af238d3842160e464", "old_path": null, "new_path": "crates/analytics/src/payments/metrics.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/analytics/src/payments/metrics.rs" }, { "commit": "ad05dc4176114dad3420a78af238d3842160e464", "old_path": null, "new_path": "crates/analytics/src/payments/metrics/avg_ticket_size.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/analytics/src/payments/metrics/avg_ticket_size.rs" }, { "commit": "ad05dc4176114dad3420a78af238d3842160e464", "old_path": null, "new_path": "crates/analytics/src/payments/metrics/connector_success_rate.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/analytics/src/payments/metrics/connector_success_rate.rs" }, { "commit": "ad05dc4176114dad3420a78af238d3842160e464", "old_path": null, "new_path": "crates/analytics/src/payments/metrics/debit_routing.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/analytics/src/payments/metrics/debit_routing.rs" }, { "commit": "ad05dc4176114dad3420a78af238d3842160e464", "old_path": null, "new_path": "crates/analytics/src/payments/metrics/payment_count.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/analytics/src/payments/metrics/payment_count.rs" }, { "commit": "ad05dc4176114dad3420a78af238d3842160e464", "old_path": null, "new_path": "crates/analytics/src/payments/metrics/payment_processed_amount.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/analytics/src/payments/metrics/payment_processed_amount.rs" }, { "commit": "ad05dc4176114dad3420a78af238d3842160e464", "old_path": null, "new_path": "crates/analytics/src/payments/metrics/payment_success_count.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/analytics/src/payments/metrics/payment_success_count.rs" }, { "commit": "ad05dc4176114dad3420a78af238d3842160e464", "old_path": null, "new_path": "crates/analytics/src/payments/metrics/retries_count.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/analytics/src/payments/metrics/retries_count.rs" }, { "commit": "ad05dc4176114dad3420a78af238d3842160e464", "old_path": null, "new_path": "crates/analytics/src/payments/metrics/sessionized_metrics/avg_ticket_size.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/analytics/src/payments/metrics/sessionized_metrics/avg_ticket_size.rs" }, { "commit": "ad05dc4176114dad3420a78af238d3842160e464", "old_path": null, "new_path": "crates/analytics/src/payments/metrics/sessionized_metrics/connector_success_rate.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/analytics/src/payments/metrics/sessionized_metrics/connector_success_rate.rs" }, { "commit": "ad05dc4176114dad3420a78af238d3842160e464", "old_path": null, "new_path": "crates/analytics/src/payments/metrics/sessionized_metrics/debit_routing.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/analytics/src/payments/metrics/sessionized_metrics/debit_routing.rs" }, { "commit": "ad05dc4176114dad3420a78af238d3842160e464", "old_path": null, "new_path": "crates/analytics/src/payments/metrics/sessionized_metrics/failure_reasons.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/analytics/src/payments/metrics/sessionized_metrics/failure_reasons.rs" }, { "commit": "ad05dc4176114dad3420a78af238d3842160e464", "old_path": null, "new_path": "crates/analytics/src/payments/metrics/sessionized_metrics/payment_count.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/analytics/src/payments/metrics/sessionized_metrics/payment_count.rs" }, { "commit": "ad05dc4176114dad3420a78af238d3842160e464", "old_path": null, "new_path": "crates/analytics/src/payments/metrics/sessionized_metrics/payment_processed_amount.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/analytics/src/payments/metrics/sessionized_metrics/payment_processed_amount.rs" }, { "commit": "ad05dc4176114dad3420a78af238d3842160e464", "old_path": null, "new_path": "crates/analytics/src/payments/metrics/sessionized_metrics/payment_success_count.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/analytics/src/payments/metrics/sessionized_metrics/payment_success_count.rs" }, { "commit": "ad05dc4176114dad3420a78af238d3842160e464", "old_path": null, "new_path": "crates/analytics/src/payments/metrics/sessionized_metrics/payments_distribution.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/analytics/src/payments/metrics/sessionized_metrics/payments_distribution.rs" }, { "commit": "ad05dc4176114dad3420a78af238d3842160e464", "old_path": null, "new_path": "crates/analytics/src/payments/metrics/sessionized_metrics/retries_count.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/analytics/src/payments/metrics/sessionized_metrics/retries_count.rs" }, { "commit": "ad05dc4176114dad3420a78af238d3842160e464", "old_path": null, "new_path": "crates/analytics/src/payments/metrics/sessionized_metrics/success_rate.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/analytics/src/payments/metrics/sessionized_metrics/success_rate.rs" }, { "commit": "ad05dc4176114dad3420a78af238d3842160e464", "old_path": null, "new_path": "crates/analytics/src/payments/metrics/success_rate.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/analytics/src/payments/metrics/success_rate.rs" }, { "commit": "ad05dc4176114dad3420a78af238d3842160e464", "old_path": null, "new_path": "crates/analytics/src/payments/types.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/analytics/src/payments/types.rs" }, { "commit": "ad05dc4176114dad3420a78af238d3842160e464", "old_path": null, "new_path": "crates/analytics/src/sqlx.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/analytics/src/sqlx.rs" }, { "commit": "ad05dc4176114dad3420a78af238d3842160e464", "old_path": null, "new_path": "crates/api_models/src/analytics/payments.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/api_models/src/analytics/payments.rs" } ]
cc44831c51893805d76afc284107597a9dcd9963
Hrithikesh
2025-08-22T13:08:58
fix(redis): add support for fetching multiple keys for redis cluster (#9019)
true
false
juspay/hyperswitch
[ { "commit": "cc44831c51893805d76afc284107597a9dcd9963", "old_path": null, "new_path": "crates/redis_interface/src/commands.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/redis_interface/src/commands.rs" }, { "commit": "cc44831c51893805d76afc284107597a9dcd9963", "old_path": null, "new_path": "crates/redis_interface/src/lib.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/redis_interface/src/lib.rs" } ]
e3c46b7de71d619b84beb2dba36b6f62a570d45f
Kanika Bansal
2025-08-22T13:08:23
refactor(user_roles): implement parent group info based role APIs (#8896)
true
false
juspay/hyperswitch
[ { "commit": "e3c46b7de71d619b84beb2dba36b6f62a570d45f", "old_path": null, "new_path": "crates/api_models/src/events/user_role.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/api_models/src/events/user_role.rs" }, { "commit": "e3c46b7de71d619b84beb2dba36b6f62a570d45f", "old_path": null, "new_path": "crates/api_models/src/user_role/role.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/api_models/src/user_role/role.rs" }, { "commit": "e3c46b7de71d619b84beb2dba36b6f62a570d45f", "old_path": null, "new_path": "crates/common_enums/src/enums.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/common_enums/src/enums.rs" }, { "commit": "e3c46b7de71d619b84beb2dba36b6f62a570d45f", "old_path": null, "new_path": "crates/router/src/core/user_role.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/core/user_role.rs" }, { "commit": "e3c46b7de71d619b84beb2dba36b6f62a570d45f", "old_path": null, "new_path": "crates/router/src/core/user_role/role.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/core/user_role/role.rs" }, { "commit": "e3c46b7de71d619b84beb2dba36b6f62a570d45f", "old_path": null, "new_path": "crates/router/src/routes/app.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/routes/app.rs" }, { "commit": "e3c46b7de71d619b84beb2dba36b6f62a570d45f", "old_path": null, "new_path": "crates/router/src/routes/lock_utils.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/routes/lock_utils.rs" }, { "commit": "e3c46b7de71d619b84beb2dba36b6f62a570d45f", "old_path": null, "new_path": "crates/router/src/routes/user_role.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/routes/user_role.rs" }, { "commit": "e3c46b7de71d619b84beb2dba36b6f62a570d45f", "old_path": null, "new_path": "crates/router/src/services/authorization/permission_groups.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/services/authorization/permission_groups.rs" }, { "commit": "e3c46b7de71d619b84beb2dba36b6f62a570d45f", "old_path": null, "new_path": "crates/router/src/utils/user_role.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/utils/user_role.rs" }, { "commit": "e3c46b7de71d619b84beb2dba36b6f62a570d45f", "old_path": null, "new_path": "crates/router_env/src/logger/types.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router_env/src/logger/types.rs" } ]
0ba5d543496de040f637c5bf8d2529667d25e8a5
Ayush Anand
2025-08-22T13:05:42
feat(router): verify service for applepay merchant registration v2 (#8999)
true
false
juspay/hyperswitch
[ { "commit": "0ba5d543496de040f637c5bf8d2529667d25e8a5", "old_path": null, "new_path": "crates/router/src/core/verification.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/core/verification.rs" }, { "commit": "0ba5d543496de040f637c5bf8d2529667d25e8a5", "old_path": null, "new_path": "crates/router/src/core/verification/utils.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/core/verification/utils.rs" }, { "commit": "0ba5d543496de040f637c5bf8d2529667d25e8a5", "old_path": null, "new_path": "crates/router/src/lib.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/lib.rs" }, { "commit": "0ba5d543496de040f637c5bf8d2529667d25e8a5", "old_path": null, "new_path": "crates/router/src/routes/app.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/routes/app.rs" }, { "commit": "0ba5d543496de040f637c5bf8d2529667d25e8a5", "old_path": null, "new_path": "crates/router/src/routes/verification.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/routes/verification.rs" } ]
6016377ad8e424c58bb91af5c145741ba84e059f
Ayush Anand
2025-08-22T13:05:09
feat(payment_methods): add payment-methods/filter endpoint to list countries and currencies for connector payment method in v2 (#8978)
true
false
juspay/hyperswitch
[ { "commit": "6016377ad8e424c58bb91af5c145741ba84e059f", "old_path": null, "new_path": "crates/router/src/routes/app.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/routes/app.rs" }, { "commit": "6016377ad8e424c58bb91af5c145741ba84e059f", "old_path": null, "new_path": "crates/router/src/routes/payment_methods.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/routes/payment_methods.rs" } ]
e9a8187dfdc74a5b555140afd5b7ec05491f06ed
Swangi Kumari
2025-08-22T13:04:07
refactor(core): refund sync process scheduled time (#8930)
true
false
juspay/hyperswitch
[ { "commit": "e9a8187dfdc74a5b555140afd5b7ec05491f06ed", "old_path": null, "new_path": "crates/router/src/core/refunds.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/core/refunds.rs" } ]
b1486f8bd31dbe741ac01f36053bc4a2f3eaaa78
AkshayaFoiger
2025-08-22T12:38:55
fix(connectors): [worldpayvantiv] map cnp_txn_id to connector_txn_id and enforce max length for customer_id and connector_request_reference_id (#9031)
true
false
juspay/hyperswitch
[ { "commit": "b1486f8bd31dbe741ac01f36053bc4a2f3eaaa78", "old_path": null, "new_path": "Cargo.lock", "change_type": "M", "added": 0, "removed": 0, "filename": "Cargo.lock" }, { "commit": "b1486f8bd31dbe741ac01f36053bc4a2f3eaaa78", "old_path": null, "new_path": "crates/hyperswitch_connectors/Cargo.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/Cargo.toml" }, { "commit": "b1486f8bd31dbe741ac01f36053bc4a2f3eaaa78", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/worldpayvantiv.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/worldpayvantiv.rs" }, { "commit": "b1486f8bd31dbe741ac01f36053bc4a2f3eaaa78", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs" }, { "commit": "b1486f8bd31dbe741ac01f36053bc4a2f3eaaa78", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/utils.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/utils.rs" } ]
049e6b572d88d141fccf09e12854988daf146e67
Nithin N
2025-08-22T11:45:19
feat(nuvei): Googlepay , applepay and partial authorization integration for nuvei (#8985)
true
false
juspay/hyperswitch
[ { "commit": "049e6b572d88d141fccf09e12854988daf146e67", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/nuvei.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/nuvei.rs" }, { "commit": "049e6b572d88d141fccf09e12854988daf146e67", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs" }, { "commit": "049e6b572d88d141fccf09e12854988daf146e67", "old_path": null, "new_path": "crates/router/src/types/api/connector_mapping.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/types/api/connector_mapping.rs" }, { "commit": "049e6b572d88d141fccf09e12854988daf146e67", "old_path": null, "new_path": "crates/router/src/types/api/feature_matrix.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/types/api/feature_matrix.rs" }, { "commit": "049e6b572d88d141fccf09e12854988daf146e67", "old_path": null, "new_path": "crates/router/tests/connectors/nuvei.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/tests/connectors/nuvei.rs" } ]
c90625a4ea163e03895276a04ec3a23d4117413d
github-actions
41898282+github-actions[bot]@users.noreply.github.com
2025-08-22T00:30:41
chore(version): 2025.08.22.0
true
false
juspay/hyperswitch
[ { "commit": "c90625a4ea163e03895276a04ec3a23d4117413d", "old_path": null, "new_path": "CHANGELOG.md", "change_type": "M", "added": 0, "removed": 0, "filename": "CHANGELOG.md" } ]
84a3492550118f4ad2a48beb50e87625605b6a82
Amisha Prabhat
2025-08-21T18:02:36
feat(revenue): Add support for hard-decline switch for revenue-recovery service (#8879)
true
false
juspay/hyperswitch
[ { "commit": "84a3492550118f4ad2a48beb50e87625605b6a82", "old_path": null, "new_path": "api-reference/v1/openapi_spec_v1.json", "change_type": "M", "added": 0, "removed": 0, "filename": "api-reference/v1/openapi_spec_v1.json" }, { "commit": "84a3492550118f4ad2a48beb50e87625605b6a82", "old_path": null, "new_path": "api-reference/v2/openapi_spec_v2.json", "change_type": "M", "added": 0, "removed": 0, "filename": "api-reference/v2/openapi_spec_v2.json" }, { "commit": "84a3492550118f4ad2a48beb50e87625605b6a82", "old_path": null, "new_path": "crates/common_enums/src/enums.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/common_enums/src/enums.rs" }, { "commit": "84a3492550118f4ad2a48beb50e87625605b6a82", "old_path": null, "new_path": "crates/router/src/core/revenue_recovery/types.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/core/revenue_recovery/types.rs" }, { "commit": "84a3492550118f4ad2a48beb50e87625605b6a82", "old_path": null, "new_path": "crates/router/src/lib.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/lib.rs" }, { "commit": "84a3492550118f4ad2a48beb50e87625605b6a82", "old_path": null, "new_path": "crates/router/src/routes/app.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/routes/app.rs" }, { "commit": "84a3492550118f4ad2a48beb50e87625605b6a82", "old_path": null, "new_path": "crates/router/src/routes/gsm.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/routes/gsm.rs" }, { "commit": "84a3492550118f4ad2a48beb50e87625605b6a82", "old_path": null, "new_path": "crates/router/src/types/storage/revenue_recovery.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/types/storage/revenue_recovery.rs" } ]
49cd1225abb852bf4c024d39ce777caa98c58892
Aishwariyaa Anand
2025-08-21T15:59:08
refactor(core): propagate merchant_reference_id for PaymentsAuthorizeData (#9013)
true
false
juspay/hyperswitch
[ { "commit": "49cd1225abb852bf4c024d39ce777caa98c58892", "old_path": null, "new_path": "crates/router/src/core/payments/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/core/payments/transformers.rs" } ]
6d984d4859c349da8ab44914ee0ad37c94ef6e0c
AkshayaFoiger
2025-08-21T14:42:08
feat(connector): add integration status to feature matrix (#8351)
true
false
juspay/hyperswitch
[ { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "api-reference/v1/openapi_spec_v1.json", "change_type": "M", "added": 0, "removed": 0, "filename": "api-reference/v1/openapi_spec_v1.json" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "api-reference/v2/openapi_spec_v2.json", "change_type": "M", "added": 0, "removed": 0, "filename": "api-reference/v2/openapi_spec_v2.json" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "config/deployments/integration_test.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "config/deployments/integration_test.toml" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "config/deployments/production.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "config/deployments/production.toml" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "config/deployments/sandbox.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "config/deployments/sandbox.toml" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "config/development.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "config/development.toml" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "config/docker_compose.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "config/docker_compose.toml" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "connector-template/mod.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "connector-template/mod.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/api_models/src/feature_matrix.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/api_models/src/feature_matrix.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/common_enums/src/enums.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/common_enums/src/enums.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/aci.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/aci.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/adyen.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/adyen.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/adyenplatform.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/adyenplatform.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/affirm.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/affirm.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/airwallex.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/airwallex.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/authipay.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/authipay.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/authorizedotnet.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/authorizedotnet.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/bambora.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/bambora.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/bamboraapac.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/bamboraapac.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/barclaycard.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/barclaycard.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/billwerk.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/billwerk.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/bitpay.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/bitpay.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/blackhawknetwork.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/blackhawknetwork.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/bluecode.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/bluecode.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/bluesnap.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/bluesnap.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/braintree.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/braintree.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/breadpay.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/breadpay.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/cashtocode.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/cashtocode.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/celero.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/celero.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/checkbook.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/checkbook.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/checkout.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/checkout.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/coinbase.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/coinbase.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/coingate.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/coingate.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/deutschebank.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/deutschebank.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/digitalvirgo.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/digitalvirgo.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/dlocal.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/dlocal.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/dwolla.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/dwolla.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/ebanx.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/ebanx.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/elavon.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/elavon.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/facilitapay.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/facilitapay.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/fiserv.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/fiserv.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/fiservemea.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/fiservemea.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/fiuu.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/fiuu.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/flexiti.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/flexiti.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/forte.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/forte.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/getnet.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/getnet.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/globalpay.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/globalpay.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/globepay.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/globepay.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/gocardless.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/gocardless.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/gpayments.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/gpayments.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/helcim.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/helcim.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/hipay.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/hipay.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/hyperwallet.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/hyperwallet.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/iatapay.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/iatapay.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/inespay.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/inespay.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/itaubank.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/itaubank.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/jpmorgan.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/jpmorgan.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/juspaythreedsserver.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/juspaythreedsserver.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/katapult.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/katapult.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/klarna.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/klarna.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/mifinity.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/mifinity.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/mollie.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/mollie.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/moneris.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/moneris.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/mpgs.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/mpgs.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/multisafepay.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/multisafepay.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/netcetera.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/netcetera.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/nexinets.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/nexinets.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/nexixpay.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/nexixpay.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/nomupay.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/nomupay.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/nordea.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/nordea.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/novalnet.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/novalnet.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/nuvei.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/nuvei.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/opennode.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/opennode.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/paybox.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/paybox.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/payload.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/payload.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/payone.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/payone.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/paystack.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/paystack.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/paytm.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/paytm.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/payu.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/payu.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/phonepe.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/phonepe.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/placetopay.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/placetopay.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/powertranz.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/powertranz.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/prophetpay.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/prophetpay.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/rapyd.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/rapyd.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/razorpay.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/razorpay.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/redsys.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/redsys.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/riskified.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/riskified.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/santander.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/santander.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/shift4.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/shift4.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/sift.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/sift.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/signifyd.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/signifyd.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/silverflow.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/silverflow.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/square.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/square.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/stax.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/stax.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/stripe.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/stripe.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/taxjar.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/taxjar.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/threedsecureio.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/threedsecureio.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/thunes.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/thunes.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/tokenio.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/tokenio.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/trustpayments.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/trustpayments.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/tsys.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/tsys.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/volt.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/volt.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/wellsfargo.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/wellsfargo.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/wellsfargopayout.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/wellsfargopayout.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/wise.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/wise.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/worldline.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/worldline.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/worldpay.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/worldpay.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/worldpayvantiv.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/worldpayvantiv.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/worldpayxml.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/worldpayxml.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/xendit.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/xendit.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/zen.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/zen.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/zsl.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/zsl.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/hyperswitch_domain_models/src/router_response_types.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_domain_models/src/router_response_types.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/openapi/src/openapi.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/openapi/src/openapi.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/openapi/src/openapi_v2.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/openapi/src/openapi_v2.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/router/src/routes/feature_matrix.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/routes/feature_matrix.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/router/src/types/api.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/types/api.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "crates/router/src/types/api/feature_matrix.rs", "change_type": "A", "added": 0, "removed": 0, "filename": "crates/router/src/types/api/feature_matrix.rs" }, { "commit": "6d984d4859c349da8ab44914ee0ad37c94ef6e0c", "old_path": null, "new_path": "cypress-tests/cypress/support/commands.js", "change_type": "M", "added": 0, "removed": 0, "filename": "cypress-tests/cypress/support/commands.js" } ]
8d398c623d21f667a28224f78f0851394dd57477
Anurag
2025-08-21T14:01:02
fix(connector): [STRIPE] Populate Error Message in Incremental Authorization Flow (#9006)
true
false
juspay/hyperswitch
[ { "commit": "8d398c623d21f667a28224f78f0851394dd57477", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/stripe.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/stripe.rs" }, { "commit": "8d398c623d21f667a28224f78f0851394dd57477", "old_path": null, "new_path": "crates/router/src/core/payments/operations/payments_incremental_authorization.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/core/payments/operations/payments_incremental_authorization.rs" } ]
0269edf45b34dc7b9a8ab24596aa1d1ec9f6b475
Kashif
2025-08-21T13:59:55
refactor(connector): [AdyenPlatform] update incoming webhooks for payouts (#9002)
true
false
juspay/hyperswitch
[ { "commit": "0269edf45b34dc7b9a8ab24596aa1d1ec9f6b475", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/adyenplatform.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/adyenplatform.rs" }, { "commit": "0269edf45b34dc7b9a8ab24596aa1d1ec9f6b475", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/adyenplatform/transformers/payouts.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/adyenplatform/transformers/payouts.rs" } ]
ebfaba872ad77bdfc50755ce830a6a8de5a231ce
Hrithikesh
2025-08-21T13:58:40
chore: include missing drop null constraint queries in v2_compatible_migrations (#8940)
true
false
juspay/hyperswitch
[ { "commit": "ebfaba872ad77bdfc50755ce830a6a8de5a231ce", "old_path": null, "new_path": ".github/CODEOWNERS", "change_type": "M", "added": 0, "removed": 0, "filename": ".github/CODEOWNERS" }, { "commit": "ebfaba872ad77bdfc50755ce830a6a8de5a231ce", "old_path": null, "new_path": "v2_compatible_migrations/2024-08-28-081757_drop_not_null_constraints_on_v1_columns/down.sql", "change_type": "M", "added": 0, "removed": 0, "filename": "v2_compatible_migrations/2024-08-28-081757_drop_not_null_constraints_on_v1_columns/down.sql" }, { "commit": "ebfaba872ad77bdfc50755ce830a6a8de5a231ce", "old_path": null, "new_path": "v2_compatible_migrations/2024-08-28-081757_drop_not_null_constraints_on_v1_columns/up.sql", "change_type": "M", "added": 0, "removed": 0, "filename": "v2_compatible_migrations/2024-08-28-081757_drop_not_null_constraints_on_v1_columns/up.sql" } ]
47ae9908e1b3adc6d889e13742959e466e878c79
Ayush Anand
2025-08-21T13:50:59
feat(payments): add PaymentListFilterConstraints and payments_list_by_filter endpoint for v2 (#8794)
true
false
juspay/hyperswitch
[ { "commit": "47ae9908e1b3adc6d889e13742959e466e878c79", "old_path": null, "new_path": "api-reference/v2/openapi_spec_v2.json", "change_type": "M", "added": 0, "removed": 0, "filename": "api-reference/v2/openapi_spec_v2.json" }, { "commit": "47ae9908e1b3adc6d889e13742959e466e878c79", "old_path": null, "new_path": "crates/api_models/src/payments.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/api_models/src/payments.rs" }, { "commit": "47ae9908e1b3adc6d889e13742959e466e878c79", "old_path": null, "new_path": "crates/common_utils/src/id_type/merchant_connector_account.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/common_utils/src/id_type/merchant_connector_account.rs" }, { "commit": "47ae9908e1b3adc6d889e13742959e466e878c79", "old_path": null, "new_path": "crates/diesel_models/src/query/payment_attempt.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/diesel_models/src/query/payment_attempt.rs" }, { "commit": "47ae9908e1b3adc6d889e13742959e466e878c79", "old_path": null, "new_path": "crates/hyperswitch_domain_models/src/payments/payment_attempt.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_domain_models/src/payments/payment_attempt.rs" }, { "commit": "47ae9908e1b3adc6d889e13742959e466e878c79", "old_path": null, "new_path": "crates/hyperswitch_domain_models/src/payments/payment_intent.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_domain_models/src/payments/payment_intent.rs" }, { "commit": "47ae9908e1b3adc6d889e13742959e466e878c79", "old_path": null, "new_path": "crates/router/src/db/kafka_store.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/db/kafka_store.rs" }, { "commit": "47ae9908e1b3adc6d889e13742959e466e878c79", "old_path": null, "new_path": "crates/storage_impl/src/mock_db/payment_attempt.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/storage_impl/src/mock_db/payment_attempt.rs" }, { "commit": "47ae9908e1b3adc6d889e13742959e466e878c79", "old_path": null, "new_path": "crates/storage_impl/src/payments/payment_attempt.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/storage_impl/src/payments/payment_attempt.rs" }, { "commit": "47ae9908e1b3adc6d889e13742959e466e878c79", "old_path": null, "new_path": "crates/storage_impl/src/payments/payment_intent.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/storage_impl/src/payments/payment_intent.rs" } ]
a819b4639b1e4279b117f4693cb0716b08e5e2e9
Mrudul Vajpayee
2025-08-21T11:03:37
feat(payment-link): update traditional chinese paymentlink exp msg (#9007)
true
false
juspay/hyperswitch
[ { "commit": "a819b4639b1e4279b117f4693cb0716b08e5e2e9", "old_path": null, "new_path": "crates/router/src/core/payment_link/locale.js", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/core/payment_link/locale.js" } ]
19db2b5cb8eb8abac1a7a6a57a68422c10e2a9b4
Vani Gupta
2025-08-21T10:26:42
feat(connector): [barclaycard] Implement 3DS flow for cards (#8936)
true
false
juspay/hyperswitch
[ { "commit": "19db2b5cb8eb8abac1a7a6a57a68422c10e2a9b4", "old_path": null, "new_path": "config/config.example.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "config/config.example.toml" }, { "commit": "19db2b5cb8eb8abac1a7a6a57a68422c10e2a9b4", "old_path": null, "new_path": "config/deployments/integration_test.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "config/deployments/integration_test.toml" }, { "commit": "19db2b5cb8eb8abac1a7a6a57a68422c10e2a9b4", "old_path": null, "new_path": "config/deployments/production.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "config/deployments/production.toml" }, { "commit": "19db2b5cb8eb8abac1a7a6a57a68422c10e2a9b4", "old_path": null, "new_path": "config/deployments/sandbox.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "config/deployments/sandbox.toml" }, { "commit": "19db2b5cb8eb8abac1a7a6a57a68422c10e2a9b4", "old_path": null, "new_path": "config/development.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "config/development.toml" }, { "commit": "19db2b5cb8eb8abac1a7a6a57a68422c10e2a9b4", "old_path": null, "new_path": "config/docker_compose.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "config/docker_compose.toml" }, { "commit": "19db2b5cb8eb8abac1a7a6a57a68422c10e2a9b4", "old_path": null, "new_path": "crates/diesel_models/src/payment_attempt.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/diesel_models/src/payment_attempt.rs" }, { "commit": "19db2b5cb8eb8abac1a7a6a57a68422c10e2a9b4", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/barclaycard.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/barclaycard.rs" }, { "commit": "19db2b5cb8eb8abac1a7a6a57a68422c10e2a9b4", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/barclaycard/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/barclaycard/transformers.rs" }, { "commit": "19db2b5cb8eb8abac1a7a6a57a68422c10e2a9b4", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/default_implementations.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/default_implementations.rs" }, { "commit": "19db2b5cb8eb8abac1a7a6a57a68422c10e2a9b4", "old_path": null, "new_path": "crates/hyperswitch_domain_models/src/router_response_types.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_domain_models/src/router_response_types.rs" }, { "commit": "19db2b5cb8eb8abac1a7a6a57a68422c10e2a9b4", "old_path": null, "new_path": "crates/payment_methods/src/configs/payment_connector_required_fields.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/payment_methods/src/configs/payment_connector_required_fields.rs" }, { "commit": "19db2b5cb8eb8abac1a7a6a57a68422c10e2a9b4", "old_path": null, "new_path": "crates/router/src/core/payments.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/core/payments.rs" }, { "commit": "19db2b5cb8eb8abac1a7a6a57a68422c10e2a9b4", "old_path": null, "new_path": "crates/router/src/services/api.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/services/api.rs" }, { "commit": "19db2b5cb8eb8abac1a7a6a57a68422c10e2a9b4", "old_path": null, "new_path": "crates/router/src/types/api/connector_mapping.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/types/api/connector_mapping.rs" }, { "commit": "19db2b5cb8eb8abac1a7a6a57a68422c10e2a9b4", "old_path": null, "new_path": "crates/router/tests/connectors/barclaycard.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/tests/connectors/barclaycard.rs" }, { "commit": "19db2b5cb8eb8abac1a7a6a57a68422c10e2a9b4", "old_path": null, "new_path": "cypress-tests/cypress/e2e/configs/Payment/Barclaycard.js", "change_type": "A", "added": 0, "removed": 0, "filename": "cypress-tests/cypress/e2e/configs/Payment/Barclaycard.js" }, { "commit": "19db2b5cb8eb8abac1a7a6a57a68422c10e2a9b4", "old_path": null, "new_path": "cypress-tests/cypress/e2e/configs/Payment/Utils.js", "change_type": "M", "added": 0, "removed": 0, "filename": "cypress-tests/cypress/e2e/configs/Payment/Utils.js" }, { "commit": "19db2b5cb8eb8abac1a7a6a57a68422c10e2a9b4", "old_path": null, "new_path": "loadtest/config/development.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "loadtest/config/development.toml" } ]
ccccdf280fd00a55a8262384a8a8e9b0655cd7d5
github-actions
41898282+github-actions[bot]@users.noreply.github.com
2025-08-21T00:29:46
chore(version): 2025.08.21.0
true
false
juspay/hyperswitch
[ { "commit": "ccccdf280fd00a55a8262384a8a8e9b0655cd7d5", "old_path": null, "new_path": "CHANGELOG.md", "change_type": "M", "added": 0, "removed": 0, "filename": "CHANGELOG.md" } ]
e1fc14135cc3527cfb5afeccd4934bad8386c7b1
Nithin N
2025-08-20T12:15:34
feat(connector): [CELERO] Integrate Card Payments (Alpha) (#8574)
true
false
juspay/hyperswitch
[ { "commit": "e1fc14135cc3527cfb5afeccd4934bad8386c7b1", "old_path": null, "new_path": ".github/workflows/cypress-tests-runner.yml", "change_type": "M", "added": 0, "removed": 0, "filename": ".github/workflows/cypress-tests-runner.yml" }, { "commit": "e1fc14135cc3527cfb5afeccd4934bad8386c7b1", "old_path": null, "new_path": "crates/connector_configs/toml/development.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/connector_configs/toml/development.toml" }, { "commit": "e1fc14135cc3527cfb5afeccd4934bad8386c7b1", "old_path": null, "new_path": "crates/connector_configs/toml/production.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/connector_configs/toml/production.toml" }, { "commit": "e1fc14135cc3527cfb5afeccd4934bad8386c7b1", "old_path": null, "new_path": "crates/connector_configs/toml/sandbox.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/connector_configs/toml/sandbox.toml" }, { "commit": "e1fc14135cc3527cfb5afeccd4934bad8386c7b1", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/celero.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/celero.rs" }, { "commit": "e1fc14135cc3527cfb5afeccd4934bad8386c7b1", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/celero/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/celero/transformers.rs" }, { "commit": "e1fc14135cc3527cfb5afeccd4934bad8386c7b1", "old_path": null, "new_path": "crates/payment_methods/src/configs/payment_connector_required_fields.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/payment_methods/src/configs/payment_connector_required_fields.rs" }, { "commit": "e1fc14135cc3527cfb5afeccd4934bad8386c7b1", "old_path": null, "new_path": "cypress-tests/README.md", "change_type": "M", "added": 0, "removed": 0, "filename": "cypress-tests/README.md" }, { "commit": "e1fc14135cc3527cfb5afeccd4934bad8386c7b1", "old_path": null, "new_path": "cypress-tests/cypress/e2e/configs/Payment/Celero.js", "change_type": "A", "added": 0, "removed": 0, "filename": "cypress-tests/cypress/e2e/configs/Payment/Celero.js" }, { "commit": "e1fc14135cc3527cfb5afeccd4934bad8386c7b1", "old_path": null, "new_path": "cypress-tests/cypress/e2e/configs/Payment/Utils.js", "change_type": "M", "added": 0, "removed": 0, "filename": "cypress-tests/cypress/e2e/configs/Payment/Utils.js" }, { "commit": "e1fc14135cc3527cfb5afeccd4934bad8386c7b1", "old_path": null, "new_path": "cypress-tests/cypress/e2e/configs/mock-server/Connectors/Celero.ts", "change_type": "A", "added": 0, "removed": 0, "filename": "cypress-tests/cypress/e2e/configs/mock-server/Connectors/Celero.ts" }, { "commit": "e1fc14135cc3527cfb5afeccd4934bad8386c7b1", "old_path": null, "new_path": "cypress-tests/cypress/e2e/configs/mock-server/Connectors/Silverflow.ts", "change_type": "A", "added": 0, "removed": 0, "filename": "cypress-tests/cypress/e2e/configs/mock-server/Connectors/Silverflow.ts" }, { "commit": "e1fc14135cc3527cfb5afeccd4934bad8386c7b1", "old_path": null, "new_path": "cypress-tests/cypress/e2e/configs/mock-server/Creds.json", "change_type": "A", "added": 0, "removed": 0, "filename": "cypress-tests/cypress/e2e/configs/mock-server/Creds.json" }, { "commit": "e1fc14135cc3527cfb5afeccd4934bad8386c7b1", "old_path": null, "new_path": "cypress-tests/cypress/e2e/configs/mock-server/Silverflow.js", "change_type": "D", "added": 0, "removed": 0, "filename": "cypress-tests/cypress/e2e/configs/mock-server/Silverflow.js" }, { "commit": "e1fc14135cc3527cfb5afeccd4934bad8386c7b1", "old_path": null, "new_path": "cypress-tests/cypress/e2e/configs/mock-server/mockserver.ts", "change_type": "A", "added": 0, "removed": 0, "filename": "cypress-tests/cypress/e2e/configs/mock-server/mockserver.ts" }, { "commit": "e1fc14135cc3527cfb5afeccd4934bad8386c7b1", "old_path": null, "new_path": "cypress-tests/cypress/e2e/configs/mock-server/router.ts", "change_type": "A", "added": 0, "removed": 0, "filename": "cypress-tests/cypress/e2e/configs/mock-server/router.ts" }, { "commit": "e1fc14135cc3527cfb5afeccd4934bad8386c7b1", "old_path": null, "new_path": "cypress-tests/eslint.config.js", "change_type": "M", "added": 0, "removed": 0, "filename": "cypress-tests/eslint.config.js" }, { "commit": "e1fc14135cc3527cfb5afeccd4934bad8386c7b1", "old_path": null, "new_path": "cypress-tests/package-lock.json", "change_type": "M", "added": 0, "removed": 0, "filename": "cypress-tests/package-lock.json" }, { "commit": "e1fc14135cc3527cfb5afeccd4934bad8386c7b1", "old_path": null, "new_path": "cypress-tests/package.json", "change_type": "M", "added": 0, "removed": 0, "filename": "cypress-tests/package.json" }, { "commit": "e1fc14135cc3527cfb5afeccd4934bad8386c7b1", "old_path": null, "new_path": "cypress-tests/tsconfig.json", "change_type": "A", "added": 0, "removed": 0, "filename": "cypress-tests/tsconfig.json" } ]
73dfa5e4fa3da2772648678e5ce0dbee4d1a63b5
Sakil Mostak
2025-08-20T11:17:26
feat(payment-methods): [Proxy] add saved card flow for proxy payments (#8964)
true
false
juspay/hyperswitch
[ { "commit": "73dfa5e4fa3da2772648678e5ce0dbee4d1a63b5", "old_path": null, "new_path": "api-reference/v2/openapi_spec_v2.json", "change_type": "M", "added": 0, "removed": 0, "filename": "api-reference/v2/openapi_spec_v2.json" }, { "commit": "73dfa5e4fa3da2772648678e5ce0dbee4d1a63b5", "old_path": null, "new_path": "crates/api_models/src/payment_methods.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/api_models/src/payment_methods.rs" }, { "commit": "73dfa5e4fa3da2772648678e5ce0dbee4d1a63b5", "old_path": null, "new_path": "crates/api_models/src/payments.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/api_models/src/payments.rs" }, { "commit": "73dfa5e4fa3da2772648678e5ce0dbee4d1a63b5", "old_path": null, "new_path": "crates/common_enums/src/enums.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/common_enums/src/enums.rs" }, { "commit": "73dfa5e4fa3da2772648678e5ce0dbee4d1a63b5", "old_path": null, "new_path": "crates/diesel_models/src/payment_method.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/diesel_models/src/payment_method.rs" }, { "commit": "73dfa5e4fa3da2772648678e5ce0dbee4d1a63b5", "old_path": null, "new_path": "crates/diesel_models/src/schema_v2.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/diesel_models/src/schema_v2.rs" }, { "commit": "73dfa5e4fa3da2772648678e5ce0dbee4d1a63b5", "old_path": null, "new_path": "crates/hyperswitch_domain_models/src/payment_method_data.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_domain_models/src/payment_method_data.rs" }, { "commit": "73dfa5e4fa3da2772648678e5ce0dbee4d1a63b5", "old_path": null, "new_path": "crates/hyperswitch_domain_models/src/payment_methods.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_domain_models/src/payment_methods.rs" }, { "commit": "73dfa5e4fa3da2772648678e5ce0dbee4d1a63b5", "old_path": null, "new_path": "crates/hyperswitch_domain_models/src/payments/payment_attempt.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_domain_models/src/payments/payment_attempt.rs" }, { "commit": "73dfa5e4fa3da2772648678e5ce0dbee4d1a63b5", "old_path": null, "new_path": "crates/hyperswitch_domain_models/src/vault.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_domain_models/src/vault.rs" }, { "commit": "73dfa5e4fa3da2772648678e5ce0dbee4d1a63b5", "old_path": null, "new_path": "crates/openapi/src/openapi_v2.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/openapi/src/openapi_v2.rs" }, { "commit": "73dfa5e4fa3da2772648678e5ce0dbee4d1a63b5", "old_path": null, "new_path": "crates/router/src/core/payment_methods.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/core/payment_methods.rs" }, { "commit": "73dfa5e4fa3da2772648678e5ce0dbee4d1a63b5", "old_path": null, "new_path": "crates/router/src/core/payment_methods/vault.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/core/payment_methods/vault.rs" }, { "commit": "73dfa5e4fa3da2772648678e5ce0dbee4d1a63b5", "old_path": null, "new_path": "crates/router/src/core/payments.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/core/payments.rs" }, { "commit": "73dfa5e4fa3da2772648678e5ce0dbee4d1a63b5", "old_path": null, "new_path": "crates/router/src/core/payments/operations.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/core/payments/operations.rs" }, { "commit": "73dfa5e4fa3da2772648678e5ce0dbee4d1a63b5", "old_path": null, "new_path": "crates/router/src/core/payments/operations/external_vault_proxy_payment_intent.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/core/payments/operations/external_vault_proxy_payment_intent.rs" }, { "commit": "73dfa5e4fa3da2772648678e5ce0dbee4d1a63b5", "old_path": null, "new_path": "crates/router/src/core/payments/operations/payment_confirm_intent.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/core/payments/operations/payment_confirm_intent.rs" }, { "commit": "73dfa5e4fa3da2772648678e5ce0dbee4d1a63b5", "old_path": null, "new_path": "crates/router/src/core/unified_connector_service.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/core/unified_connector_service.rs" }, { "commit": "73dfa5e4fa3da2772648678e5ce0dbee4d1a63b5", "old_path": null, "new_path": "crates/router/src/types/api/payment_methods.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/types/api/payment_methods.rs" }, { "commit": "73dfa5e4fa3da2772648678e5ce0dbee4d1a63b5", "old_path": null, "new_path": "v2_compatible_migrations/2025-07-29-080133_add-external_vault_token_data-column-to-payment-methods/down.sql", "change_type": "A", "added": 0, "removed": 0, "filename": "v2_compatible_migrations/2025-07-29-080133_add-external_vault_token_data-column-to-payment-methods/down.sql" }, { "commit": "73dfa5e4fa3da2772648678e5ce0dbee4d1a63b5", "old_path": null, "new_path": "v2_compatible_migrations/2025-07-29-080133_add-external_vault_token_data-column-to-payment-methods/up.sql", "change_type": "A", "added": 0, "removed": 0, "filename": "v2_compatible_migrations/2025-07-29-080133_add-external_vault_token_data-column-to-payment-methods/up.sql" } ]
a56d78a46a3ee80cdb2b48f9abfd2cd7b297e328
Sahkal Poddar
2025-08-20T09:36:00
fix(authentication): changed required value for juspayThreedsserver config (#8890)
true
false
juspay/hyperswitch
[ { "commit": "a56d78a46a3ee80cdb2b48f9abfd2cd7b297e328", "old_path": null, "new_path": "crates/connector_configs/toml/development.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/connector_configs/toml/development.toml" }, { "commit": "a56d78a46a3ee80cdb2b48f9abfd2cd7b297e328", "old_path": null, "new_path": "crates/connector_configs/toml/production.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/connector_configs/toml/production.toml" }, { "commit": "a56d78a46a3ee80cdb2b48f9abfd2cd7b297e328", "old_path": null, "new_path": "crates/connector_configs/toml/sandbox.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/connector_configs/toml/sandbox.toml" } ]
c09c936643170c595303293601d41c4207e12068
Vani Gupta
2025-08-20T07:47:51
feat(connector): [DWOLLA] Connector integration (#8586)
true
false
juspay/hyperswitch
[ { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "api-reference/v1/openapi_spec_v1.json", "change_type": "M", "added": 0, "removed": 0, "filename": "api-reference/v1/openapi_spec_v1.json" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "api-reference/v2/openapi_spec_v2.json", "change_type": "M", "added": 0, "removed": 0, "filename": "api-reference/v2/openapi_spec_v2.json" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "config/config.example.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "config/config.example.toml" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "config/deployments/integration_test.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "config/deployments/integration_test.toml" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "config/deployments/production.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "config/deployments/production.toml" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "config/deployments/sandbox.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "config/deployments/sandbox.toml" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "config/development.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "config/development.toml" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "config/docker_compose.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "config/docker_compose.toml" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/api_models/src/enums.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/api_models/src/enums.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/common_enums/src/connector_enums.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/common_enums/src/connector_enums.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/connector_configs/src/connector.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/connector_configs/src/connector.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/connector_configs/toml/development.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/connector_configs/toml/development.toml" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/connector_configs/toml/production.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/connector_configs/toml/production.toml" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/connector_configs/toml/sandbox.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/connector_configs/toml/sandbox.toml" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/aci.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/aci.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/adyen.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/adyen.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/adyenplatform.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/adyenplatform.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/affirm.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/affirm.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/airwallex.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/airwallex.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/amazonpay.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/amazonpay.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/archipel.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/archipel.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/archipel/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/archipel/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/authipay/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/authipay/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/authorizedotnet.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/authorizedotnet.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/bambora.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/bambora.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/bamboraapac.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/bamboraapac.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/bankofamerica.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/bankofamerica.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/barclaycard.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/barclaycard.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/barclaycard/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/barclaycard/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/billwerk.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/billwerk.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/billwerk/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/billwerk/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/bitpay.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/bitpay.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/blackhawknetwork.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/blackhawknetwork.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/bluecode.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/bluecode.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/bluesnap.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/bluesnap.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/boku.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/boku.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/braintree.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/braintree.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/braintree/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/braintree/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/breadpay.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/breadpay.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/cashtocode.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/cashtocode.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/cashtocode/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/cashtocode/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/celero.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/celero.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/chargebee.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/chargebee.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/checkbook.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/checkbook.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/checkout.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/checkout.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/checkout/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/checkout/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/coinbase.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/coinbase.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/coingate.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/coingate.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/cryptopay.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/cryptopay.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/cryptopay/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/cryptopay/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/custombilling.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/custombilling.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/cybersource.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/cybersource.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/cybersource/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/cybersource/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/datatrans.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/datatrans.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/datatrans/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/datatrans/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/deutschebank.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/deutschebank.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/deutschebank/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/deutschebank/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/digitalvirgo.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/digitalvirgo.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/dlocal.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/dlocal.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/dummyconnector.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/dummyconnector.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/dwolla.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/dwolla.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/dwolla/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/dwolla/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/ebanx.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/ebanx.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/elavon/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/elavon/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/facilitapay/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/facilitapay/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/fiserv.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/fiserv.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/fiservemea.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/fiservemea.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/fiuu.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/fiuu.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/fiuu/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/fiuu/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/flexiti.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/flexiti.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/forte.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/forte.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/getnet.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/getnet.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/globalpay.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/globalpay.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/globalpay/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/globalpay/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/globepay.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/globepay.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/globepay/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/globepay/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/gocardless.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/gocardless.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/gpayments.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/gpayments.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/helcim.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/helcim.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/hipay.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/hipay.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/hipay/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/hipay/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/hyperswitch_vault.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/hyperswitch_vault.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/hyperwallet.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/hyperwallet.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/iatapay.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/iatapay.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/iatapay/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/iatapay/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/inespay.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/inespay.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/inespay/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/inespay/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/itaubank.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/itaubank.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/jpmorgan.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/jpmorgan.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/juspaythreedsserver.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/juspaythreedsserver.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/katapult.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/katapult.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/klarna.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/klarna.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/mifinity.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/mifinity.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/mollie.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/mollie.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/moneris.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/moneris.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/mpgs.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/mpgs.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/multisafepay/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/multisafepay/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/netcetera.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/netcetera.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/netcetera/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/netcetera/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/nexinets.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/nexinets.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/nexixpay.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/nexixpay.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/nmi.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/nmi.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/nmi/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/nmi/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/nomupay.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/nomupay.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/noon.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/noon.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/noon/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/noon/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/nordea.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/nordea.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/nordea/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/nordea/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/novalnet.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/novalnet.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/opayo.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/opayo.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/opennode.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/opennode.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/paybox.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/paybox.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/paybox/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/paybox/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/payeezy.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/payeezy.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/payload.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/payload.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/payload/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/payload/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/payme.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/payme.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/payme/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/payme/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/payone.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/payone.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/paypal.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/paypal.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/paystack.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/paystack.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/paystack/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/paystack/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/paytm.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/paytm.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/payu.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/payu.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/phonepe.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/phonepe.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/placetopay.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/placetopay.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/plaid.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/plaid.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/plaid/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/plaid/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/powertranz.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/powertranz.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/powertranz/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/powertranz/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/prophetpay.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/prophetpay.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/prophetpay/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/prophetpay/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/rapyd.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/rapyd.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/rapyd/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/rapyd/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/razorpay.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/razorpay.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/recurly.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/recurly.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/redsys.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/redsys.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/redsys/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/redsys/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/riskified.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/riskified.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/santander.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/santander.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/shift4.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/shift4.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/sift.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/sift.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/signifyd.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/signifyd.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/silverflow.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/silverflow.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/square.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/square.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/stax.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/stax.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/stripe.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/stripe.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/stripe/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/stripe/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/stripebilling.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/stripebilling.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/taxjar.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/taxjar.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/threedsecureio.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/threedsecureio.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/threedsecureio/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/threedsecureio/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/thunes.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/thunes.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/tokenio.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/tokenio.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/tokenio/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/tokenio/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/trustpay.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/trustpay.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/trustpayments.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/trustpayments.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/tsys/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/tsys/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/unified_authentication_service.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/unified_authentication_service.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/unified_authentication_service/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/unified_authentication_service/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/vgs.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/vgs.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/volt.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/volt.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/volt/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/volt/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/wellsfargo.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/wellsfargo.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/wellsfargopayout.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/wellsfargopayout.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/wise.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/wise.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/worldpay.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/worldpay.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/worldpay/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/worldpay/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/worldpayvantiv.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/worldpayvantiv.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/worldpayxml.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/worldpayxml.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/worldpayxml/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/worldpayxml/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/xendit.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/xendit.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/xendit/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/xendit/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/zen.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/zen.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/zen/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/zen/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/zsl.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/zsl.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/zsl/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/zsl/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/default_implementations.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/default_implementations.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/utils.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/utils.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_domain_models/src/errors/api_error_response.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_domain_models/src/errors/api_error_response.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_domain_models/src/router_data.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_domain_models/src/router_data.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_interfaces/src/api.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_interfaces/src/api.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/hyperswitch_interfaces/src/connector_integration_v2.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_interfaces/src/connector_integration_v2.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/payment_methods/src/configs/payment_connector_required_fields.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/payment_methods/src/configs/payment_connector_required_fields.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/router/src/connector/utils.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/connector/utils.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/router/src/core/connector_validation.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/core/connector_validation.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/router/src/core/payments/access_token.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/core/payments/access_token.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/router/src/core/payments/tokenization.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/core/payments/tokenization.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/router/src/core/payments/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/core/payments/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/router/src/core/payouts/access_token.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/core/payouts/access_token.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/router/src/core/unified_connector_service/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/core/unified_connector_service/transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/router/src/services/api.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/services/api.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/router/src/types/api/connector_mapping.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/types/api/connector_mapping.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/router/src/types/connector_transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/types/connector_transformers.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "crates/router/src/utils.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/utils.rs" }, { "commit": "c09c936643170c595303293601d41c4207e12068", "old_path": null, "new_path": "loadtest/config/development.toml", "change_type": "M", "added": 0, "removed": 0, "filename": "loadtest/config/development.toml" } ]
d8cefa9f4f12fd0cc6fd7847cff8f478303f0f0e
github-actions
41898282+github-actions[bot]@users.noreply.github.com
2025-08-20T00:30:02
chore(version): 2025.08.20.0
true
false
juspay/hyperswitch
[ { "commit": "d8cefa9f4f12fd0cc6fd7847cff8f478303f0f0e", "old_path": null, "new_path": "CHANGELOG.md", "change_type": "M", "added": 0, "removed": 0, "filename": "CHANGELOG.md" } ]
c5174fd6ed720340fcffe8715503eb4e5fcfc774
Sakil Mostak
2025-08-19T14:40:34
fix(connector): [Wise] change amount conversion unit (#8991)
true
false
juspay/hyperswitch
[ { "commit": "c5174fd6ed720340fcffe8715503eb4e5fcfc774", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/wise.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/wise.rs" }, { "commit": "c5174fd6ed720340fcffe8715503eb4e5fcfc774", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/wise/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/wise/transformers.rs" } ]
08166991f814c73b4217800ecdee560626b4986c
Swangi Kumari
2025-08-19T11:00:59
refactor: [Netcetera] Handle response deserialization error (#8988)
true
false
juspay/hyperswitch
[ { "commit": "08166991f814c73b4217800ecdee560626b4986c", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/netcetera/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/netcetera/transformers.rs" } ]
72eb25f074b600aa7db6c5ddab640a89f074e725
Kashif
2025-08-19T10:42:23
refactor(connector): [AdyenPlatform] update required fields (#8990)
true
false
juspay/hyperswitch
[ { "commit": "72eb25f074b600aa7db6c5ddab640a89f074e725", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/adyenplatform/transformers/payouts.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/adyenplatform/transformers/payouts.rs" }, { "commit": "72eb25f074b600aa7db6c5ddab640a89f074e725", "old_path": null, "new_path": "crates/router/src/configs/defaults/payout_required_fields.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/router/src/configs/defaults/payout_required_fields.rs" } ]
ba15c0f194e2e128a1304e11d45f794cd3b69cbe
Swangi Kumari
2025-08-19T10:29:12
refactor(connector): [Nuvei] Fix card 3ds (#8913)
true
false
juspay/hyperswitch
[ { "commit": "ba15c0f194e2e128a1304e11d45f794cd3b69cbe", "old_path": null, "new_path": "crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs" }, { "commit": "ba15c0f194e2e128a1304e11d45f794cd3b69cbe", "old_path": null, "new_path": "crates/hyperswitch_domain_models/src/router_request_types/authentication.rs", "change_type": "M", "added": 0, "removed": 0, "filename": "crates/hyperswitch_domain_models/src/router_request_types/authentication.rs" }, { "commit": "ba15c0f194e2e128a1304e11d45f794cd3b69cbe", "old_path": null, "new_path": "cypress-tests/cypress/e2e/configs/Payment/Nuvei.js", "change_type": "M", "added": 0, "removed": 0, "filename": "cypress-tests/cypress/e2e/configs/Payment/Nuvei.js" } ]
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null

No dataset card yet

Downloads last month
72