Changelog for release v0.5.6 (#859)

This commit is contained in:
Gnanasundari24
2023-04-17 12:24:49 +05:30
committed by GitHub
parent b12762e776
commit 396c43d0c2

View File

@ -1,3 +1,40 @@
# 0.5.6 2023-04-14
## Build System / Dependencies
* **deps:** bump `fred` from `5.2.0` to `6.0.0` (#869) (01bc162d)
## Continuous Integration
* **manual_release:** add `multiple_mca` feature in ci (#872) (aebb4dca)
## New Features
* **core:** add backwards compatibility for multiple mca (#866) (cf902f19)
* **router:**
* added dispute retrieve and dispute list apis (#842) (acab7671)
* separate straight through algorithm in separate column in payment attempt (#863) (01f86c49)
* **connector:**
* [Airwallex] add multiple redirect support for 3DS (#811) (d1d58e33)
* [Worldpay] add support for webhook (#820) (23511166)
* [Coinbase] [Opennode] Add support for crypto payments via PG redirection (#834) (b3d14737)
* multiple connector account support for the same `country` (#816) (6188d515)
* connector tokenization flow (#750) (29da1dfa)
* **process_tracker:** changing runner selection to dyn dispatch (#853) (18b84c42)
## Bug Fixes
* **merchant_account:** change `primary_business_details` to vec in update (#877) (396d24fe)
* redis deserialization issue in tokenization call (#878) (5e9d7d6b)
* duplication check fix in basilisk-hs (#881) (b12762e7)
## Refactors
* **Tokenization:** remove ConnectorCallType from tokenization call (#862) (0d047e08)
* **router_env:** improve logging setup (#847) (1b94d25f)
* **refund_type:** Feat/add copy derive (#849) (ccf03273)
# 0.5.5 (2023-04-10)
## New Features