From baa8d8a09aeb42c6408b19ceaa22317ecebf12b4 Mon Sep 17 00:00:00 2001 From: Mostafa Rashed <17770919+mrashed-dev@users.noreply.github.com> Date: Tue, 27 Feb 2024 18:12:27 -0500 Subject: [PATCH] v2.2.0 Release (#216) # Changelog ### Added * Added support for `roundTo` field in availability response (#215) * Added support for `attributes` field in folder model (#215) * Added support for icloud as an auth provider (#215) ### Changed * Fixed builder for FindAttachmentQueryParams (#208) * Fixed scopes to be optional for IMAP grants (#210) * Fixed typo in updating grant schema (#211) * Fixed endpoint for rotating webhook secrets (#212) * Fixed response type for returning webhook IP addresses (#213) ### Removed * Removed unnecessary `clientId` from detectProvider params (#215) # 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. --- CHANGELOG.md | 14 ++++++++++++-- README.md | 4 ++-- gradle.properties | 2 +- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd386ed5..5d51f44c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,20 @@ # Nylas Java SDK Changelog -## Unreleased +## [2.2.0] - Released 2024-02-27 ### Added * Added support for `roundTo` field in availability response * Added support for `attributes` field in folder model * Added support for icloud as an auth provider + +### Changed +* Fixed builder for FindAttachmentQueryParams +* Fixed scopes to be optional for IMAP grants +* Fixed typo in updating grant schema +* Fixed endpoint for rotating webhook secrets +* Fixed response type for returning webhook IP addresses + +### Removed * Removed unnecessary `clientId` from detectProvider params ## [2.1.0] - Released 2024-02-12 @@ -419,7 +428,8 @@ This second release aims toward API stability so that we can get to v1.0.0. Initial preview release -[Unreleased]: https://github.com/nylas/nylas-java/compare/v2.1.0...HEAD +[Unreleased]: https://github.com/nylas/nylas-java/compare/v2.2.0...HEAD +[2.2.0]: https://github.com/nylas/nylas-java/releases/tag/v2.2.0 [2.1.0]: https://github.com/nylas/nylas-java/releases/tag/v2.1.0 [2.0.0]: https://github.com/nylas/nylas-java/releases/tag/v2.0.0 [1.21.0]: https://github.com/nylas/nylas-java/releases/tag/v1.21.0 diff --git a/README.md b/README.md index 99b99ceb..a5e18f1e 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ If you have a question about the Nylas Communications Platform, [contact Nylas S If you're using Gradle, add the following to the dependencies section of `build.gradle`: ```groovy -implementation("com.nylas.sdk:nylas:2.1.0") +implementation("com.nylas.sdk:nylas:2.2.0") ``` ### Build from source @@ -42,7 +42,7 @@ git clone https://github.com/nylas/nylas-java.git && cd nylas-java ./gradlew build uberJar ``` -This creates a new jar file in `build/libs/nylas-java-sdk-2.1.0-uber.jar`. +This creates a new jar file in `build/libs/nylas-java-sdk-2.2.0-uber.jar`. See the Gradle documentation on [Building Libraries](https://guides.gradle.org/building-java-libraries/) or the [Gradle User Manual](https://docs.gradle.org/current/userguide/userguide.html) for more information. diff --git a/gradle.properties b/gradle.properties index 443e9f6a..632520e4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ group=com.nylas.sdk -version=2.1.0 +version=2.2.0 # Override and set these in ~/.gradle/gradle.properties ossrhUser=