1.0.0 (2023-06-23)
Features
- connector: Enforce logging for connector requests (#1467) (
e575fde
) by @sai-harsha-vardhan - router: Add route to invalidate cache entry (#1100) (
21f2ccd
) by @jeevaprakashdr - Fetch merchant key store only once per session (#1400) (
d321aa1
) by @dracarys18 - Add default pm_filters (#1493) (
69e9e51
) by @hrithikesh026
Bug Fixes
- compatibility: Add metadata object in both payment_intent and setup_intent request (#1519) (
6ec6272
) by @sahkal - configs: Remove pix and twint from pm_filters for adyen (#1509) (
c1e8ad1
) by @hrithikesh026 - connector:
- [NMI] Fix Psync flow (#1474) (
2fdd14c
) by @pixincreate - [DummyConnector] change dummy connector names (#1328) (
6645c4d
) by @ThisIsMani - [ACI] fix cancel and refund request encoder (#1507) (
cf72dcd
) by @sai-harsha-vardhan - Convert state of US and CA in ISO format for cybersource connector (#1506) (
4a047ce
) by @jagan-jaya - [Trustpay] handle errors fields as optional in TrustpayErrorResponse object (#1514) (
efe1ed9
) by @ArjunKarthik - [TrustPay] change the request encoding (#1530) (
692d370
) by @SamraatBansal - Fix url_encode issue for paypal and payu (#1534) (
e296a49
) by @ShankarSinghC
- [NMI] Fix Psync flow (#1474) (
- core:
payment_method_type
not set in the payment attempt when making a recurring mandate payment (#1415) (38b9e59
) by @pixincreate - encryption: Do not log encrypted binary data (#1352) (
b0c103a
) by @dracarys18 - errors: Use
format!()
forRefundNotPossibleError
(#1518) (1da411e
) by @Narayanbhat166 - payments: Fix client secret parsing (#1358) (
2b71d4d
) by @Abhicodes-crypto - process_tracker: Log and ignore the duplicate entry error (#1502) (
424e77c
) by @Narayanbhat166 - update_trackers: Handle preprocessing steps status update (#1496) (
b452314
) by @Narayanbhat166 - Add requires_customer_action status to payment confirm (#1500) (
6944415
) by @Narayanbhat166 - Update adyen payment method supported countries and currencies in develpment.toml (#1401) (
5274f53
) by @hrithikesh026
Refactors
- core: Rename
MandateTxnType
toMandateTransactionType
(#1322) (1069172
) by @ShankarSinghC - fix: [Stripe] Fix bug in Stripe (#1505) (
957d5e0
) by @ArjunKarthik - refunds: Refactor refunds create to check for unintended 5xx (#1332) (
ff17b62
) by @Abhicodes-crypto - Add serde rename_all for refund enums (#1520) (
0c86243
) by @Chethan-rao
Build System / Dependencies
- deps: Bump openssl from 0.10.54 to 0.10.55 (#1503) (
c4f9029
) by @dependabot
Full Changelog: v0.6.0...v1.0.0