You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,30 @@ All notable changes to HyperSwitch will be documented here.
4
4
5
5
- - -
6
6
7
+
## 1.89.0 (2023-11-24)
8
+
9
+
### Features
10
+
11
+
-**router:** Add `connector_transaction_id` in error_response from connector flows ([#2972](https://github.com/juspay/hyperswitch/pull/2972)) ([`3322103`](https://github.com/juspay/hyperswitch/commit/3322103f5c9b7c2a5b663980246c6ca36b8dc63e))
12
+
13
+
### Bug Fixes
14
+
15
+
-**connector:**[BANKOFAMERICA] Add status VOIDED in enum Bankofameri… ([#2969](https://github.com/juspay/hyperswitch/pull/2969)) ([`203bbd7`](https://github.com/juspay/hyperswitch/commit/203bbd73751e1513206e81d7cf920ec263f83c58))
16
+
-**core:** Error propagation for not supporting partial refund ([#2976](https://github.com/juspay/hyperswitch/pull/2976)) ([`97a38a7`](https://github.com/juspay/hyperswitch/commit/97a38a78e514e4fa3b5db46b6de985be6312dcc3))
17
+
-**router:** Mark refund status as failure for not_implemented error from connector flows ([#2978](https://github.com/juspay/hyperswitch/pull/2978)) ([`d56d805`](https://github.com/juspay/hyperswitch/commit/d56d80557050336d5ed37282f1aa34b6c17389d1))
18
+
- Return none instead of err when payment method data is not found for bank debit during listing ([#2967](https://github.com/juspay/hyperswitch/pull/2967)) ([`5cc829a`](https://github.com/juspay/hyperswitch/commit/5cc829a11f515a413fe19f657a90aa05cebb99b5))
19
+
- Surcharge related status and rules fix ([#2974](https://github.com/juspay/hyperswitch/pull/2974)) ([`3db7213`](https://github.com/juspay/hyperswitch/commit/3db721388a7f0e291d7eb186661fc69a57068ea6))
20
+
21
+
### Documentation
22
+
23
+
-**README:** Updated Community Platform Mentions ([#2960](https://github.com/juspay/hyperswitch/pull/2960)) ([`e0bde43`](https://github.com/juspay/hyperswitch/commit/e0bde433282a34eb9eb28a2d9c43c2b17b5e65e5))
24
+
- Add Rust locker information in architecture doc ([#2964](https://github.com/juspay/hyperswitch/pull/2964)) ([`b2f7dd1`](https://github.com/juspay/hyperswitch/commit/b2f7dd13925a1429e316cd9eaf0e2d31d46b6d4a))
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -252,7 +252,8 @@ We welcome contributions from the community. Please read through our
252
252
Included are directions for opening issues, coding standards, and notes on
253
253
development.
254
254
255
-
🦀 **Important note for Rust developers**: We aim for contributions from the community
255
+
- We appreciate all types of contributions: code, documentation, demo creation, or something new way you want to contribute to us. We will reward every contribution with a Hyperswitch branded t-shirt.
256
+
- 🦀 **Important note for Rust developers**: We aim for contributions from the community
256
257
across a broad range of tracks. Hence, we have prioritised simplicity and code
257
258
readability over purely idiomatic code. For example, some of the code in core
258
259
functions (e.g., `payments_core`) is written to be more readable than
@@ -264,10 +265,9 @@ pure-idiomatic.
264
265
265
266
Get updates on Hyperswitch development and chat with the community:
266
267
267
-
- Read and subscribe to [the official Hyperswitch blog][blog].
268
-
- Join our [Discord server][discord].
269
-
- Join our [Slack workspace][slack].
270
-
- Ask and explore our [GitHub Discussions][github-discussions].
268
+
-[Discord server][discord] for questions related to contributing to hyperswitch, questions about the architecture, components, etc.
269
+
-[Slack workspace][slack] for questions related to integrating hyperswitch, integrating a connector in hyperswitch, etc.
270
+
-[GitHub Discussions][github-discussions] to drop feature requests or suggest anything payments-related you need for your stack.
0 commit comments