# [2024-04-30] Nylas Kotlin/Java SDK v2.3.0

Source: https://developer.nylas.com/docs/new/v3-changelogs/2024-04-30-java-sdk-v2-3-0/

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

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

## Added

- Added missing webhook triggers (`message.created`, `message.updated`, `message.bounce_detected`, `message.opened`, `message.link.clicked`, `thread.replied`) ([#220](https://github.com/nylas/nylas-java/pull/220)).
- Added `provider` field to token exchange response ([#225](https://github.com/nylas/nylas-java/pull/225)).
- Added support for Clean Conversation endpoint ([#226](https://github.com/nylas/nylas-java/pull/226), [#228](https://github.com/nylas/nylas-java/pull/228)).
- Added support for custom headers field in Drafts and Messages ([#223](https://github.com/nylas/nylas-java/pull/223)).
- Added support for overriding various fields in outgoing requests ([#224](https://github.com/nylas/nylas-java/pull/224)).

## Updated

- Fixed an issue where attachments larger than 3MB were not being encoded correctly ([#227](https://github.com/nylas/nylas-java/pull/227), [#222](https://github.com/nylas/nylas-java/pull/222)).