0.5.15 (2023-05-19)
Features
- connector:
- [Bluesnap] Add support for ApplePay (#1178) (
919c03e
) by @Sangamesh26 - Add Interac as Payment Method Type (#1205) (
afceda5
) by @Sakilmostak - [Authorizedotnet] implement Capture flow and webhooks for Authorizedotnet (#1171) (
2d49ce5
) by @srujanchikke
- [Bluesnap] Add support for ApplePay (#1178) (
- db: Implement
AddressInterface
forMockDb
(#968) (39405bb
) by @jeevaprakashdr - documentation: Add polymorphic
generate_schema
macro (#1183) (53aa5ac
) by @Narayanbhat166 - email: Integrate email service using AWS SES (#1158) (
07e0fcb
) by @Chethan-rao - frm_routing_algorithm: Added frm_routing_algorithm to merchant_account table, to be consumed for frm selection (#1161) (
ea98145
) by @rishavkar - payments: Add support for manual retries in payments confirm call (#1170) (
1f52a66
) by @Abhicodes-crypto - redis_interface: Implement
MGET
command (#1206) (93dcd98
) by @ThisIsMani - router:
- Implement
ApiKeyInterface
forMockDb
(#1101) (95c7ca9
) by @derekleverenz - Add mandates list api (#1143) (
75ba3ff
) by @sai-harsha-vardhan
- Implement
- traces: Add support for aws xray (#1194) (
8947e1c
) by @lsampras - ACH transfers (#905) (
23bca66
) by @Sangamesh26 - SEPA and BACS bank transfers through stripe (#930) (
cf00059
) by @Sangamesh26
Bug Fixes
- connector: [Checkout] Fix incoming webhook event mapping (#1197) (
912a108
) by @prasunna09 - core: Add ephemeral key to payment_create response when customer_id is mentioned (#1133) (
f394c4a
) by @hrithikesh026 - mandate: Throw DuplicateMandate Error if mandate insert fails (#1201) (
186bd72
) by @Abhicodes-crypto - merchant_connector_account: Add validation for the
disabled
flag (#1141) (600dc33
) by @NishantJoshi00 - router:
- utils: Fix bug in email validation (#1180) (
5e51b6b
) by @apoorvdixit88 - Fix(connector) : Added signifyd to routableconnectors for frm (#1182) (
2ce5d5f
) by @rishavkar - Handle unique constraint violation error gracefully (#1202) (
b3fd174
) by @manoj-juspay
Refactors
- mandate: Allow merchant to pass the mandate details and customer acceptance separately (#1188) (
6c41cdb
) by @NishantJoshi00 - Use
strum::EnumString
implementation for connector name conversions (#1052) (2809425
) by @nachiketkanore
Documentation
- Add changelog for v0.5.14 (#1177) (
236124d
) by @dracarys18
Miscellaneous Tasks
- CODEOWNERS: Add hyperswitch-maintainers as default owners for all files (#1210) (
985670d
) by @SanchithHegde - git-cliff: Simplify
git-cliff
config files (#1213) (bd0069e
) by @SanchithHegde
Revert
- connector: Fix stripe status to attempt status map (#1179) (
bd8868e
) by @Narayanbhat166 - Fix(connector): Added signifyd to routableconnectors for frm (#1203) (
dbc5bc5
) by @SanchithHegde