Skip to content

Commit c337f25

Browse files
committed
doc: CHANGELOG update
1 parent 6c380bd commit c337f25

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,19 @@ All notable changes to the **Sinch Java SDK** are documented in this file.
1616
1717
---
1818

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
29+
30+
---
31+
1932
## v2.0 – 2026-03-31
2033

2134
### Major breaking changes with major release

0 commit comments

Comments
 (0)