# [2021-04-29] Nylas Java SDK v1.6.0

Source: https://developer.nylas.com/docs/new/v2-changelogs/2021-04-29-java-sdk-v1-6-0/

## New

`RequestFailedException` now creates a Throwable detail message with the details of the request failure.

## Deprecated

We deprecated `RequestFailedException` method's `getResponseBody` and `getStatus` in favor of `getStatusCode`, `getErrorType`, and `getErrorMessage`.

## Documentation

We released new documentation on [logging in the Java SDK](/docs/sdks/kotlin-java/logging/).