0.5.9 (2023-05-04)
Features
- api_models: Derive
Serialize
,Eq
,PartialEq
,strum::Display
onRefundStatus
(#989) (22a5372
) by @JeevaRamu0104 - cards: Validate card security code and expiration (#874) (
0b7bc7b
) by @divinenaman - connector:
- [ACI] Add banking redirect support for EPS, Giropay, iDEAL, and Sofortueberweisung (#890) (
c86f2c0
) by @pixincreate - Add dispute webhooks for Stripe (#918) (
0df2244
) by @ShankarSinghC - Add Cards(3ds & non3ds),bank_redirects ,wallets(Paypal,Applepay) and Mandates support to nexinets (#898) (
eea05f5
) by @srujanchikke
- [ACI] Add banking redirect support for EPS, Giropay, iDEAL, and Sofortueberweisung (#890) (
- pm_list: Add available capture methods filter (#999) (
36cc13d
) by @prajjwalkumar17 - router: Added support for optional defend dispute api call and added evidence submission flow for checkout connector (#979) (
4728d94
) by @sai-harsha-vardhan - PG Agnostic mandate using network_txns_id (Adyen, Authorizedotnet, Stripe) (#855) (
ed99655
) by @manoj-juspay - Expire client secret after a merchant configurable intent fufliment time (#956) (
03a9643
) by @prajjwalkumar17
Bug Fixes
- refund_list: Updated refund list response status code when no refunds found. (#974) (
4e0489c
) by @hrithikesh026 - refund_sync: Add validation for missing
connector_refund_id
(#1013) (4397c8e
) by @NishantJoshi00 - storage_models: Fix incorrect field order in
MerchantConnectorAccount
(#976) (c9e8a9b
) by @SanchithHegde - Fix internal server errors on merchant connector account creation (#1026) (
c31b4b4
) by @hrithikesh026 - Remove old data while deserialization error from cache (#1010) (
23b5647
) by @dracarys18 - Passing connector_name instead of ConnectorCallType (#1050) (
c888635
) by @manoj-juspay
Refactors
- config: Add independent toggles for enabling traces and metrics (#1020) (
af71828
) by @SanchithHegde - stripe: Return all the missing fields in a request (#935) (
e9fc34f
) by @jeevaprakashdr - Use
CountryAlpha2
instead ofCountryCode
for country codes (#904) (2cff019
) by @pixincreate
Documentation
- README: Remove redundant "more" in FAQs (#1031) (
9cbda83
) by @EliKalter
Miscellaneous Tasks
- Add
git-cliff
configs for generating changelogs and release notes (#1047) (68360d4
) by @SanchithHegde
Build System / Dependencies
- deps: Make AWS dependencies optional (#1030) (
a4f6f3f
) by @dracarys18