[2023-02-14] Nylas Java SDK v1.21.0
The Nylas Java SDK v1.21.0 has been released!
- GitHub: Nylas Java SDK
- Distribution: Maven
Added
- Added the
content_disposition
field toFile
(#149) - Added support for
toJSON()
andtoMap()
. All classes that extendAccountOwnedModel
can be serialized to either a JSON string or a Map representation of the object's fields. (#150) - Added scheduler support for the EU region (#151)
Updated
- Fixed
NullPointerException
that sporadically occurred when callingMessage.toString()
(#149)