Skip to content

Commit baa8d8a

Browse files
authored
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 <!-- Your PR comment must contain the following line for us to merge the PR. --> 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.
1 parent 1dac6ec commit baa8d8a

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
# Nylas Java SDK Changelog
22

3-
## Unreleased
3+
## [2.2.0] - Released 2024-02-27
44

55
### Added
66
* Added support for `roundTo` field in availability response
77
* Added support for `attributes` field in folder model
88
* Added support for icloud as an auth provider
9+
10+
### Changed
11+
* Fixed builder for FindAttachmentQueryParams
12+
* Fixed scopes to be optional for IMAP grants
13+
* Fixed typo in updating grant schema
14+
* Fixed endpoint for rotating webhook secrets
15+
* Fixed response type for returning webhook IP addresses
16+
17+
### Removed
918
* Removed unnecessary `clientId` from detectProvider params
1019

1120
## [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.
419428

420429
Initial preview release
421430

422-
[Unreleased]: https://github.com/nylas/nylas-java/compare/v2.1.0...HEAD
431+
[Unreleased]: https://github.com/nylas/nylas-java/compare/v2.2.0...HEAD
432+
[2.2.0]: https://github.com/nylas/nylas-java/releases/tag/v2.2.0
423433
[2.1.0]: https://github.com/nylas/nylas-java/releases/tag/v2.1.0
424434
[2.0.0]: https://github.com/nylas/nylas-java/releases/tag/v2.0.0
425435
[1.21.0]: https://github.com/nylas/nylas-java/releases/tag/v1.21.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ If you have a question about the Nylas Communications Platform, [contact Nylas S
3030
If you're using Gradle, add the following to the dependencies section of `build.gradle`:
3131

3232
```groovy
33-
implementation("com.nylas.sdk:nylas:2.1.0")
33+
implementation("com.nylas.sdk:nylas:2.2.0")
3434
```
3535

3636
### Build from source
@@ -42,7 +42,7 @@ git clone https://github.com/nylas/nylas-java.git && cd nylas-java
4242
./gradlew build uberJar
4343
```
4444

45-
This creates a new jar file in `build/libs/nylas-java-sdk-2.1.0-uber.jar`.
45+
This creates a new jar file in `build/libs/nylas-java-sdk-2.2.0-uber.jar`.
4646

4747
See the Gradle documentation on [Building Libraries](https://guides.gradle.org/building-java-libraries/)
4848
or the [Gradle User Manual](https://docs.gradle.org/current/userguide/userguide.html) for more information.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=com.nylas.sdk
2-
version=2.1.0
2+
version=2.2.0
33

44
# Override and set these in ~/.gradle/gradle.properties
55
ossrhUser=

0 commit comments

Comments
 (0)