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
- Set header X-Idempotency-key for Iris and Idempotency-Key for Payment
11
+
- Set `X-Append-Notification`: to add new notification url(s) alongside the settings on dashboard
12
+
- Set `X-Override-Notification`: to use new notification url(s) disregarding the settings on dashboard
13
+
- Library version on `User-Agent` header
14
+
15
+
Improvement:
16
+
17
+
- Change logic for setup headers
18
+
- Remove versioning path from base URL, move to `String API_VERSION` in CoreAPI, SnapAPI interface class
19
+
- Improve conditional logic for HttpLoggingInterceptors. Now all debugging response will be handled only from HttpLoggingInterceptors Which can show logs request and response information
20
+
21
+
Bugs fix:
22
+
- Failure/error response from Midtrans api result in empty json.
23
+
24
+
## v1.1.1 (Feb 3, 2020)
25
+
26
+
Improvement:
27
+
28
+
HttpLoggingInterceptor: Which can show logs request and response information. This feature This feature is disabled by default on production mode.
<li><ahref="com/midtrans/ConfigFactory.html" title="class in com.midtrans" target="classFrame">ConfigFactory</a></li>
19
19
<li><ahref="com/midtrans/httpclient/CoreApi.html" title="interface in com.midtrans.httpclient" target="classFrame"><spanclass="interfaceName">CoreApi</span></a></li>
20
20
<li><ahref="com/midtrans/httpclient/error/ErrorUtils.html" title="class in com.midtrans.httpclient.error" target="classFrame">ErrorUtils</a></li>
21
+
<li><ahref="com/midtrans/httpclient/IrisApi.html" title="interface in com.midtrans.httpclient" target="classFrame"><spanclass="interfaceName">IrisApi</span></a></li>
21
22
<li><ahref="com/midtrans/service/MidtransCoreApi.html" title="interface in com.midtrans.service" target="classFrame"><spanclass="interfaceName">MidtransCoreApi</span></a></li>
22
23
<li><ahref="com/midtrans/service/impl/MidtransCoreApiImpl.html" title="class in com.midtrans.service.impl" target="classFrame">MidtransCoreApiImpl</a></li>
23
24
<li><ahref="com/midtrans/httpclient/error/MidtransError.html" title="class in com.midtrans.httpclient.error" target="classFrame">MidtransError</a></li>
24
25
<li><ahref="com/midtrans/httpclient/error/MidtransError.Builder.html" title="class in com.midtrans.httpclient.error" target="classFrame">MidtransError.Builder</a></li>
26
+
<li><ahref="com/midtrans/service/MidtransIrisApi.html" title="interface in com.midtrans.service" target="classFrame"><spanclass="interfaceName">MidtransIrisApi</span></a></li>
27
+
<li><ahref="com/midtrans/service/impl/MidtransIrisApiImpl.html" title="class in com.midtrans.service.impl" target="classFrame">MidtransIrisApiImpl</a></li>
25
28
<li><ahref="com/midtrans/service/MidtransSnapApi.html" title="interface in com.midtrans.service" target="classFrame"><spanclass="interfaceName">MidtransSnapApi</span></a></li>
26
29
<li><ahref="com/midtrans/service/impl/MidtransSnapApiImpl.html" title="class in com.midtrans.service.impl" target="classFrame">MidtransSnapApiImpl</a></li>
27
30
<li><ahref="com/midtrans/proxy/ProxyConfig.html" title="class in com.midtrans.proxy" target="classFrame">ProxyConfig</a></li>
<li><ahref="com/midtrans/ConfigFactory.html" title="class in com.midtrans">ConfigFactory</a></li>
19
19
<li><ahref="com/midtrans/httpclient/CoreApi.html" title="interface in com.midtrans.httpclient"><spanclass="interfaceName">CoreApi</span></a></li>
20
20
<li><ahref="com/midtrans/httpclient/error/ErrorUtils.html" title="class in com.midtrans.httpclient.error">ErrorUtils</a></li>
21
+
<li><ahref="com/midtrans/httpclient/IrisApi.html" title="interface in com.midtrans.httpclient"><spanclass="interfaceName">IrisApi</span></a></li>
21
22
<li><ahref="com/midtrans/service/MidtransCoreApi.html" title="interface in com.midtrans.service"><spanclass="interfaceName">MidtransCoreApi</span></a></li>
22
23
<li><ahref="com/midtrans/service/impl/MidtransCoreApiImpl.html" title="class in com.midtrans.service.impl">MidtransCoreApiImpl</a></li>
23
24
<li><ahref="com/midtrans/httpclient/error/MidtransError.html" title="class in com.midtrans.httpclient.error">MidtransError</a></li>
24
25
<li><ahref="com/midtrans/httpclient/error/MidtransError.Builder.html" title="class in com.midtrans.httpclient.error">MidtransError.Builder</a></li>
26
+
<li><ahref="com/midtrans/service/MidtransIrisApi.html" title="interface in com.midtrans.service"><spanclass="interfaceName">MidtransIrisApi</span></a></li>
27
+
<li><ahref="com/midtrans/service/impl/MidtransIrisApiImpl.html" title="class in com.midtrans.service.impl">MidtransIrisApiImpl</a></li>
25
28
<li><ahref="com/midtrans/service/MidtransSnapApi.html" title="interface in com.midtrans.service"><spanclass="interfaceName">MidtransSnapApi</span></a></li>
26
29
<li><ahref="com/midtrans/service/impl/MidtransSnapApiImpl.html" title="class in com.midtrans.service.impl">MidtransSnapApiImpl</a></li>
27
30
<li><ahref="com/midtrans/proxy/ProxyConfig.html" title="class in com.midtrans.proxy">ProxyConfig</a></li>
0 commit comments