Skip to content

Hyperswitch v0.5.5

Compare
Choose a tag to compare
@jarnura jarnura released this 11 Apr 07:30
· 3563 commits to main since this release
f46eaf3

0.5.5 (2023-04-10)

New Features

  • api_models: derive strum::Display for RefundStatus (#846) (4524d4f)
  • allow (de)serializing countries to/from alpha-2, alpha-3 and numeric country codes (#836) (899767c)
  • connector: add authorize, capture, void, psync, refund, rsync for PayPal connector (#747) (36049c1)

Bug Fixes

Other Changes

  • common_utils: put the async ext trait behind a feature (#835) (de29eb6)
  • update ci workflows for common_enums crate (#843) (4511133)

Refactors

  • scheduler: remove scheduler options & adding graceful shutdown to producer (#840) (11df843)
  • router: refactor amount in PaymentsCaptureData from Option to i64 (#821) (b8bcba4)