v1.42.0
juspay/hyperswitchv1.42.0Sep 20, 2023by SanchithHegde
AI Summary
Adds support for the Blik payment method in Trustpay and fixes a critical issue preventing Square payments from being cancelled. Refactors configuration to make the TOML file optional and changes Apple Pay verification errors from 5xx to 4xx.
Key Highlights
- Trustpay Blik support
- Square payments cancel fix
- TOML config refactor
- ApplePay error code change
New Features
- Add Blik payment method for trustpay
Full Release Notes
## 1.42.0 (2023-09-20) ### Features - **connector:** [Trustpay] Add Blik payment method for trustpay ([#2152](https://github.com/juspay/hyperswitch/pull/2152)) ([`d0eec9e`](https://github.com/juspay/hyperswitch/commit/d0eec9e357a2ef6074c9a02239337378fbf8412a)) by @prasunna09 ### Bug Fixes - **connector:** [SQUARE] Fix payments cancel issue ([#2162](https://github.com/juspay/hyperswitch/pull/2162)) ([`081545e`](https://github.com/juspay/hyperswitch/commit/081545e9121861ac7c1867a5e3f4c59ef848eeeb)) by @deepanshu-iiitu ### Refactors - **configs:** Make TOML file an optional source of application configuration ([#2185](https://github.com/juspay/hyperswitch/pull/2185)) ([`69fbebf`](https://github.com/juspay/hyperswitch/commit/69fbebf4630047ac33defc010811d1b4c4c9051a)) by @SanchithHegde - **core:** Error thrown for wrong mca in applepay_verification flow change from 5xx to 4xx ([#2189](https://github.com/juspay/hyperswitch/pull/2189)) ([`656e710`](https://github.com/juspay/hyperswitch/commit/656e7106b44ba27a9058191259596e0a399aa20b)) by @prajjwalkumar17 **Full Changelog:** [`v1.41.0...v1.42.0`](https://github.com/juspay/hyperswitch/compare/v1.41.0...v1.42.0)