TW-5409: Java Release 2.17.0#328
Merged
Merged
Conversation
AaronDDM
approved these changes
Jun 15, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #328 +/- ##
=========================================
Coverage 81.81% 81.81%
Complexity 450 450
=========================================
Files 44 44
Lines 1292 1292
Branches 111 111
=========================================
Hits 1057 1057
Misses 168 168
Partials 67 67 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[v2.17.0] - Release 2026-06-15
Added
Applications.update()forPATCH /v3/applicationscallback_uris, including callback URI IDs for preserving existing callback URIsPATCH /v3/applications/redirect-uris/{id}client.domains()via/v3/admin/domains; these supportServiceAccountSignerfor Nylas Service Account request-signing auth without Bearer auth, canonical signed wire bodies, manually signed headers inRequestOverrides.headers, base64-encoded PEM service-account keys, and request-only verification typesWorkspacesresource viaclient.workspaces(): CRUD, paginated listing withlimitandpage_token,autoGroup,manualAssign,default,policyId, explicitclearPolicyId, andruleIds;CreateWorkspaceRequestvalidates thatdomainis present whenautoGroupis true;WorkspaceAutoGroupRequest.invalidAlsoincludes invalid grants in auto-grouping when enabledDomains.sendTransactionalEmail()SendTransactionalEmailRequestmodel (and fluentBuilder) for composing transactional messages from a verified domain — supportsto,from,cc,bcc,reply_to,subject,body,send_at,reply_to_message_id,tracking_options,use_draft,custom_headers, andis_plaintextNylasClient.domains()accessor returning the newDomainsresourceTransactionalEmailExample.javaandKotlinTransactionalEmailExample.ktnylasprovider only)Policiesresource viaclient.policies(): full CRUD (list,find,create,update,destroy) withCreatePolicyRequest/UpdatePolicyRequestand supporting models (Policy,PolicyLimits,PolicyOptions,PolicySpamDetection)Rulesresource viaclient.rules(): full CRUD pluslistEvaluationsfor grant rule-evaluation audit records; handles the nested/v3/ruleslist envelope returned by the APINylasListsresource viaclient.lists(): full CRUD pluslistItems,addItems, andremoveItemsfor managing list contents;NylasList,NylasListItem,NylasListType,ListItemsRequestmodelsNylasLists.create()forPOST /v3/listswithCreateNylasListRequest(name,type, and optionaldescription)License
I confirm that this contribution is made under the terms of the MIT license and that I have the authority necessary to make this contribution on behalf of its copyright owner.