prompt stringlengths 24 6.44k | response stringlengths 728 14.4k | metadata stringlengths 148 152 |
|---|---|---|
[BUG] Docker compose failing because of the web module not having healthcheck
### Bug Description
When `docker compose up -d` is ran, it returns the following error message:
`dependency failed to start: container hyperswitch-hyperswitch-web-1 has no healthcheck configured`
### Expected Behavior
The Web module shoul... | <think>
PR Context:
- Title: fix: fixes the docker setup to clean up the scarf data
- Merged: 2025-05-12T08:26:50Z
- Files changed: 2 files
- Commits: 3 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [X] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactori... | {"issue_number": 7945, "pr_number": 7999, "commits_count": 0, "files_changed": 2, "response_length": 784, "file_count": 0, "needs_breakdown": false} |
fix: remove force cookie for docker local setup
Local setup for users is failing due to cookie bug.
We need to disable cookie from backend so local setup works as expected until we raise a proper fix. | <think>
PR Context:
- Title: fix(users): remove force cookie for docker setup
- Merged: 2024-12-24T12:07:34Z
- Files changed: 1 files
- Commits: 1 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- ... | {"issue_number": 6931, "pr_number": 6932, "commits_count": 0, "files_changed": 1, "response_length": 778, "file_count": 0, "needs_breakdown": false} |
[ENHANCE] Improve Error Reporting in change_password with Printable Context
This issue aims to improve the debuggability of the `change_password` function by adding a printable message to a potential database error. Currently, if the database update fails, a generic `InternalServerError` is returned. By attaching a sp... | <think>
PR Context:
- Title: Update user.rs
- Merged: None
- Files changed: 1 files
- Commits: 1 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [x] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Documentation
- [ ]... | {"issue_number": 9641, "pr_number": 9645, "commits_count": 0, "files_changed": 1, "response_length": 728, "file_count": 0, "needs_breakdown": false} |
Pre-configuring an account in the local setup using docker
Pre-configuring an account in the local setup using docker | <think>
PR Context:
- Title: fix: updated the docker setup
- Merged: 2025-05-21T09:51:53Z
- Files changed: 2 files
- Commits: 3 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency upda... | {"issue_number": 8091, "pr_number": 8093, "commits_count": 0, "files_changed": 2, "response_length": 759, "file_count": 0, "needs_breakdown": false} |
[FEATURE] [CONNECTOR] Payload
Integrate a new connector Payload.
Developer Docs: https://docs.payload.com
Login Dashboard: https://app.payload.com
| <think>
PR Context:
- Title: feat(connector): [payload] introduce no-3ds cards
- Merged: 2025-07-05T15:10:04Z
- Files changed: 14 files
- Commits: 15 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [ ] Enhancement
- [ ] Refactoring
... | {"issue_number": 8527, "pr_number": 8545, "commits_count": 1, "files_changed": 14, "response_length": 3275, "file_count": 12, "needs_breakdown": false} |
[FEATURE] Add delete merchant account endpoint in v2
### Feature Description
[FEATURE] Add delete merchant account endpoint in v2
### Possible Implementation
Add a new endpoint in routes for delete merchant account in v2
### Have you spent some time checking if this feature request has been raised before?
- [x] I... | <think>
PR Context:
- Title: feat(merchant): Add delete endpoint for merchant accounts v2
- Merged: None
- Files changed: 4 files
- Commits: 2 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] ... | {"issue_number": 8717, "pr_number": 8718, "commits_count": 0, "files_changed": 4, "response_length": 774, "file_count": 0, "needs_breakdown": false} |
Updating Errors in the API-ref Docs
Updating Errors in the API-ref Docs | <think>
PR Context:
- Title: docs: Added desc. for wallets other than AP, GP
- Merged: 2024-10-29T07:56:09Z
- Files changed: 3 files
- Commits: 5 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [... | {"issue_number": 5305, "pr_number": 6452, "commits_count": 1, "files_changed": 3, "response_length": 960, "file_count": 3, "needs_breakdown": false} |
[FEATURE] Generate Random Disputes for sample data
### Feature Description
The issue is sub part of issue: #5991 (Please refer to this First)
The current implementation of the generate_sample_data_for_user function generates sample data for payments and refunds. However, there is no functionality to generate sampl... | <think>
PR Context:
- Title: feat(sample_data): generate random disputes for sample data
- Merged: 2024-10-25T08:45:37Z
- Files changed: 2 files
- Commits: 22 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [ ] Enhancement
- [ ] Ref... | {"issue_number": 6117, "pr_number": 6341, "commits_count": 1, "files_changed": 2, "response_length": 1021, "file_count": 4, "needs_breakdown": false} |
feat(roles): edge cases for multi-tenancy - I
Add tenant_id in custom roles
Add generic query to search across all tenants
Close https://github.com/juspay/hyperswitch-cloud/issues/7998
Close https://github.com/juspay/hyperswitch-cloud/issues/7998
Close https://github.com/juspay/hyperswitch-cloud/issues/8026 | <think>
PR Context:
- Title: feat(users): handle edge features for users in tenancy
- Merged: 2025-01-08T09:34:23Z
- Files changed: 18 files
- Commits: 9 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Bugfix
- [x] New feature
- [ ] Enhancement
- [ ] Refactor... | {"issue_number": 6999, "pr_number": 6990, "commits_count": 1, "files_changed": 18, "response_length": 2122, "file_count": 18, "needs_breakdown": true} |
feat(users): Add email domain based restriction for dashboard entry APIs
Currently Zurich uses okta and they use a specific `auth_id` to see the okta login method.
If any user doesn't use `auth_id`, then the user will see the default auth methods that Hyperswitch has and they will be use them to login, which we shoul... | <think>
PR Context:
- Title: feat(users): Add email domain based restriction for dashboard entry APIs
- Merged: 2024-12-30T07:37:08Z
- Files changed: 14 files
- Commits: 8 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [x] Enhanceme... | {"issue_number": 6939, "pr_number": 6940, "commits_count": 1, "files_changed": 14, "response_length": 2172, "file_count": 14, "needs_breakdown": false} |
[BUG] mandate details are not persisted for Adyen connector
### Bug Description
This is specific to Adyen's connector integration.
In case mandate details were not present in the response of payment sync with Adyen, these details are sent through webhooks. However, these details are not being persisted in DB leadi... | <think>
PR Context:
- Title: feat(webhooks): adyen - consume and update connector's network_transaction_id in payment_methods
- Merged: 2024-12-05T13:34:59Z
- Files changed: 7 files
- Commits: 10 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New ... | {"issue_number": 6719, "pr_number": 6738, "commits_count": 1, "files_changed": 7, "response_length": 1694, "file_count": 9, "needs_breakdown": false} |
bug(authn): Throw 401 if cookies are not found
Currently BE is throwing 400 if cookies are not found and this is breaking FE if token is present in local storage but not in cookies.
If 401 is thrown, FE will remove the token from the local storage automatically. | <think>
PR Context:
- Title: refactor(users): Use domain email type in user DB functions
- Merged: 2024-11-29T13:37:38Z
- Files changed: 12 files
- Commits: 5 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Bugfix
- [ ] New feature
- [ ] Enhancement
- [x] Ref... | {"issue_number": 6696, "pr_number": 6699, "commits_count": 1, "files_changed": 12, "response_length": 1731, "file_count": 14, "needs_breakdown": false} |
refactor(users): move roles schema to global storeage interface
- We need to have roles schema in global schema. It should be global along with user, user_roles and user_key_store
- We need to remove themes from global schema, since themes are not global and can depend on tenant, organization, merchant or profile. | <think>
PR Context:
- Title: refactor(users): move roles schema to global interface
- Merged: 2024-12-19T13:36:13Z
- Files changed: 7 files
- Commits: 2 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [x] Refactori... | {"issue_number": 6861, "pr_number": 6862, "commits_count": 1, "files_changed": 7, "response_length": 1334, "file_count": 9, "needs_breakdown": false} |
[FEATURE] Extend storage of additional payment method details to wallets
### Feature Description
Wallet integrations like ApplePay and GooglePay makes use of a tokenized network token which is collected on client's device and sent to underlying PSPs for completing the txns. The intermediary parties do not have any ac... | <think>
PR Context:
- Title: feat(payments): propagate additional payment method data for apple pay during MIT
- Merged: 2025-07-11T15:18:48Z
- Files changed: 5 files
- Commits: 7 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [x] E... | {"issue_number": 5868, "pr_number": 7170, "commits_count": 1, "files_changed": 5, "response_length": 1641, "file_count": 7, "needs_breakdown": false} |
[FIX] Add fallback connectors instead of active routing rule connectors if straight through connector is ineligible
Add the fallback connectors to the list of eligible connectors instead of adding connectors configured in the active routing rule in case straight through connector is ineligible | <think>
PR Context:
- Title: revert(routing): Add connectors from current active routing algorithm before adding fallback connectors
- Merged: None
- Files changed: 7 files
- Commits: 2 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Bugfix
- [ ] New feature
-... | {"issue_number": 8210, "pr_number": 8211, "commits_count": 0, "files_changed": 7, "response_length": 817, "file_count": 0, "needs_breakdown": false} |
Use `MinorUnit` for Novalnet Amount
you can use `MinorUnit` here right?
_Originally posted by @Narayanbhat166 in https://github.com/juspay/hyperswitch/pull/6631#discussion_r1901088306_
| <think>
PR Context:
- Title: refactor(config): update base URLs for connectors in production
- Merged: None
- Files changed: 11 files
- Commits: 3 commits
Implementation approach:
📌 Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [X ] Enhancement
- [ X] Refactoring
- ... | {"issue_number": 6981, "pr_number": 7584, "commits_count": 0, "files_changed": 11, "response_length": 778, "file_count": 0, "needs_breakdown": false} |
[FEATURE] Add support for payout connector integrations for connectors crate
### Feature Description
To be able to support connector integrations in router and the new hyperswitch_connectors crate.
### Possible Implementation
Move payout API traits to a common place - in hyperswitch_interfaces crate.
### Have you ... | <think>
PR Context:
- Title: refactor: move Payout traits to hyperswitch_interfaces for connectors crate
- Merged: 2024-11-12T11:24:53Z
- Files changed: 7 files
- Commits: 10 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhanc... | {"issue_number": 6508, "pr_number": 6481, "commits_count": 1, "files_changed": 7, "response_length": 1764, "file_count": 9, "needs_breakdown": false} |
[CHORE] Update GlobalPay production endpoint
at present, production endpoint points to sandbox and we need to point to production url | <think>
PR Context:
- Title: chore: update production endpoint url for globalPay
- Merged: 2025-03-24T08:11:04Z
- Files changed: 4 files
- Commits: 6 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [x] Refactoring
... | {"issue_number": 7587, "pr_number": 7588, "commits_count": 1, "files_changed": 4, "response_length": 988, "file_count": 3, "needs_breakdown": false} |
[REFACTOR] Worldpay payments integration
### Feature Description
WorldPay payments integration currently makes use of modular APIs which gives more control over the integration. This approach is not best compatible with HyperSwitch due to WP's 3DS flows - which requires sending PAN (card numbers) in multiple places. ... | <think>
PR Context:
- Title: feat(connector): [worldpay] add support for mandates
- Merged: 2024-11-08T13:37:39Z
- Files changed: 9 files
- Commits: 16 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [x] Enhancement
- [ ] Refactorin... | {"issue_number": 6316, "pr_number": 6479, "commits_count": 1, "files_changed": 9, "response_length": 3943, "file_count": 11, "needs_breakdown": false} |
Missing next steps after deployment setup on Readme
Next steps after deployment setup on Readme are missing | <think>
PR Context:
- Title: docs: Updated next steps after deployment setup on Readme
- Merged: 2025-04-03T03:28:38Z
- Files changed: 1 files
- Commits: 4 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refact... | {"issue_number": 7685, "pr_number": 7686, "commits_count": 0, "files_changed": 1, "response_length": 787, "file_count": 0, "needs_breakdown": false} |
[FEAT] [CONNECTOR: NORDEA] Implement SEPA Bank Debit
## Relevant Docs
- [Access Authorization API](https://developer.nordeaopenbanking.com/documentation?api=Access%20Authorization%20API) (To get Access Token)
- [Payments API SEPA Credit Transfer](https://developer.nordeaopenbanking.com/documentation?api=Payments%20A... | <think>
PR Context:
- Title: feat(core/connector): introduce authentication token flow and add sepa bankdebit for nordea
- Merged: 2025-08-11T07:26:26Z
- Files changed: 30 files
- Commits: 30 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feat... | {"issue_number": 8134, "pr_number": 8133, "commits_count": 1, "files_changed": 30, "response_length": 9320, "file_count": 51, "needs_breakdown": true} |
feat(router): Add `psp_tokenization_enabled` field in Customer Saved Payment Methods List
Required to show whether `psp_tokenization` is enabled for a saved payment method | <think>
PR Context:
- Title: feat(router): Return psp_tokenization_enabled in Customer PML
- Merged: 2025-03-20T10:04:56Z
- Files changed: 8 files
- Commits: 7 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [x] Enhancement
- [ ] Re... | {"issue_number": 7518, "pr_number": 7519, "commits_count": 1, "files_changed": 8, "response_length": 1283, "file_count": 8, "needs_breakdown": false} |
[CHORE] Bump Cypress Dependencies
Current versions are outdated.
<img width="469" height="327" alt="Image" src="https://github.com/user-attachments/assets/507dfa9e-754c-4cb5-9f86-41558769f513" /> | <think>
PR Context:
- Title: chore: update devDependencies for cypress
- Merged: 2025-07-28T07:44:58Z
- Files changed: 3 files
- Commits: 6 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [x] Dep... | {"issue_number": 8736, "pr_number": 8735, "commits_count": 0, "files_changed": 3, "response_length": 771, "file_count": 0, "needs_breakdown": false} |
[BUG] [NOON] 3ds payment have `next_action` as `null`
3ds card payments in noon connector receive `next_action` as `null`.
this can be resolved by unifying both the responses (paypal and card) into one and use it else where. | <think>
PR Context:
- Title: fix(connector): [noon] address `next_action_url` being `null` for cards in 3ds payment
- Merged: 2025-04-21T11:05:17Z
- Files changed: 21 files
- Commits: 2 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Bugfix
- [ ] New feature
-... | {"issue_number": 7831, "pr_number": 7856, "commits_count": 1, "files_changed": 21, "response_length": 2940, "file_count": 23, "needs_breakdown": true} |
[FEATURE] [CONNECTOR] Nordea
Integrate a new connector Nordea.
Developer Docs: https://developer.nordeaopenbanking.com/documentation
Login Dashboard: https://developer.nordeaopenbanking.com/login
| <think>
PR Context:
- Title: feat(connector): [nordea] template code
- Merged: 2025-05-21T07:49:27Z
- Files changed: 24 files
- Commits: 4 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [x] Enhancement
- [ ] Refactoring
- [ ] Depe... | {"issue_number": 8055, "pr_number": 8056, "commits_count": 1, "files_changed": 24, "response_length": 8717, "file_count": 17, "needs_breakdown": true} |
Get Estimate for a plan price
**Request to Subscription Povider to get estimate**
curl --location '/api/v2/estimates/create_subscription_for_items' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--header 'Authorization: Basic =' \
--data-urlencode 'billing_address%5Bline1%5D=PO Box 9999' \
--data-urlen... | <think>
PR Context:
- Title: feat(subscription): Add support to estimate for a subscription in chargebee
- Merged: 2025-09-24T16:58:56Z
- Files changed: 13 files
- Commits: 25 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [X] New feature
- [ ] Enhan... | {"issue_number": 9055, "pr_number": 9336, "commits_count": 1, "files_changed": 13, "response_length": 4206, "file_count": 15, "needs_breakdown": false} |
Updating logo in API ref | <think>
PR Context:
- Title: docs: Updating logo for Api ref
- Merged: 2024-12-05T11:09:38Z
- Files changed: 4 files
- Commits: 24 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency u... | {"issue_number": 6742, "pr_number": 6741, "commits_count": 0, "files_changed": 4, "response_length": 762, "file_count": 0, "needs_breakdown": false} |
[FEATURE]: Save Payment Method on Payments Confirm (V2)
Add functionality to save a payment method after a successful payment | <think>
PR Context:
- Title: feat(router): Save payment method on payments confirm (V2)
- Merged: 2025-06-06T15:55:49Z
- Files changed: 26 files
- Commits: 30 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [ ] Enhancement
- [ ] Ref... | {"issue_number": 8089, "pr_number": 8090, "commits_count": 1, "files_changed": 26, "response_length": 3921, "file_count": 27, "needs_breakdown": true} |
[CI] cypress checks for wise failing
wise is returning status as `forbidden`. it is better to replace that with adyen payouts | <think>
PR Context:
- Title: ci(cypress-ci): remove wise payout from running in github ci
- Merged: 2025-04-08T08:31:18Z
- Files changed: 1 files
- Commits: 2 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Ref... | {"issue_number": 7755, "pr_number": 7756, "commits_count": 0, "files_changed": 1, "response_length": 790, "file_count": 0, "needs_breakdown": false} |
[FEATURE] Support Platform Account to Make Payments for Connected Accounts in VSAAS
### Feature Description
- Enable support for payments processed by a platform merchant on behalf of a connected account.
- Update the MerchantContext enum to accommodate this new flow.
- Adjust how merchant and key store information a... | <think>
PR Context:
- Title: feat(vsaas): support payments via platform for connected accounts
- Merged: None
- Files changed: 30 files
- Commits: 16 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [x] Enhancement
- [x] Refactoring
... | {"issue_number": 8305, "pr_number": 8290, "commits_count": 0, "files_changed": 30, "response_length": 781, "file_count": 0, "needs_breakdown": false} |
[bug] abrupt cypress failures
fix CI abrupt failures when running in parallel | <think>
PR Context:
- Title: fix(ci): abrupt exit upon ci failure
- Merged: None
- Files changed: 1 files
- Commits: 2 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ... | {"issue_number": 6890, "pr_number": 6891, "commits_count": 0, "files_changed": 1, "response_length": 750, "file_count": 0, "needs_breakdown": false} |
Get Plan prices
**Request to Subscription Povider to get plans prices**
api/v2/item_prices?item_id[is]=cbdemo_enterprise-suite'
**Response from Subscription Provider**
```
{
"list": [
{
"item_price": {
"id": "cbdemo_enterprise-suite-INR-Daily",
"name": "Enterpri... | <think>
PR Context:
- Title: feat(connector): Add support for get plan prices for Chargebee
- Merged: 2025-09-19T08:20:28Z
- Files changed: 16 files
- Commits: 25 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [ ] Enhancement
- [ ]... | {"issue_number": 9054, "pr_number": 9300, "commits_count": 1, "files_changed": 16, "response_length": 4657, "file_count": 18, "needs_breakdown": true} |
refactor(routers,connectors) : Remove unused functions in `crates/router/src/connector/utils.rs`
## Analyze and Remove Unused Functions from `crates/router/src/connector/utils.rs`
### Description:
There are functions in the crates/router/src/connector/utils.rs file that appear to be unused across the router crate. ... | <think>
PR Context:
- Title: refactor: remove unused functions
- Merged: 2025-05-14T10:29:02Z
- Files changed: 1 files
- Commits: 2 commits
Implementation approach:
crates/router/src/connector/utils.rs
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhanceme... | {"issue_number": 7928, "pr_number": 7994, "commits_count": 2, "files_changed": 1, "response_length": 3068, "file_count": 5, "needs_breakdown": false} |
fix: trustpay eps redirection in cypress
fix: trustpay eps redirection in cypress
they changed it again | <think>
PR Context:
- Title: fix: trustpay `eps` redirection in cypress
- Merged: 2024-11-12T07:17:51Z
- Files changed: 1 files
- Commits: 1 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] De... | {"issue_number": 6528, "pr_number": 6529, "commits_count": 0, "files_changed": 1, "response_length": 772, "file_count": 0, "needs_breakdown": false} |
[FEATURE] allow payout_id to be configurable
### Feature Description
`payout_id` is an unique identifier for payout resource which is auto generated during payout creation. This field needs to be configurable during payout creation by accepting in the API.
Along with this, a `merchant_order_reference_id` needs to be... | <think>
PR Context:
- Title: feat(payouts): add domain type for PayoutId
- Merged: 2025-07-01T14:45:02Z
- Files changed: 30 files
- Commits: 16 commits
Implementation approach:
feat(payouts): allow payout_id to be configurable in API request
feat(payouts): add merchant_order_reference_id for referencing payouts
##... | {"issue_number": 8392, "pr_number": 8395, "commits_count": 1, "files_changed": 30, "response_length": 5301, "file_count": 56, "needs_breakdown": true} |
fix(authz): Proper descriptions for parents
Currently descriptions for parent groups in invite page of control center are not entity specific. That means, customers in description will be visible for profile level users when it shouldn't. | <think>
PR Context:
- Title: feat(authz): Make info APIs support `ParentGroup`
- Merged: 2024-10-30T10:42:37Z
- Files changed: 13 files
- Commits: 8 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
... | {"issue_number": 6439, "pr_number": 6440, "commits_count": 1, "files_changed": 13, "response_length": 2316, "file_count": 15, "needs_breakdown": false} |
Vault connector changes
Need to implement Vault Retrieve for VGS | <think>
PR Context:
- Title: feat(connector): Add VGS connector impls
- Merged: 2025-08-25T09:52:19Z
- Files changed: 14 files
- Commits: 13 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] De... | {"issue_number": 9023, "pr_number": 7942, "commits_count": 1, "files_changed": 14, "response_length": 3938, "file_count": 9, "needs_breakdown": false} |
fix(router): Move Customer PML endpoint to OLAP (v2)
[This PR](https://github.com/juspay/hyperswitch/pull/7241) added customer PML for v2, but the route was incorrectly added under OLTP instead of OLAP, need to fix | <think>
PR Context:
- Title: fix(router): Move Customer PML endpoint to OLAP (v2)
- Merged: 2025-06-18T08:23:04Z
- Files changed: 1 files
- Commits: 2 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring... | {"issue_number": 8302, "pr_number": 8303, "commits_count": 1, "files_changed": 1, "response_length": 923, "file_count": 3, "needs_breakdown": false} |
[BUG] FATAL: role "root" does not exist
### Bug Description
Whenever hyperswitch-pg-1 sever running in docker-compose, it though an error " role "root" does not exist"
### Expected Behavior
Error should not come.
### Actual Behavior
: address "role root does not exist" errors arising from postgres health check
- Merged: 2024-11-19T19:04:27Z
- Files changed: 2 files
- Commits: 2 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New ... | {"issue_number": 6577, "pr_number": 6582, "commits_count": 0, "files_changed": 2, "response_length": 827, "file_count": 0, "needs_breakdown": false} |
feat(user_roles): support tenant_id reads
For tenancy support tenant_id in user roles queries
- Adding tenant id to reads, deletes and updates queries. | <think>
PR Context:
- Title: feat(users): add tenant id reads in user roles
- Merged: 2024-11-29T10:54:00Z
- Files changed: 9 files
- Commits: 8 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [x] Enhancement
- [ ] Refactoring
- [ ... | {"issue_number": 6660, "pr_number": 6661, "commits_count": 1, "files_changed": 9, "response_length": 1609, "file_count": 11, "needs_breakdown": false} |
docs:correction of content in the api-ref | <think>
PR Context:
- Title: docs(api-reference): fix the content of the tip
- Merged: 2025-02-27T13:47:08Z
- Files changed: 1 files
- Commits: 1 commits
Implementation approach:
Corrected the tip content.
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhan... | {"issue_number": 7391, "pr_number": 7387, "commits_count": 0, "files_changed": 1, "response_length": 777, "file_count": 0, "needs_breakdown": false} |
[FIX] Remove ToSchema from RefundAggregateResponse and exclude it from OpenAPI documentation
### Feature Description
The RefundAggregateResponse type used by the [/refunds/aggregate](https://github.com/juspay/hyperswitch/blob/37925626e6446900f1d16e0e5f184ee472d4be3e/crates/router/src/routes/app.rs#L1004) API is cur... | <think>
PR Context:
- Title: fix(refunds): remove to schema from refund aggregate response and exclude it from open api documentation
- Merged: 2024-11-05T09:26:13Z
- Files changed: 5 files
- Commits: 11 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Bugfix
- ... | {"issue_number": 5990, "pr_number": 6405, "commits_count": 1, "files_changed": 5, "response_length": 1136, "file_count": 5, "needs_breakdown": false} |
[FEATURE] Add Facilitapay connector
Facilitapay connector is yet another payment processor.
Docs: https://sandbox-portal.facilitapay.com/#/docs | <think>
PR Context:
- Title: feat(connector): Introduce connector template code for Facilitapay
- Merged: 2025-03-27T13:33:42Z
- Files changed: 24 files
- Commits: 3 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [ ] Enhancement
- ... | {"issue_number": 7630, "pr_number": 7631, "commits_count": 1, "files_changed": 24, "response_length": 9052, "file_count": 18, "needs_breakdown": true} |
[FIX] Add fallback connectors instead of active routing rule connectors if straight through connector is ineligible
Add the fallback connectors to the list of eligible connectors instead of adding connectors configured in the active routing rule in case straight through connector is ineligible | <think>
PR Context:
- Title: revert(routing): Add connectors from current active routing algorithm before adding fallback connectors
- Merged: 2025-06-06T07:51:47Z
- Files changed: 1 files
- Commits: 2 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Bugfix
- [ ... | {"issue_number": 8210, "pr_number": 8259, "commits_count": 1, "files_changed": 1, "response_length": 1017, "file_count": 3, "needs_breakdown": false} |
feat(users): Introduce themes in user APIs
Currently there is no themes context in the user and email related APIs where the themes should be reflected.
We should change the APIs which would have the theme context.
| <think>
PR Context:
- Title: feat(users): Incorporate themes in user APIs
- Merged: 2024-12-16T09:20:21Z
- Files changed: 27 files
- Commits: 22 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ... | {"issue_number": 6780, "pr_number": 6772, "commits_count": 1, "files_changed": 27, "response_length": 2642, "file_count": 23, "needs_breakdown": true} |
[BUG] payout routing for Sepa transactions result in a 4xx error
### Bug Description
Creating payout transactions for SEPA are resulting in a 4xx error with below message.
```
{
"error": {
"type": "invalid_request",
"message": "No eligible connector was found for the current payment method config... | <think>
PR Context:
- Title: chore(wasm): update sepa to sepa_bank_transfer for payout MCAs
- Merged: 2025-09-25T07:49:03Z
- Files changed: 3 files
- Commits: 1 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] R... | {"issue_number": 8168, "pr_number": 9536, "commits_count": 0, "files_changed": 3, "response_length": 792, "file_count": 0, "needs_breakdown": false} |
feat(router): Support `card` in `payment_method_subtype` [V2]
`payment_method_subtype` field needs to be made mandatory and `card` needs to be added as a supported enum variant.
This is needed for parity with industry standard analytics hierarchy | <think>
PR Context:
- Title: feat(router): Support `card` in `payment_method_subtype` [V2]
- Merged: 2025-04-08T10:20:11Z
- Files changed: 30 files
- Commits: 8 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [ ] Enhancement
- [ ] R... | {"issue_number": 7661, "pr_number": 7662, "commits_count": 1, "files_changed": 30, "response_length": 2814, "file_count": 28, "needs_breakdown": true} |
chore: address Rust 1.83.0 clippy lints
### Description
Address the clippy lints stabilized / enabled in Rust version 1.83.0.
See #3391 for more information. | <think>
PR Context:
- Title: chore: address Rust 1.83.0 clippy lints and enable more clippy lints
- Merged: 2024-12-02T14:57:14Z
- Files changed: 30 files
- Commits: 5 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
... | {"issue_number": 6704, "pr_number": 6705, "commits_count": 1, "files_changed": 30, "response_length": 12574, "file_count": 129, "needs_breakdown": true} |
Adding new logo in API ref and Readme | <think>
PR Context:
- Title: docs: add new logos for README and API reference
- Merged: 2024-12-10T11:57:39Z
- Files changed: 6 files
- Commits: 15 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
-... | {"issue_number": 6782, "pr_number": 6783, "commits_count": 0, "files_changed": 6, "response_length": 779, "file_count": 0, "needs_breakdown": false} |
[FEATURE] Implement V2 UCS (Unified Connector Service) Integration for Authorization Flow
### Feature Description
# [Feature Request] Implement V2 UCS (Unified Connector Service) Integration for Authorization Flow
## Issue Type
- [x] Feature Request
- [ ] Bug Report
- [ ] Enhancement
- [ ] Documentation
## Priorit... | <think>
PR Context:
- Title: feat(core): Hyperswitch <|> UCS integration v2
- Merged: 2025-07-11T14:44:46Z
- Files changed: 13 files
- Commits: 30 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [ ] Enhancement
- [ ] Refac... | {"issue_number": 8440, "pr_number": 8439, "commits_count": 1, "files_changed": 13, "response_length": 1911, "file_count": 13, "needs_breakdown": false} |
[BUG]Noon Connector V2 API Failure - Missing order_category in Authorize flow
### Bug Description
The Noon Connector V2 API is failing in the payment flow with the error “Missing required param: order_category.” This happens because the connector_metadata is not being extracted properly in the V2 confirm-intent flow,... | <think>
PR Context:
- Title: fix(payments): add connector metadata parsing and order category to payment router data
- Merged: 2025-10-16T10:25:01Z
- Files changed: 8 files
- Commits: 2 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Bugfix
- [ ] New featur... | {"issue_number": 9824, "pr_number": 9825, "commits_count": 1, "files_changed": 8, "response_length": 1600, "file_count": 10, "needs_breakdown": false} |
[FIX]: Take merchant ID from headers in API Key Revoke (v2)
For `API Key - Revoke` in v2, the merchant ID is currently being passed in the path. We need to instead read the `X-Merchant-ID` header to get the merchant ID. | <think>
PR Context:
- Title: fix(router): Take merchant ID from headers in API Key - Revoke (v2)
- Merged: 2025-08-05T08:25:19Z
- Files changed: 2 files
- Commits: 1 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Bugfix
- [ ] New feature
- [ ] Enhancement
- ... | {"issue_number": 8807, "pr_number": 8808, "commits_count": 1, "files_changed": 2, "response_length": 1021, "file_count": 4, "needs_breakdown": false} |
[FEATURE] scheme error code and messages in /payments API response
### Feature Description
If the payment is declined for a card transaction, the card scheme or issuer can send a raw response explaining why. These are the raw acquirer responses which helps in understanding why a card transaction was declined.
Some c... | <think>
PR Context:
- Title: feat: scheme error code and messages in payments api response
- Merged: 2025-03-17T15:03:23Z
- Files changed: 30 files
- Commits: 13 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] ... | {"issue_number": 7467, "pr_number": 7528, "commits_count": 1, "files_changed": 30, "response_length": 14386, "file_count": 162, "needs_breakdown": true} |
[TASK] Missing `payment_link` config in `docker_compose.toml` breaks SDK loading
## Problem
The `docker_compose.toml` file is missing the following required block:
```toml
[payment_link]
sdk_url = "http://localhost:9050/HyperLoader.js"
```
Without this config, when generating payment links the SDK tries to fetch f... | <think>
PR Context:
- Title: Fix: Add missing payment_method_collect config in docker_compose.toml (#9324)
- Merged: None
- Files changed: 0 files
- Commits: 0 commits
Implementation approach:
## Type of Change
- [x] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
... | {"issue_number": 9324, "pr_number": 9368, "commits_count": 0, "files_changed": 0, "response_length": 791, "file_count": 0, "needs_breakdown": false} |
feat(analytics): add `sessionized_metrics` for refunds (backwards compatibility) and `currency_conversion`
## Current Behaviour
- There is no `sessionized_metrics` module for refunds like there is for `payments` and `payment_intents`
- Update the existing metrics with `currency_conversion` usage.
## Proposed Chan... | <think>
PR Context:
- Title: feat(analytics): add `sessionized_metrics` and `currency_conversion` for refunds analytics
- Merged: 2024-11-14T09:13:34Z
- Files changed: 17 files
- Commits: 8 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New featu... | {"issue_number": 6417, "pr_number": 6419, "commits_count": 1, "files_changed": 17, "response_length": 3107, "file_count": 19, "needs_breakdown": true} |
feat(core): Add kill switch for Unified Connector Service (UCS)
# feat(core): Add kill switch for Unified Connector Service (UCS)
## Feature Description
We need to implement a kill switch mechanism for the Unified Connector Service (UCS) integration that allows operators to disable UCS immediately without requiring ... | <think>
PR Context:
- Title: feat(core): Implement UCS kill switch for emergency fallback
- Merged: 2025-07-22T09:00:55Z
- Files changed: 4 files
- Commits: 8 commits
Implementation approach:
# feat(core): Implement UCS enable/disable configuration for operational control
## Type of Change
<!-- Put an `x` in the... | {"issue_number": 8644, "pr_number": 8651, "commits_count": 1, "files_changed": 4, "response_length": 1169, "file_count": 7, "needs_breakdown": false} |
[CYPRESS] Fix Cypress connector failures
Wise
Elavon
Paybox
Datatrans
Facilitapay
Itaubank | <think>
PR Context:
- Title: fix(cypress): fix itaubank, datatrans and facilitapay
- Merged: 2025-06-10T10:26:47Z
- Files changed: 4 files
- Commits: 9 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactorin... | {"issue_number": 8230, "pr_number": 8229, "commits_count": 0, "files_changed": 4, "response_length": 783, "file_count": 0, "needs_breakdown": false} |
[FEAT] Multiple credential support for a connector in Cypress
## Requirement
Execute cypress tests for a connector having **multiple credentials** which can be used for different scenarios (one api key for `cards`, another for `bank redirects` and etc.,).
## Implementation
### Introduce new format for `creds.... | <think>
PR Context:
- Title: feat(cypress): add multiple creds and flags support
- Merged: 2024-12-03T11:39:21Z
- Files changed: 30 files
- Commits: 30 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [ ] Enhancement
- [x] Refactorin... | {"issue_number": 6645, "pr_number": 6588, "commits_count": 0, "files_changed": 30, "response_length": 783, "file_count": 0, "needs_breakdown": false} |
feat: Add schema to store chat request response
- add schema for chat, to store request and response
- store chats to chat schema asynchronously
- encrypt the sensitive data
- have endpoint to list the chat data and decrypt it properly
| <think>
PR Context:
- Title: feat: add hyperswitch ai chats table
- Merged: 2025-09-16T09:14:36Z
- Files changed: 30 files
- Commits: 27 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Depend... | {"issue_number": 8847, "pr_number": 8831, "commits_count": 1, "files_changed": 30, "response_length": 3973, "file_count": 29, "needs_breakdown": true} |
Fix(CI): Update api-reference path in `pr_labeler`
PR #8333 modified the `api-reference` folder structure. Need to update it in `pr_labeler` job | <think>
PR Context:
- Title: fix(ci): Update api-reference path in pr_labeler job
- Merged: 2025-06-16T11:54:06Z
- Files changed: 2 files
- Commits: 2 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring... | {"issue_number": 8343, "pr_number": 8344, "commits_count": 0, "files_changed": 2, "response_length": 782, "file_count": 0, "needs_breakdown": false} |
[REFACTOR]: [CYBERSOURCE] Add amount conversion framework to Cybersource
### :memo: Feature Description
Currently, amounts are represented as `i64` values throughout the application. We want to introduce a `Unit` struct that explicitly states the denomination. A new type, `MinorUnit`, has been added to standardize ... | <think>
PR Context:
- Title: refactor(connector): add amount conversion framework to cybersource
- Merged: 2024-12-04T11:00:45Z
- Files changed: 5 files
- Commits: 7 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- ... | {"issue_number": 5942, "pr_number": 6335, "commits_count": 1, "files_changed": 5, "response_length": 1377, "file_count": 7, "needs_breakdown": false} |
feat(core): add api for hypersense integration
# Hypersense
### Description:
#### An AI Ops tool build for Payments Cost Observability
- Monitor your overall transaction payment-related costs across multiple regions, PSPs, and businesses.
- Obtain actionable insights to optimise costs, track cost deviations, and effe... | <think>
PR Context:
- Title: feat(core): add hypersense integration api
- Merged: 2025-02-19T08:52:58Z
- Files changed: 14 files
- Commits: 18 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ]... | {"issue_number": 7217, "pr_number": 7218, "commits_count": 1, "files_changed": 14, "response_length": 2990, "file_count": 16, "needs_breakdown": true} |
refactor(users): Make `profile_id` in the JWT non-optional
- We kept the `profile_id` in the JWT optional for backwards compatibility.
- Now we have `profile_id` in all the JWT and this field no longer needs to be optional in JWT. | <think>
PR Context:
- Title: refactor(users): Make `profile_id` in the JWT non-optional
- Merged: 2024-11-18T07:57:18Z
- Files changed: 8 files
- Commits: 3 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [x] Refac... | {"issue_number": 6534, "pr_number": 6537, "commits_count": 1, "files_changed": 8, "response_length": 1413, "file_count": 10, "needs_breakdown": false} |
[BUG] [NOON] 3ds payment have `next_action` as `null`
3ds card payments in noon connector receive `next_action` as `null`.
this can be resolved by unifying both the responses (paypal and card) into one and use it else where. | <think>
PR Context:
- Title: fix(connector): [noon] address `next_action_url` being `null` for cards in 3ds payment
- Merged: 2025-04-21T08:20:04Z
- Files changed: 2 files
- Commits: 1 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Bugfix
- [ ] New feature
- ... | {"issue_number": 7831, "pr_number": 7832, "commits_count": 1, "files_changed": 2, "response_length": 1386, "file_count": 4, "needs_breakdown": false} |
feat(authn): Use cookies for authentication
Currently we use auth headers and local storage in FE for transfer JWT from FE to BE.
Cookies is a better way to do this, as it is handled by browser and JavaScript doesn't have access to.
First we will test this in Integ and slowly move it to sandbox and production. | <think>
PR Context:
- Title: refactor(authn): Enable cookies in Integ
- Merged: 2024-11-26T12:42:14Z
- Files changed: 11 files
- Commits: 7 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [x] Refactoring
- [ ] Dep... | {"issue_number": 6598, "pr_number": 6599, "commits_count": 1, "files_changed": 11, "response_length": 1265, "file_count": 6, "needs_breakdown": false} |
[FEATURE] add tokenization action handling to payment flow in v2
### Feature Description
This feature add connector-level tokenization to Hyperswitch V2, allowing secure storage of card data as tokens at payment connectors like Braintree.
### Possible Implementation
For connector-level tokenization:
1.Whe... | <think>
PR Context:
- Title: feat(payments): add tokenization action handling to payment flow for braintree
- Merged: 2025-09-30T08:07:13Z
- Files changed: 3 files
- Commits: 5 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [X] New feature
- [ ] Enha... | {"issue_number": 9501, "pr_number": 9506, "commits_count": 1, "files_changed": 3, "response_length": 1396, "file_count": 5, "needs_breakdown": false} |
[DOC] update cypress docs
current docs are pretty much outdated | <think>
PR Context:
- Title: docs(cypress): update file structure
- Merged: 2025-01-13T07:50:55Z
- Files changed: 2 files
- Commits: 4 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [x] Enhancement
- [x] Refactoring
- [ ] Dependen... | {"issue_number": 6955, "pr_number": 7016, "commits_count": 0, "files_changed": 2, "response_length": 766, "file_count": 0, "needs_breakdown": false} |
[FEATURE] Add Payments - List endpoint for v2
### Feature Description
This feature adds support for retrieving a filtered list of payments via a GET /v2/payments/list endpoint where multiple values can be provided for a single filter key (e.g. connector, etc.).
### Possible Implementation
Add PaymentListFilterConst... | <think>
PR Context:
- Title: feat(payments): add PaymentListFilterConstraints and payments_list_by_filter endpoint for v2
- Merged: 2025-08-21T14:04:23Z
- Files changed: 10 files
- Commits: 3 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [X] New feat... | {"issue_number": 8792, "pr_number": 8794, "commits_count": 1, "files_changed": 10, "response_length": 1766, "file_count": 12, "needs_breakdown": false} |
feat: Add config to force 2FA for users
Currently 2FA is skippable in all the environments.
We need to force 2FA in prod later at some point, so there should be config to which forces 2FA is enabled. | <think>
PR Context:
- Title: feat(users): Add `force_two_factor_auth` environment variable
- Merged: 2024-11-05T14:59:29Z
- Files changed: 10 files
- Commits: 5 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [x] Enhancement
- [ ] R... | {"issue_number": 4774, "pr_number": 6466, "commits_count": 1, "files_changed": 10, "response_length": 1065, "file_count": 5, "needs_breakdown": false} |
fix(api_models): `wasm` build problems caused by `actix-multipart`
`wasm` build is failing because of adding `actix-multipart` dependency in `api-models`.
As we cannot change any dependencies in `wasm`, we will have to make changes to `api_models` to fix this. | <think>
PR Context:
- Title: fix(api_models): Fix `wasm` build problems caused by `actix-multipart`
- Merged: 2024-12-05T11:09:38Z
- Files changed: 4 files
- Commits: 4 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Bugfix
- [ ] New feature
- [ ] Enhancement
... | {"issue_number": 6748, "pr_number": 6747, "commits_count": 1, "files_changed": 4, "response_length": 1022, "file_count": 4, "needs_breakdown": false} |
[BUG] GlobalPay throws 501 for mandates
below function is the culprit:
```rs
fn get_payment_method_data(
item: &PaymentsAuthorizeRouterData,
brand_reference: Option<String>,
) -> Result<PaymentMethodData, Error> {
match &item.request.payment_method_data {
payment_method_data::PaymentMethodData::Ca... | <think>
PR Context:
- Title: fix(connector): [globalpay] address 5xx in mandates by implementing tokenization flow
- Merged: None
- Files changed: 13 files
- Commits: 5 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Bugfix
- [ ] New feature
- [x] Enhancement
... | {"issue_number": 8481, "pr_number": 8482, "commits_count": 0, "files_changed": 13, "response_length": 800, "file_count": 0, "needs_breakdown": false} |
Add endpoints to support ai chat interactions
- Add endpoints to talk to different ai services.
- Add config for URLS
- make feature flag for ai chat service that will help to manage feature across different environments. | <think>
PR Context:
- Title: feat(ai): add endpoints to chat with ai service
- Merged: 2025-07-16T20:33:11Z
- Files changed: 26 files
- Commits: 23 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [ ] Enhancement
- [ ] Refactoring
-... | {"issue_number": 8584, "pr_number": 8585, "commits_count": 1, "files_changed": 26, "response_length": 2807, "file_count": 23, "needs_breakdown": true} |
feat(analytics): add `smart_retries` only metrics
## Proposed changes
There should be fields in PaymentDistribution, for the case where we only want to extract metric for Subsequent smart retried attempts.
For example, we have `success_rate` and `success_rate_without_retries`
Now missing field is `success_rate_with... | <think>
PR Context:
- Title: feat(analytics): add `smart_retries` only metrics for analytics v2 dashboard
- Merged: 2024-11-19T19:21:45Z
- Files changed: 2 files
- Commits: 5 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [x] Enhan... | {"issue_number": 6574, "pr_number": 6575, "commits_count": 1, "files_changed": 2, "response_length": 1056, "file_count": 4, "needs_breakdown": false} |
Fix UCS address precedence order for payment method billing addresses
## Problem
The current implementation in the UCS (Unified Connector Service) transformers has incorrect precedence order when handling addresses. The unified payment method billing address should take priority over the shipping/billing addresses fr... | <think>
PR Context:
- Title: fix: change precedence order in address that we send to ucs
- Merged: 2025-09-03T17:28:26Z
- Files changed: 1 files
- Commits: 3 commits
Implementation approach:
## Summary
This PR fixes the billing address precedence order in the UCS (Unified Connector Service) transformers to ensure t... | {"issue_number": 9268, "pr_number": 9269, "commits_count": 1, "files_changed": 1, "response_length": 970, "file_count": 3, "needs_breakdown": false} |
[FEAT] Multiple credential support for a connector in Cypress
## Requirement
Execute cypress tests for a connector having **multiple credentials** which can be used for different scenarios (one api key for `cards`, another for `bank redirects` and etc.,).
## Implementation
### Introduce new format for `creds.... | <think>
PR Context:
- Title: ci: update cypress creds
- Merged: 2024-12-03T17:19:14Z
- Files changed: 1 files
- Commits: 2 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
... | {"issue_number": 6645, "pr_number": 6726, "commits_count": 0, "files_changed": 1, "response_length": 754, "file_count": 0, "needs_breakdown": false} |
[REFACTOR] Worldpay payments integration
### Feature Description
WorldPay payments integration currently makes use of modular APIs which gives more control over the integration. This approach is not best compatible with HyperSwitch due to WP's 3DS flows - which requires sending PAN (card numbers) in multiple places. ... | <think>
PR Context:
- Title: feat(connector): worldpay - add dynamic fields and update terminal status mapping
- Merged: 2024-11-28T14:50:09Z
- Files changed: 17 files
- Commits: 14 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [x]... | {"issue_number": 6316, "pr_number": 6468, "commits_count": 1, "files_changed": 17, "response_length": 1780, "file_count": 11, "needs_breakdown": false} |
[BUG] DB constraints for events table
### Bug Description
`idempotent_event_id` column is a combination of `payment_id` and the `event_type`. Length of this field in DB can be a maximum of 64 characters. However, since `payment_id` can also be 64 characters, the resulting `idempotent_event_id` can easily exceed 64 ch... | <think>
PR Context:
- Title: fix(webhooks): add idempotent_event_id generation using URL-safe Base64 (no padding) and SHA256 digest
- Merged: 2025-09-22T08:30:21Z
- Files changed: 7 files
- Commits: 7 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Bugfix
- [ ]... | {"issue_number": 8460, "pr_number": 9405, "commits_count": 1, "files_changed": 7, "response_length": 1452, "file_count": 9, "needs_breakdown": false} |
feat(themes): Support naming themes
Currently themes don't have names, and it's better to have a way to attach a name to a theme. So that we can know about theme without having to look at the theme data. | <think>
PR Context:
- Title: feat(themes): Add `theme_name` and `entity_type` in themes table
- Merged: 2024-11-21T21:06:12Z
- Files changed: 8 files
- Commits: 1 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [x] Enhancement
- [ ]... | {"issue_number": 6620, "pr_number": 6621, "commits_count": 1, "files_changed": 8, "response_length": 1286, "file_count": 8, "needs_breakdown": false} |
Migrate from cargo2nix to rust-flake
Migrate the Nix build/shell system from cargo2nix to rust-flake.
**Parent Issue:** #57
**Related PR:** #8503
## Acceptance Criteria
- [x] Migrate from cargo2nix to rust-flake
- [x] Verify nix CI/CD compatibility
| <think>
PR Context:
- Title: refactor(nix): Migrate from cargo2nix to rust-flake
- Merged: 2025-07-15T08:20:23Z
- Files changed: 7 files
- Commits: 6 commits
Implementation approach:
# Migrate Nix Configuration to rust-flake
This PR refactors the existing Nix setup by migrating from `cargo2nix` to `rust-flake`.
Re... | {"issue_number": 8538, "pr_number": 8503, "commits_count": 0, "files_changed": 7, "response_length": 781, "file_count": 1, "needs_breakdown": false} |
`nmi` tests shows different error messages for the same request
Postman Tests for nmi behaves like the following while running `Flow Testcases/Variation Cases/Scenario9-Create a mandate payment`
## Creating a mandate payment for `nmi`
```curl
curl --location '{{baseUrl}}/payments' \
--header 'Content-Type: applicatio... | <think>
PR Context:
- Title: ci(postman): update assertion error message for nmi collection
- Merged: 2025-04-17T07:51:28Z
- Files changed: 2 files
- Commits: 10 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [x] ... | {"issue_number": 7764, "pr_number": 7765, "commits_count": 0, "files_changed": 2, "response_length": 793, "file_count": 0, "needs_breakdown": false} |
fix(diesel_models, api_models): mask `poc_email` and `data_value` for DashboardMetadata
## Current behaviour
- `poc_email` isn't masked for `DashboardMetadata` which leads to it being logged both at API and diesel query level.
Example:
<img width="1114" alt="Image" src="https://github.com/user-attachments/assets/8aa... | <think>
PR Context:
- Title: fix(dashboard_metadata): mask `poc_email` and `data_value` for DashboardMetadata
- Merged: 2025-02-06T15:16:20Z
- Files changed: 5 files
- Commits: 8 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Bugfix
- [ ] New feature
- [x] En... | {"issue_number": 7128, "pr_number": 7130, "commits_count": 1, "files_changed": 5, "response_length": 1303, "file_count": 7, "needs_breakdown": false} |
feat(themes): Setup DB for themes
There should a separate table for themes for storing the `theme_id`s for a particular lineage. This should be the schema:
| org_id | merchant_id | profile_id | theme_id |
| ------ | ----------- | ---------- | -------- |
| o1 | m1 | p1 | t1 |
| o1 |... | <think>
PR Context:
- Title: feat(themes): Setup themes table
- Merged: 2024-11-14T09:16:40Z
- Files changed: 15 files
- Commits: 5 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency ... | {"issue_number": 6532, "pr_number": 6533, "commits_count": 1, "files_changed": 15, "response_length": 2537, "file_count": 15, "needs_breakdown": false} |
[BUG] There is a bug when the webhook response comes from ucs
### Bug Description
There is a bug when the webhook response comes from ucs,
the code was not able to deserialize the response
### Expected Behavior
webhook response form ucs should be handle using ucs logic
### Actual Behavior
a webhook failed
### St... | <think>
PR Context:
- Title: fix: Resolved issue of webhooks response from ucs
- Merged: 2025-08-29T15:11:29Z
- Files changed: 6 files
- Commits: 14 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
... | {"issue_number": 9027, "pr_number": 9021, "commits_count": 1, "files_changed": 6, "response_length": 1363, "file_count": 8, "needs_breakdown": false} |
CI DB Migration consistency checks failing after diesel_cli 2.3.0 update
After the release of diesel_cli version `2.3.0`, the CI checks for DB migration consistency are failing due to a formatting difference in the output.
diesel_cli version 2.3.0 expects to call rustfmt to format its output. If rustfmt is not instal... | <think>
PR Context:
- Title: ci(migration-check): install rustfmt to address migration run failures
- Merged: 2025-09-15T12:52:03Z
- Files changed: 1 files
- Commits: 3 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
... | {"issue_number": 9385, "pr_number": 9386, "commits_count": 0, "files_changed": 1, "response_length": 800, "file_count": 0, "needs_breakdown": false} |
[BUG] handle refused responses when only one of `refusalCode` or `refusalDescription` is present for Worldpay
`refusalCode` and `refusalDescription` are mandatory fields whenever Worldpay refuses the transactions. There is a case where only `refusalDescription` is present. Handle these cases accordingly for `refused` ... | <think>
PR Context:
- Title: [BUG] handle refused responses when only one of refusalCode or refusa…
- Merged: None
- Files changed: 1 files
- Commits: 4 commits
Implementation approach:
fix(worldpay): handle refused responses when only refusalCode or refusalDescription is present
### Type of Change
- [x] Bugfix
-... | {"issue_number": 8749, "pr_number": 8763, "commits_count": 0, "files_changed": 1, "response_length": 784, "file_count": 0, "needs_breakdown": false} |
[REFACTOR]: [RAPYD] Add amount conversion framework to Rapyd
### :memo: Feature Description
Currently, amounts are represented as `i64` values throughout the application. We want to introduce a `Unit` struct that explicitly states the denomination. A new type, `MinorUnit`, has been added to standardize the flow of ... | <think>
PR Context:
- Title: refactor(connector): add amount conversion framework to rapyd
- Merged: 2024-10-30T14:47:44Z
- Files changed: 4 files
- Commits: 5 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [x] Re... | {"issue_number": 6020, "pr_number": 6414, "commits_count": 1, "files_changed": 4, "response_length": 1243, "file_count": 6, "needs_breakdown": false} |
Add audit events for PaymentUpdate update
Created from #4525
This covers adding events for PaymentUpdate operation
This event should include the payment data similar to [PaymentCancel](https://github.com/juspay/hyperswitch/pull/4166)
It should also include any metadata for the event
e.g reason for payment... | <think>
PR Context:
- Title: feat(payments): Add audit events for PaymentUpdate update
- Merged: 2024-11-08T13:37:22Z
- Files changed: 2 files
- Commits: 6 commits
Implementation approach:
## Type of Change
- [ ] Bugfix
- [x] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency updates
- [ ] Docume... | {"issue_number": 4682, "pr_number": 6426, "commits_count": 1, "files_changed": 2, "response_length": 1031, "file_count": 4, "needs_breakdown": false} |
feat(users): Force users to reset password on first login for non-email flow
Currently in non-email flow, users who are invited are not forced to change their password.
This is being forced in email flow, this should also be present in non-email flow as well. | <think>
PR Context:
- Title: fix(users): Add force rotate password on first login for non-email flow
- Merged: 2024-11-07T10:37:29Z
- Files changed: 1 files
- Commits: 3 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Bugfix
- [ ] New feature
- [ ] Enhancement... | {"issue_number": 6482, "pr_number": 6483, "commits_count": 1, "files_changed": 1, "response_length": 1061, "file_count": 3, "needs_breakdown": false} |
[REFACTOR] remove non mandatory fields for Adyen Platform payouts
Hyperswitch mandates a few fields for AdyenPlatform connector which are not needed. These are needed to be made optional.
List of fields
- Billing address details | <think>
PR Context:
- Title: refactor(connector): make billing address line2 optional for Adyen Platform payouts
- Merged: None
- Files changed: 2 files
- Commits: 1 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [x] Enhancement
- ... | {"issue_number": 8973, "pr_number": 8982, "commits_count": 0, "files_changed": 2, "response_length": 797, "file_count": 1, "needs_breakdown": false} |
Payment Intent and MCA changes for split payments
- Add split_txns_enabled field in PaymentIntent
- Add split_enabled field to MCA payment_method
- Code changes to modify split_enabled for a payment method when creating or updating an MCA (similar to recurring_enabled)
- PML changes to filter payment methods based on ... | <think>
PR Context:
- Title: feat(router): Payment Intent and MCA changes for split payments
- Merged: 2025-09-01T13:47:28Z
- Files changed: 20 files
- Commits: 5 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [ ] Enhancement
- [ ]... | {"issue_number": 9047, "pr_number": 9049, "commits_count": 1, "files_changed": 20, "response_length": 1976, "file_count": 17, "needs_breakdown": true} |
feat(router): refactor PML response
Remove duplicate responses and return bank_names | <think>
PR Context:
- Title: feat(router): Deduplicate PML response and populate bank details (V2)
- Merged: 2025-07-14T12:45:04Z
- Files changed: 6 files
- Commits: 9 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [x] Enhancement
... | {"issue_number": 8582, "pr_number": 8583, "commits_count": 1, "files_changed": 6, "response_length": 2358, "file_count": 7, "needs_breakdown": false} |
feat(users): add tenant_id in user roles
- Use global interface for user roles
- Add column tenant_id in user_roles
- Handle insertion of tenant_id
- Hadle token validation, a token issued in one tenant should not work in other tenancy | <think>
PR Context:
- Title: feat(users): add global support in user roles
- Merged: 2024-11-13T07:24:13Z
- Files changed: 18 files
- Commits: 9 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ... | {"issue_number": 6457, "pr_number": 6458, "commits_count": 1, "files_changed": 18, "response_length": 1906, "file_count": 18, "needs_breakdown": true} |
[REFACTOR] remove non mandatory fields for Adyen Platform payouts
Hyperswitch mandates a few fields for AdyenPlatform connector which are not needed. These are needed to be made optional.
List of fields
- Billing address details | <think>
PR Context:
- Title: refactor(connector): make billing address line2 optional for Adyen Platform payouts
- Merged: None
- Files changed: 2 files
- Commits: 1 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [x] Enhancement
- ... | {"issue_number": 8973, "pr_number": 8981, "commits_count": 0, "files_changed": 2, "response_length": 797, "file_count": 1, "needs_breakdown": false} |
chore: Update apple pay currency filter configs
Update apple pay currency filter configs as a temporary fix for failing PR #7921 | <think>
PR Context:
- Title: chore: Update apple pay currency filter configs
- Merged: 2025-06-09T07:57:15Z
- Files changed: 1 files
- Commits: 1 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Bugfix
- [ ] New feature
- [ ] Enhancement
- [ ] Refactoring
- [... | {"issue_number": 8216, "pr_number": 8217, "commits_count": 0, "files_changed": 1, "response_length": 777, "file_count": 0, "needs_breakdown": false} |
[FEATURE] add permissions for operations in recon module
### Feature Description
Reconciliation module in HyperSwitch provides various operations. Every operation needs to permitted for the end user to use it.
As of today, recon has a single permission - which gives access to the entire recon module, this is not... | <think>
PR Context:
- Title: feat: add resources and granular permission groups for reconciliation
- Merged: 2024-12-04T09:55:05Z
- Files changed: 18 files
- Commits: 29 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [ ] Enhancement... | {"issue_number": 6524, "pr_number": 6591, "commits_count": 1, "files_changed": 18, "response_length": 2832, "file_count": 20, "needs_breakdown": true} |
[FEATURE] Add delete profile endpoint in v2
### Feature Description
Add delete profile endpoint in v2
### Possible Implementation
Add a new endpoint in routes for delete profile in v2
### Have you spent some time checking if this feature request has been raised before?
- [x] I checked and didn't find a similar is... | <think>
PR Context:
- Title: feat(profile): add delete profile endpoint for v2
- Merged: None
- Files changed: 5 files
- Commits: 1 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [ ] Enhancement
- [ ] Refactoring
- [ ] Dependency ... | {"issue_number": 8715, "pr_number": 8716, "commits_count": 0, "files_changed": 5, "response_length": 763, "file_count": 0, "needs_breakdown": false} |
[BUG] connector_request_reference_id not updated in payment_tokenization confirm_intent flow
### Bug Description
In the payment tokenization confirm intent flow, the field `connector_request_reference_id` is not being updated in payment_attempt. Because of this missing update, flows such as PaymentsCancel and Payment... | <think>
PR Context:
- Title: fix(payment): add connector_request_reference_id to PaymentAttemptUpdate in ConfirmIntentTokenized flow
- Merged: 2025-10-01T13:42:36Z
- Files changed: 2 files
- Commits: 1 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Bugfix
- [ ... | {"issue_number": 9596, "pr_number": 9597, "commits_count": 1, "files_changed": 2, "response_length": 1144, "file_count": 4, "needs_breakdown": false} |
Add onboarding flow for VSAAS
- Support for endpoint to create a platform
- Create platform org and platform merchant account
- Support to create connected merchant account inside platform org
- Modify existing list responses for org and merchant, to distinguish platform from standard. | <think>
PR Context:
- Title: feat(vsaas): integrate onboarding flow for vertical saas
- Merged: 2025-05-12T15:02:09Z
- Files changed: 22 files
- Commits: 11 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [x] New feature
- [x] Enhancement
- [x] Refac... | {"issue_number": 7889, "pr_number": 7884, "commits_count": 1, "files_changed": 22, "response_length": 2696, "file_count": 22, "needs_breakdown": true} |
fix: merchant order ref id filter and refund_id filter
- Add merchant_order reference id filter for payments list
- Fix refunds list filter, search by refund id. (It is construction a totally new filter ignoring the merchant id when searching) | <think>
PR Context:
- Title: feat(payments): add merchant order ref id filter
- Merged: 2024-11-25T14:06:30Z
- Files changed: 5 files
- Commits: 2 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [x] Bugfix
- [x] New feature
- [ ] Enhancement
- [ ] Refactoring
- ... | {"issue_number": 6629, "pr_number": 6630, "commits_count": 1, "files_changed": 5, "response_length": 1229, "file_count": 7, "needs_breakdown": false} |
fix cybersource cypress redirection
address ci inconsistency.
cybersource cypress test in github has been failing randomly left right and center for no good reason. | <think>
PR Context:
- Title: fix(cypress): address cybersource redirection inconsistency
- Merged: 2025-01-21T07:06:52Z
- Files changed: 6 files
- Commits: 24 commits
Implementation approach:
## Type of Change
<!-- Put an `x` in the boxes that apply -->
- [ ] Bugfix
- [ ] New feature
- [ ] Enhancement
- [x] Ref... | {"issue_number": 7058, "pr_number": 7057, "commits_count": 0, "files_changed": 6, "response_length": 790, "file_count": 0, "needs_breakdown": false} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.