|
| 1 | +# 0.3.0 (2023-02-25) |
| 2 | + |
| 3 | +## Build System / Dependencies |
| 4 | + |
| 5 | +* **docker-compose:** increase docker health check interval for hyperswitch-server (#534) |
| 6 | + |
| 7 | +## Chores |
| 8 | + |
| 9 | +* **release:** port release bug fixes to main branch (#612) (a8d6ce83) |
| 10 | + |
| 11 | +## Continuous Integration |
| 12 | + |
| 13 | +* run CI checks on merge queue events (#530) (c7b9e9c1) |
| 14 | + |
| 15 | +## Documentation Changes |
| 16 | + |
| 17 | +* **add_connector:** fix typo (#584) (a4f3abf3) |
| 18 | + |
| 19 | +## New Features |
| 20 | + |
| 21 | +* **router:** |
| 22 | + * include eligible connectors list in list payment methods (#644) (92771b3b) |
| 23 | + * API endpoints for managing API keys (#511) (1bdc8955) |
| 24 | +* **connector:** |
| 25 | + * [Airwallex] add authorize, capture, void, psync, Webhooks support (#646) (6a67dd8b) |
| 26 | + * [Bluesnap] add authorize, capture, void, refund, psync, rsync and Webhooks support (#649) (7efdc3c5) |
| 27 | + * add authorize, capture, void, refund, psync support for Nuvei (#645) (03a9f5a9) |
| 28 | +* Added applepay feature (#636) (1e84c07c) |
| 29 | +* add `track_caller` to functions that perform `change_context` (#592) (8d2e573a) |
| 30 | +* Redis cache for MCA fetch and update (#515) (963cb528) |
| 31 | +* **api_models:** add error structs (#532) (d107b44f) |
| 32 | + |
| 33 | +## Bug Fixes |
| 34 | + |
| 35 | +* **connector:** update Bluesnap in routable connectors (#654) (64cb2ffc) |
| 36 | +* allow errors with status code 200 to pass (#601) (8a8767e9) |
| 37 | +* don't call connector if connector transaction id doesn't exist (#525) (326d6beb) |
| 38 | +* throw 500 error when redis goes down (#531) (aafb115a) |
| 39 | +* **router:** |
| 40 | + * allow setup future usage to be updated in payment update and confirm requests (#610) (#638) (6c128f82) |
| 41 | + * feature gate openssl deps for basilisk feature (#536) (e4956820) |
| 42 | +* **checkout:** Error Response when wrong api key is passed (#596) (55b6d88a) |
| 43 | +* **core:** use guard for access token result (#522) (903b4521) |
| 44 | + |
| 45 | +## Other Changes |
| 46 | + |
| 47 | +* **router:** |
| 48 | + * webhooks enhancement (#637) (#641) (3bc9feb0) |
| 49 | + * api keys path params (#609) (effa7a00) |
| 50 | + |
| 51 | +## Refactors |
| 52 | + |
| 53 | +* **router:** |
| 54 | + * update payments api contract to accept a list of connectors (#643) (8f1f626c) |
| 55 | + * api-key routes refactoring (#600) (e6408276) |
| 56 | + * appstate as trait in authentication (#588) (eaf98e66) |
| 57 | +* **compatibility:** add additional fields to stripe payment and refund response types (#618) (2ea09e34) |
| 58 | +* Throw 500 error on database connection error instead of panic (#527) (f1e3bf48) |
| 59 | +* send full payment object for payment sync (#526) (6c2a1fea) |
| 60 | +* **middleware:** change visibility to `pub` (#587) (4884a24d) |
| 61 | + |
1 | 62 | # 0.2.1 (2023-02-17) |
2 | 63 |
|
3 | 64 | ## Fixes |
|
0 commit comments