Skip to content

Commit 6fbe5e6

Browse files
authored
v1.21.0 Release (#152)
# Description New Nylas Java SDK release contains the following additions: ### Added * Added missing `content_disposition` field in `File` (#149) * Added toJSON() and toMap() support to account owned models (#150) * Added scheduler support for the EU region (#151) ### Fixed * Fixed NullPointerException sporadically occurring when calling `Message.toString()` (#149) # 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 ef8711c commit 6fbe5e6

3 files changed

Lines changed: 17 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,28 @@ This section contains changes that have been committed but not yet released.
66

77
### Added
88

9-
* Added missing `content_disposition` field in `File`
10-
* Added scheduler support for the EU region
11-
129
### Changed
1310

1411
### Deprecated
1512

1613
### Fixed
1714

18-
* Fixed NullPointerException sporadically occurring when calling `Message.toString()`
19-
2015
### Removed
2116

2217
### Security
2318

19+
## [1.21.0] - Released 2023-02-14
20+
21+
### Added
22+
23+
* Added missing `content_disposition` field in `File`
24+
* Added toJSON() and toMap() support to account owned models
25+
* Added scheduler support for the EU region
26+
27+
### Fixed
28+
29+
* Fixed NullPointerException sporadically occurring when calling `Message.toString()`
30+
2431
## [1.20.1] - Released 2023-02-09
2532

2633
### Changed
@@ -380,7 +387,8 @@ This second release aims toward API stability so that we can get to v1.0.0.
380387

381388
Initial preview release
382389

383-
[Unreleased]: https://github.com/nylas/nylas-java/compare/v1.20.1...HEAD
390+
[Unreleased]: https://github.com/nylas/nylas-java/compare/v1.21.0...HEAD
391+
[1.21.0]: https://github.com/nylas/nylas-java/releases/tag/v1.21.0
384392
[1.20.1]: https://github.com/nylas/nylas-java/releases/tag/v1.20.1
385393
[1.20.0]: https://github.com/nylas/nylas-java/releases/tag/v1.20.0
386394
[1.19.2]: https://github.com/nylas/nylas-java/releases/tag/v1.19.2

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ If you have a question about the Nylas Communications Platform, please reach out
1717

1818
**Setup via Gradle**: If you're using Gradle, add the following to your dependencies section of build.gradle:
1919

20-
implementation("com.nylas.sdk:nylas-java-sdk:1.20.1")
20+
implementation("com.nylas.sdk:nylas-java-sdk:1.21.0")
2121

2222
**Setup via Maven**: For projects using Maven, add the following to your POM file:
2323

2424
<dependency>
2525
<groupId>com.nylas.sdk</groupId>
2626
<artifactId>nylas-java-sdk</artifactId>
27-
<version>1.20.1</version>
27+
<version>1.21.0</version>
2828
</dependency>
2929

3030
**Build from source**: To build from source, clone this repo and build the project with Gradle.

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=1.21.0-SNAPSHOT
2+
version=1.22.0-SNAPSHOT
33

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

0 commit comments

Comments
 (0)