Releases: juspay/hyperswitch
Releases · juspay/hyperswitch
Hyperswitch v0.4.0
Continuous Integration
- workflow:
Documentation Changes
New Features
- session_token: create session token only if pmt is enabled (#703) (e1afeb6)
- router:
- list: global filter mapping for payment methods via card network (#694) (adca6bc)
- store card network for cards (#687) (bfca26d)
- add support for
ANG
currency (#681) (03096ef) - Add bank redirect mapping to adyen and stripe (#680) (e6f627d)
- api contract change for wallet (#628) (ff86417)
- Add support for a redis pubsub interface (#614) (aaf3725)
- initial
nix
setup usingcargo2nix
(#599) (73d0538) - connector:
- pm_list: support for sending bank names (#678) (576f8e1)
- card_network: add additional enum variants in card network (#671) (db8bc16)
- stripe:
Bug Fixes
- Populate amount_captured in case of success (#700) (d622b74)
- Error Mapping for Bluensap & Card Number for Airwallex (#686) (35a74ba)
- add currency in verify request data (#619) (32de632)
- add zero-padded formatting for error code (#627) (63f9b61)
- check if bank_pm exists and then send request (#679) (76a9b55)
- connector:
- adyen: adyen psync fail fix (#691) (2e99152)
- customer: populate email from customer table if not present in request (#692) (cf71d7a)
- list:
- compatibility:
- core: send metadata in payments response (#670) (b80f19e)
- router: allow setup future usage to be updated in payment update and confirm requests (#610) (7fd8221)
Chores
Other Changes
- stripe: send statement descriptor to stripe (#707) (641c4d6)
- use connector error handler for 500 error messages. (#696) (9fe2093)
- populate failed status and add bank_redirect (#674) (b1685ba)
- refunds: skip validate refunds for card (#672) (5cdbef0)
- router/webhooks: expose additional incoming request details to webhooks flow (#637) (1b3b7f5)
- braintree: create basic auth for braintree (#602) (c47619b)
Refactors
- add better log to parse struct (#621) (275155a)
- Pass country and currency as json format in MCA (#523) (d27e6be)
- use simple uuid instead of hyphens (#605) (c467a47)
- add payment_issuer and payment_experience in pa (#491) (6656359)
- router: remove foreign wrapper type (#616) (7bd2008)
- core:
- pm_list:
- connector: remove
peek()
on PII info (#642) (46f77d0) - connector-template: raise errors instead of using
todo!()
(#620) (b1a6be5) - redirection:
From
impl for redirection data for ease of use (#613) (e8255b4)
Hyperswitch v0.3.0
Build System / Dependencies
Chores
Continuous Integration
Documentation Changes
New Features
- router:
- connector:
- Added applepay feature (#636) (1e84c07)
- add
track_caller
to functions that performchange_context
(#592) (8d2e573) - Redis cache for MCA fetch and update (#515) (963cb52)
- api_models: add error structs (#532) (d107b44)
Bug Fixes
- connector: update Bluesnap in routable connectors (#654) (64cb2ff)
- allow errors with status code 200 to pass (#601) (8a8767e)
- don't call connector if connector transaction id doesn't exist (#525) (326d6be)
- throw 500 error when redis goes down (#531) (aafb115)
- router:
- checkout: Error Response when wrong api key is passed (#596) (55b6d88)
- core: use guard for access token result (#522) (903b452)
Other Changes
Refactors
Hyperswitch v0.2.0
Supported Connectors
- ACI
- Adyen
- Authorize.net
- Braintree
- Checkout.com
- Cybersource
- Fiserv
- Global Payments
- Klarna
- PayU
- Rapyd
- Shift4
- Stripe
- Wordline
Supported Payment Methods
- Cards No 3DS
- Cards 3DS*
- Apple Pay*
- Google Pay*
- Klarna*
- PayPal*
Supported Payment Functionalities
- Payments (Authorize/Sync/Capture/Cancel)
- Refunds (Execute/Sync)
- Saved Cards
- Mandates (No 3DS)*
- Customers
- Merchants
- ConnectorAccounts
* May not be supported on all connectors