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
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,19 @@ All notable changes to the **Sinch Java SDK** are documented in this file.
16
16
17
17
---
18
18
19
+
## v2.1 – unreleased
20
+
21
+
### SDK
22
+
-**[fix]**`HttpClientApache`: declare now `headersToBeAdded` as `volatile` to guarantee visibility across threads in concurrent usage
23
+
-**[fix]**`HttpClientApache`: wrap response-body `Scanner` in a try-with-resources block to prevent resource leaks; gracefully handle empty (`null`) response entities
24
+
-**[fix]**`SinchClient`: guard against a `NullPointerException` when `java.vendor` system property is absent while building the `User-Agent` auxiliary flag
25
+
-**[fix]**`Configuration`: correct copy-paste error in `toString()` and Javadoc — `conversationContext` label was incorrectly attributed to the Voice domain
26
+
27
+
### Examples / Snippets
28
+
-**[doc]** Fix typos in `conversation/conversations/Create` and `voice/applications/GetEventDestinations` snippets
0 commit comments