v1.64.0

juspay/hyperswitchv1.64.0Oct 23, 2023by SanchithHegde

AI Summary

The update adds request body logging to API events and refactors connectors Shift4 and PowerTranz to remove default case handling, improving code maintainability.

Key Highlights

  • Add request body to api events logger
  • Disable openapi examples in router
  • Refactor Shift4 connector to use connector_response_reference_id
  • Refactor PowerTranz payments to remove default cases

New Features

  • Add request body to api events logger

Full Release Notes

## 1.64.0 (2023-10-23)

### Features

- **events:** Add request body to api events logger ([#2660](https://github.com/juspay/hyperswitch/pull/2660)) ([`830eee9`](https://github.com/juspay/hyperswitch/commit/830eee94e1d35dcd14ef9989eb7b6003c1244a18)) by @lsampras

### Bug Fixes

- **router:** Disable openapi examples ([#2648](https://github.com/juspay/hyperswitch/pull/2648)) ([`b39bdbf`](https://github.com/juspay/hyperswitch/commit/b39bdbf0c24730fea9cde0dcfa07ac43e4dd69a4)) by @sai-harsha-vardhan

### Refactors

- **connector:**
  - Use connector_response_reference_id for Shift4 ([#2492](https://github.com/juspay/hyperswitch/pull/2492)) ([`83f0062`](https://github.com/juspay/hyperswitch/commit/83f0062aad9886a5a0c4ecff7412acfec63f7423)) by @daniloff200
  - [PowerTranz] refactor powertranz payments to remove default cases ([#2547](https://github.com/juspay/hyperswitch/pull/2547)) ([`664093d`](https://github.com/juspay/hyperswitch/commit/664093dc79743203196d912c17570885718b1c02)) by @Himanshu-370

**Full Changelog:** [`v1.63.0...v1.64.0`](https://github.com/juspay/hyperswitch/compare/v1.63.0...v1.64.0)