Skip to content

Releases: nylas/nylas-java

v2.9.0

27 May 21:00

Choose a tag to compare

What's Changed

  • feat: add name attribute support to Scheduler Configuration by @AaronDDM in #277
  • Fixed ListEventQueryParams to use a more specific type for orderBy parameter and correct JSON name. by @AaronDDM in #276

Full Changelog: v2.8.0...v2.9.0

v2.8.0

30 Apr 20:28

Choose a tag to compare

What's Changed

  • feat: Added support for Nylas Notetaker by @AaronDDM in #269
  • fix: updated notetaker media response model by @AaronDDM in #270
  • Adding original_start_time to the Event model by @kraju3 in #271
  • Updated GET notetaker to support new query params by @AaronDDM in #272

Full Changelog: v2.7.0...v2.8.0

v2.7.0

03 Mar 21:53

Choose a tag to compare

What's Changed

  • Update gradle properties for 6.6.0 by @AaronDDM in #263
  • Added sandbox to the Environment Enum. by @samuelpx in #264
  • feat: add support for listing import events via events.listImportEvents() by @AaronDDM in #266

New Contributors

Full Changelog: v2.6.0...v2.7.0

v2.6.0

24 Jan 18:50

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.5.2...v2.6.0

v2.5.2

02 Dec 13:04

Choose a tag to compare

Changelog

Added

  • Added skypeForConsumer as a conferencing provider #255

v2.5.1

12 Nov 16:12

Choose a tag to compare

Changelog

Added

  • Fixed response type for returning list of scheduled messages (#250).

v2.5.0

25 Sep 19:30

Choose a tag to compare

Changelog

Added

  • Added new error class NylasSdkRemoteClosedError for when the remote connection is closed (#244)
  • Added support for new filter fields for listing events (#245)
  • Added response headers to Nylas API error objects (#246, #221)

v2.4.1

26 Jul 18:12
b42712b

Choose a tag to compare

Changelog

Changed

  • Added missing masterEventId field in Event model (#241)
  • Added missing EWS provider in Provider enum (#240)
  • Fixed issue where the revoke OAuth token function was not working correctly (#242)

v2.4.0

28 Jun 21:16
3ca6a84

Choose a tag to compare

Changelog

Added

  • Added webhook validation support (#238)

Changed

  • Fixed issue where from field was not accessible when sending messages (#237)

v2.3.2

26 Jun 22:57
bc67e7d

Choose a tag to compare

Changelog

Changed

  • Fixed default When type (#235)
  • Fixed issue where from field was not accessible when creating drafts (#233, #234)

New Contributors