Releases: juspay/hyperswitch
Releases · juspay/hyperswitch
Hyperswitch v1.69.0
1.69.0 (2023-10-31)
Features
- connector:
- [VOLT] Implement payment flows and bank redirect payment method (#2582) (
23bd364
) by @swangi-kumari - [NMI] add orderid to PaymentRequest (#2727) (
aad3f0f
) by @sahalsaad - Worldline Use
connector_response_reference_id
as reference to merchant (#2721) (a261f1a
) by @Harshwardhan9431 - [Authorizedotnet] Use connector_request_reference_id as reference to the connector (#2593) (
3d7c6b0
) by @amitroy-thedev - [Multisafepay] Currency Unit Conversion (#2679) (
42b13f7
) by @shivam-jainn - [Iatapay] currency unit conversion (#2592) (
0f5406c
) by @SoumyoPurkayastha - [BitPay] Currency Unit Conversion (#2736) (
e377279
) by @adarsh-jha-dev
- [VOLT] Implement payment flows and bank redirect payment method (#2582) (
- organization: Add organization table (#2669) (
d682471
) by @Narayanbhat166 - Add one-click deploy script for HyperSwitch on AWS (EC2, RDS, Redis) (#2730) (
838372a
) by @BallaNitesh - Implement list_merchant_connector_accounts_by_merchant_id_connector_name function (#2742) (
15a6b5a
) by @hrithikesh026
Bug Fixes
- connector: [Stripe] add decline_code in error_reason (#2735) (
0a44f56
) by @sai-harsha-vardhan - typo: Add commit id to allowed typos (#2733) (
8984627
) by @Narayanbhat166 - Make kv log extraction easier (#2666) (
577ef1a
) by @dracarys18
Refactors
- connector:
- [Noon] Remove Default Case Handling (#2677) (
452090d
) by @SagarDevAchar - [Payme] Remove Default Case Handling (#2719) (
94947bd
) by @Rutam21 - [Payeezy] remove default case handling (#2712) (
ceed76f
) by @HeetVekariya
- [Noon] Remove Default Case Handling (#2677) (
- core: Use
business_profile
to read merchant configs (#2729) (8c85173
) by @Narayanbhat166 - db: Migrate to payment_attempt from connector_response (#2656) (
9d9fc2a
) by @Abhicodes-crypto
Testing
- postman: Update postman collection files (
db8f58b
) by @github-actions
Miscellaneous Tasks
- env: Add ttl as env variable (#2653) (
8b1499e
) by @dracarys18
Full Changelog: v1.68.0...v1.69.0
Hyperswitch v1.68.0
1.68.0 (2023-10-29)
Features
- connector:
- [OpenNode] Currency Unit Conversion (#2645) (
88e1f29
) by @SagarDevAchar - [Mollie] Currency Unit Conversion (#2671) (
3578db7
) by @SagarDevAchar - [Dlocal] Implement feature to use connector_request_reference_id as reference to the connector (#2704) (
af90089
) by @shakeel-3
- [OpenNode] Currency Unit Conversion (#2645) (
- events: Add masked json serializer for logging PII values (#2681) (
13c66df
) by @lsampras
Bug Fixes
- connector: [Forte] Response Handling for Verify Action (#2601) (
efed596
) by @Sakilmostak
Refactors
- connector:
- [Airwallex] Remove default case handling (#2703) (
4138c8f
) by @Hangsaai - Use connector_request_reference_id for Fiserv (#2698) (
05c2f84
) by @TejasMate - [Rapyd] add and implement the get_currency_unit function (#2664) (
78e5cd0
) by @shivansh-bhatnagar18 - [Square] remove default case handling (#2701) (
05100ea
) by @HeetVekariya - Use connector_request_reference_id for Iatapay (#2692) (
4afe552
) by @daniloff200
- [Airwallex] Remove default case handling (#2703) (
Testing
- postman: Update postman collection files (
8eca66a
) by @github-actions
Documentation
- changelog: Fix typo in changelog (#2713) (
2815443
) by @pixincreate
Full Changelog: v1.67.0...v1.68.0
Hyperswitch v1.67.0
1.67.0 (2023-10-26)
Features
- connector: [OpenNode] Use connector_request_reference_id as referemce to connector (#2596) (
96b790c
) by @shakeel-3
Bug Fixes
- connector: [Paypal]fix paypal error reason mapping when it is empty string. (#2700) (
2c00767
) by @srujanchikke
Refactors
- connector:
- router: Tsys default case handling (#2672) (
9ff2721
) by @Harshwardhan9431
Testing
- postman: Update postman collection files (
9875687
) by @github-actions
Build System / Dependencies
- docker: Copy over
.gitignore
as.dockerignore
(#2691) (d680eb2
) by @SanchithHegde
Full Changelog: v1.66.0...v1.67.0
Hyperswitch v1.66.0
1.66.0 (2023-10-25)
Features
- core: Add support for multiple
merchant_connector_account
(#2655) (5988d8d
) by @Narayanbhat166
Full Changelog: v1.65.0...v1.66.0
Hyperswitch v1.65.0
1.65.0 (2023-10-25)
Features
- router_env: Add support for UUID v7 for tracing actix web (#2661) (
65319fe
) by @NishantJoshi00
Bug Fixes
- core: Address clippy config changes (#2654) (
cfe9c25
) by @pixincreate - refunds:
- Add
profile_id
in refunds response (#2652) (bb86cc2
) by @pixincreate - Fetch refund if insert fails due to duplicate response (#2682) (
433cdfa
) by @Abhicodes-crypto
- Add
Refactors
- connector:
- [CryptoPay] Remove Default Case Handling (#2643) (
6428d07
) by @ashutuptiwari - [CyberSource] Enhance currency Mapping with ConnectorCurrencyCommon Trait (#2626) (
f2f8170
) by @mdrokz - [Cryptopay] add psync reference id validation for Cryptopay (#2668) (
27b9762
) by @prasunna09 - Default case for worldline (#2674) (
e6272c6
) by @Hangsaai
- [CryptoPay] Remove Default Case Handling (#2643) (
Testing
- postman: Update postman collection files (
b340673
) by @github-actions
Full Changelog: v1.64.1...v1.65.0
Hyperswitch v1.64.1
1.64.1 (2023-10-24)
Refactors
- Revert redis temp locker logic (#2670) (
eaa9720
) by @Abhicodes-crypto
Full Changelog: v1.64.0...v1.64.1
Hyperswitch v1.64.0
1.64.0 (2023-10-23)
Features
Bug Fixes
- router: Disable openapi examples (#2648) (
b39bdbf
) by @sai-harsha-vardhan
Refactors
- connector:
- Use connector_response_reference_id for Shift4 (#2492) (
83f0062
) by @daniloff200 - [PowerTranz] refactor powertranz payments to remove default cases (#2547) (
664093d
) by @Himanshu-370
- Use connector_response_reference_id for Shift4 (#2492) (
Full Changelog: v1.63.0...v1.64.0
Hyperswitch v1.63.0
1.63.0 (2023-10-20)
Features
- Add support for updating surcharge_applicable field intent (#2647) (
949937e
) by @hrithikesh026
Bug Fixes
- Kms decryption of redis_temp_locker_encryption_key (#2650) (
5a6601f
) by @Abhicodes-crypto
Refactors
- router: [Nexi nets] Remove Default Case Handling (#2639) (
4b64c56
) by @Harshwardhan9431
Full Changelog: v1.62.0...v1.63.0
Hyperswitch v1.62.0
1.62.0 (2023-10-19)
Features
- connector:
- [Worldpay] Use connector_request_reference_id as reference to the connector (#2553) (
9ea5830
) by @ayan-joshi - [ProphetPay] Template generation (#2610) (
7e6207e
) by @Sakilmostak - [Bambora] Use connector_response_reference_id as reference to the connector (#2635) (
a9b5dc9
) by @Rutam21 - [Klarna] Add order id as the reference id to merchant (#2614) (
b7d5573
) by @jay-tau
- [Worldpay] Use connector_request_reference_id as reference to the connector (#2553) (
Bug Fixes
- Payment_method_data and description null during payment confirm (#2618) (
6765a1c
) by @dracarys18
Refactors
- connector:
- [Dlocal] Currency Unit Conversion (#2615) (
1f2fe51
) by @SagarDevAchar - [Iatapay] remove default case handling (#2587) (
6494e8a
) by @HeetVekariya - [noon] remove cancellation_reason (#2627) (
41b7742
) by @SamraatBansal - [Forte] Remove Default Case Handling (#2625) (
418715b
) by @SagarDevAchar - [Dlocal] remove default case handling (#2624) (
1584313
) by @saikiranpatil
- [Dlocal] Currency Unit Conversion (#2615) (
- Remove code related to temp locker (#2640) (
cc0b422
) by @Abhicodes-crypto - Add surcharge_applicable to payment_intent and remove surcharge_metadata from payment_attempt (#2642) (
e5fbaae
) by @hrithikesh026
Testing
- postman: Update postman collection files (
2593dd1
) by @github-actions
Miscellaneous Tasks
- deps: Bump rustix from 0.37.24 to 0.37.25 (#2637) (
67d0062
) by @dependabot
Build System / Dependencies
- deps: Use
async-bb8-diesel
fromcrates.io
instead of git repository (#2619) (14c0821
) by @Chethan-rao
Full Changelog: v1.61.0...v1.62.0
Hyperswitch v1.61.0
1.61.0 (2023-10-18)
Features
- Connector: [Paypal] add support for dispute webhooks for paypal connector (#2353) (
6cf8f05
) by @swangi-kumari - apple_pay: Add support for decrypted apple pay token for checkout (#2628) (
794dbc6
) by @ShankarSinghC - connector:
- core: Replace temp locker with redis (#2594) (
2edbd61
) by @Abhicodes-crypto - events: Add events for incoming API requests (#2621) (
7a76d6c
) by @lsampras - merchant_account: Add merchant account list endpoint (#2560) (
a1472c6
) by @Narayanbhat166 - Update surcharge_amount and tax_amount in update_trackers of payment_confirm (#2603) (
2f9a355
) by @hrithikesh026
Bug Fixes
- connector:
- [Authorizedotnet]fix error deserialization incase of authentication failure (#2600) (
4859b7d
) by @srujanchikke - [Paypal]fix error deserelization for source verification call (#2611) (
da77d13
) by @srujanchikke
- [Authorizedotnet]fix error deserialization incase of authentication failure (#2600) (
- payments: Fix payment update enum being inserted into kv (#2612) (
9aa1c75
) by @lsampras
Refactors
- events: Allow box dyn for event handler (#2629) (
01410bb
) by @lsampras - payment_connector: Allow connector label to be updated (#2622) (
c86ac9b
) by @Narayanbhat166 - router: Remove unnecessary function from Refunds Validate Flow (#2609) (
3399328
) by @AaronTJDev - Refactor connector auth type failure to 4xx (#2616) (
1dad745
) by @ArjunKarthik
Testing
- postman: Update postman collection files (
d899025
) by @github-actions
Documentation
- postman: Rewrite postman documentation to help devs develop tests for their features (#2613) (
1548ee6
) by @pixincreate
Miscellaneous Tasks
- scripts: Add connector script changes (#2620) (
373a10b
) by @ArjunKarthik
Full Changelog: v1.60.0...v1.61.0