From cb538a5cbff5ad62dd39f5e2f232281f926008a3 Mon Sep 17 00:00:00 2001 From: Eduardo San Segundo Date: Thu, 2 Jul 2026 09:14:29 +0200 Subject: [PATCH] Added Number Lookup to CHANGELOG for Java release v2.1 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a72b52967..11fa76aab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,9 @@ All notable changes to the **Sinch Java SDK** are documented in this file. ### Conversation - **[feature]** Support `Consents` API: `listIdentities` and `listAuditRecords` endpoints +### Number Lookup +- **[feature]** Support `Number Lookup` API V2 + ### SDK - **[feature]** HTTP proxy support: configure an unauthenticated or authenticated (Basic) proxy via `HttpProxyConfiguration` - **[feature]** `SinchClient` exposes a `close()` method to shut down the underlying HTTP connection pool and release all associated resources deterministically