0.5.10 (2023-05-08)
Features
- common_utils:
- compatibility: Add mandates support in stripe compatibility (#897) (
2ba186b
) by @sahkal - connector:
- Add authorize, capture, void, psync, refund, rsync for Forte connector (#955) (
f0464bc
) by @prasunna09 - Add dummy connector template code (#970) (
e5cc0d9
) by @ThisIsMani - Add payment routes for dummy connector (#980) (
4ece376
) by @ThisIsMani - [Bluesnap] add cards 3DS support (#1057) (
9c331e4
) by @SamraatBansal - Mandates for alternate payment methods via Stripe (#1041) (
64721b8
) by @jagan-jaya
- Add authorize, capture, void, psync, refund, rsync for Forte connector (#955) (
- errors: Add reverse errorswitch trait for foreign errors (#909) (
ab55d21
) by @lsampras
Bug Fixes
- common_utils: Manually implement diesel queryable for email newtype (#1072) (
3519649
) by @vspecky - connector:
- [worldline] fix worldline unit test (#1054) (
3131bc8
) by @srujanchikke - [ACI] Add amount currency conversion and update error codes (#1065) (
b760cba
) by @SamraatBansal
- [worldline] fix worldline unit test (#1054) (
- mandate:
- Make payment_method_data optional for mandate scenario (#1032) (
9cb3fa2
) by @jagan-jaya - Fix payment_method_data becoming empty when mandate_id is not present (#1077) (
5c5c3ef
) by @jagan-jaya
- Make payment_method_data optional for mandate scenario (#1032) (
- redis: Fix recreation on redis connection pool (#1063) (
982c27f
) by @NishantJoshi00 - Impl
Drop
forRedisConnectionPool
(#1051) (3d05e50
) by @dracarys18 - Throw PreconditionFailed error when routing_algorithm is not configured (#1017) (
8853702
) by @Chethan-rao
Refactors
- compatibility: Refactor stripe compatibility routes using
web::resource
(#1022) (92ae2d9
) by @nachiketkanore - router:
- Use newtype pattern for email addresses (#819) (
b8e2b1c
) by @nachiketkanore