# [2025-06-12] Nylas Kotlin/Java SDK v2.10.0

Source: https://developer.nylas.com/docs/new/v3-changelogs/2025-06-12-java-sdk-v2-10-0/

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

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

## Added

- Added `include_tracking_options` and `raw_mime` enum values to `MessageFields` ([#279](https://github.com/nylas/nylas-java/pull/279)).
- Added `trackingOptions` and `rawMime` fields to [Get all Messages](/docs/reference/api/messages/get-messages/) responses ([#279](https://github.com/nylas/nylas-java/pull/279)).
- Added support for the `single_level` query parameter in `ListFoldersQuery` ([#281](https://github.com/nylas/nylas-java/pull/281)).

## Updated

- `Messages.find()` now accepts `FindMessageQueryParams` to specify fields ([#279](https://github.com/nylas/nylas-java/pull/279)).
- Fixed an issue with `ListThreadsQueryParams.inFolder` where it wouldn't accept a single folder ID ([#280](https://github.com/nylas/nylas-java/pull/280)).