We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee62fc0 commit 21a6bbaCopy full SHA for 21a6bba
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.10.2
4
+
5
+* updated HTTP client data requests issue with unicode characters
6
7
## 1.10.1
8
9
* updated error handling to provide HTTP status codes
src/main/java/com/postmarkapp/postmark/client/HttpClient.java
@@ -10,7 +10,6 @@
10
import org.apache.hc.core5.util.Timeout;
11
12
import java.io.IOException;
13
-import java.util.Arrays;
14
import java.util.Map;
15
16
/**
0 commit comments