v1.34.0
juspay/hyperswitchv1.34.0Sep 4, 2023by SanchithHegde
AI Summary
This release fixes a typo in the fulfillment enum and introduces support for manually reviewing and accepting/declining risky transactions. It also includes improvements to logging and Postman documentation.
Key Highlights
- Fix enum typo from 'fullfillment' to 'fulfillment'
- Add support for manual review of risky transactions
- Include binary name in log entries for better debugging
New Features
- Manual review for risky transactions
- Enum variant spelling correction
Full Release Notes
## 1.34.0 (2023-09-04) ### Features - **frm:** - Enum variant misspelled changed from fullfillment to fulfillment ([#2065](https://github.com/juspay/hyperswitch/pull/2065)) ([`e1cebd4`](https://github.com/juspay/hyperswitch/commit/e1cebd41798172b586f81d2668bedf18fa82001d)) by @rishavkar - Add support to accept and decline payment when manually reviewed by merchant for risky transaction ([#2071](https://github.com/juspay/hyperswitch/pull/2071)) ([`229f111`](https://github.com/juspay/hyperswitch/commit/229f111f6cb4ea30caa7b89328a047a1be8b9be0)) by @jagan-jaya ### Refactors - Include binary name in `service` field in log entries ([#2077](https://github.com/juspay/hyperswitch/pull/2077)) ([`20d44ac`](https://github.com/juspay/hyperswitch/commit/20d44acd20757c333382cd78875c8c9a7c35503c)) by @SanchithHegde ### Documentation - **postman:** Update documentation for postman tests ([#2057](https://github.com/juspay/hyperswitch/pull/2057)) ([`119aeb4`](https://github.com/juspay/hyperswitch/commit/119aeb49ca3810cf095590fd65fdfc74a6efc27e)) by @pixincreate **Full Changelog:** [`v1.33.0...v1.34.0`](https://github.com/juspay/hyperswitch/compare/v1.33.0...v1.34.0)