[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_dispositionfield toFile(#149) - Added support for
toJSON()andtoMap(). All classes that extendAccountOwnedModelcan 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
NullPointerExceptionthat sporadically occurred when callingMessage.toString()(#149)