SinchSDKTeam
Employee
Employee
since ‎04-19-2024
‎08-14-2026

User Statistics

  • 38 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

What's Changed Build [dependency] Bump jackson.version to 2.21.5 to solve @JsonView bypass vulnerabilities in jackson-databind (CVE-2026-59889 and GHSA-mhm7-754m-9p8w). [dependency] Bump httpclient5.version to 5.6.2 to solve a denial-of-service vulne...
What's Changed Build & CI [tech] Build across a Java version matrix (8, 11, 17, 21, 25) in GitHub Actions, replacing the single Java 21 build — unit tests run on 11, 17, 21, and 25, and artifacts are built on Java 8. [tech] e2e tests across a Java ve...
What's Changed Numbers Extend NumberSinchEvents class. [fix] EventTypeEnum: DEPROVISIONING_TO_VOICE_PLATFORM is deprecated and has to be replaced by DEPROVISIONING_FROM_VOICE_PLATFORM. [feature] Support new internalFailureCode field. [feature] Suppor...
What's Changed SDK Client [Feature] Add configurable SDK logging via the optional logger property on SinchClientParameters (WithLogger): provide a custom Logger, default to console, or pass logger: null to silence output; includes lazy message suppor...
What's Changed SDK [feature] OAuth token requests are now automatically retried (up to 3 times, with exponential backoff and jitter) when the authentication service is rate-limited (HTTP 429). [dependency] Set up minimum version for requests to >=2.0...