Skip to content

Commit 1119e38

Browse files
committed
add changelog
1 parent 029df96 commit 1119e38

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Nylas Java SDK Changelog
22

3+
## [Unreleased]
4+
5+
### Changed
6+
* Standardized event status handling on `maybe`
7+
- Added `EventStatus.MAYBE` as the primary SDK value for this status
8+
- Deprecated `EventStatus.TENTATIVE` as a legacy alias and serialize it as `maybe`
9+
- Normalize both API values `maybe` and `tentative` to `EventStatus.MAYBE`
10+
- Fall back to `null` for unknown event status values instead of failing deserialization
11+
12+
### Fixed
13+
* Added request-body support to booking cancellation via `Bookings.destroy()` and `NylasClient.executeDelete()`, allowing `cancellation_reason` to be sent while keeping the legacy no-body booking destroy overload unchanged
14+
315
## [v2.15.0] - Release 2026-02-22
416

517
### Added
@@ -607,7 +619,7 @@ This second release aims toward API stability so that we can get to v1.0.0.
607619

608620
Initial preview release
609621

610-
[Unreleased]: https://github.com/nylas/nylas-java/compare/v2.5.0...HEAD
622+
[Unreleased]: https://github.com/nylas/nylas-java/compare/v2.15.0...HEAD
611623
[2.5.0]: https://github.com/nylas/nylas-java/releases/tag/v2.5.0
612624
[2.4.1]: https://github.com/nylas/nylas-java/releases/tag/v2.4.1
613625
[2.4.0]: https://github.com/nylas/nylas-java/releases/tag/v2.4.0

0 commit comments

Comments
 (0)