# [2024-02-27] Nylas Kotlin/Java SDK v2.2.0

Source: https://developer.nylas.com/docs/new/v3-changelogs/2024-02-27-java-sdk-v2-2-0/

The Nylas Kotlin/Java SDK v2.2.0 has been released!

- GitHub: [Nylas Kotlin/Java SDK](https://github.com/nylas/nylas-java/releases/tag/v2.2.0)
- Distribution: [Maven repository](https://repo.maven.apache.org/maven2/com/nylas/sdk/nylas/2.2.0/)

## Added

- Added support for the `roundTo` field in Availability Response ([#215](https://github.com/nylas/nylas-java/pull/215)).
- Added support for the `attributes` field in the Folder model ([#215](https://github.com/nylas/nylas-java/pull/215)).
- Added support for iCloud as an authentication provider ([#215](https://github.com/nylas/nylas-java/pull/215)).

## Updated

- Fixed the builder for `FindAttachmentQueryParams` ([#208](https://github.com/nylas/nylas-java/pull/208)).
- Updated scopes to be optional for IMAP grants ([#210](https://github.com/nylas/nylas-java/pull/210)).
- Fixed a typo in the Updating Grant schema ([#211](https://github.com/nylas/nylas-java/pull/211)).
- Fixed the endpoint for rotating webhook secrets ([#212](https://github.com/nylas/nylas-java/pull/212)).
- Fixed the response type for returning webhook IP addresses ([#213](https://github.com/nylas/nylas-java/pull/213)).

## Removed

- Removed the `clientId` field from `detectProvider` parameters ([#215](https://github.com/nylas/nylas-java/pull/215)).