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
+13
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
# Changelog
2
2
3
+
## 4.0.2
4
+
5
+
Make overwritten Authorization header possible again.
6
+
7
+
## 4.0.1
8
+
9
+
Fix so that settings port number is no longer ignored
10
+
11
+
## 4.0.0
12
+
13
+
Replace Excon with std lib Net::HTTP, so raised errors will have different underlying errors.
14
+
The returned header keys are all lowercase.
15
+
3
16
## 3.0.1
4
17
5
18
* Fixed bug where variations of Content-Type application/json got scrubbed, fx application/json;charset=UTF-8 (https://github.com/QuickPay/quickpay-ruby-client/pull/41)
0 commit comments