v1.51.1

juspay/hyperswitchv1.51.1Oct 5, 2023by SanchithHegde

AI Summary

A patch release that makes the payment type optional in payments requests, renames the Verify flow to SetupMandate, and removes the payment type column in payment intent.

Key Highlights

  • Payment type made optional in payments requests
  • Verify flow renamed to SetupMandate
  • Payment type column removed from payment intent

Breaking Changes

  • Verify flow renamed to SetupMandate
  • Payment type column removed from payment intent

Full Release Notes

## 1.51.1 (2023-10-05)

### Bug Fixes

- **router:** Make payment type optional in payments request ([#2465](https://github.com/juspay/hyperswitch/pull/2465)) ([`b5cc748`](https://github.com/juspay/hyperswitch/commit/b5cc7483f99dcd995b9022d21c94f2f9710ea7fe)) by @vspecky

### Refactors

- **router:**
  - Renamed Verify flow to SetupMandate ([#2455](https://github.com/juspay/hyperswitch/pull/2455)) ([`80f3b1e`](https://github.com/juspay/hyperswitch/commit/80f3b1edaeae9a13ea291a0315f1be2686336914)) by @prajjwalkumar17
  - Remove the payment type column in payment intent ([#2462](https://github.com/juspay/hyperswitch/pull/2462)) ([`980aa44`](https://github.com/juspay/hyperswitch/commit/980aa448634de86f11fb67aabefc15884f1b8ced)) by @vspecky

### Miscellaneous Tasks

- Fix the failing formatting check for external contributors ([#2467](https://github.com/juspay/hyperswitch/pull/2467)) ([`bb2ba08`](https://github.com/juspay/hyperswitch/commit/bb2ba0815330578295de8036ea1a5e6d66a36277)) by @ShankarSinghC

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