Skip to content

Commit 3ffbbe8

Browse files
authored
TW-5710: SDK Release 2.17.1 (#332)
1 parent c02aaf7 commit 3ffbbe8

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Nylas Java SDK Changelog
22

3-
## [unreleased]
3+
## [v2.17.1] - Release 2026-06-25
44

55
### Fixed
66
* Prevent double-encoding of pre-encoded path IDs when building request URLs, fixing Gmail attachment download 404s for attachment IDs containing reserved characters such as `:` and `=`

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ This repository is for contributors and anyone installing the SDK from source. I
5050
Kotlin DSL (`build.gradle.kts`):
5151

5252
```kotlin
53-
implementation("com.nylas.sdk:nylas:2.17.0")
53+
implementation("com.nylas.sdk:nylas:2.17.1")
5454
```
5555

5656
Groovy (`build.gradle`):
5757

5858
```groovy
59-
implementation 'com.nylas.sdk:nylas:2.17.0'
59+
implementation 'com.nylas.sdk:nylas:2.17.1'
6060
```
6161

6262
### Maven
@@ -65,7 +65,7 @@ implementation 'com.nylas.sdk:nylas:2.17.0'
6565
<dependency>
6666
<groupId>com.nylas.sdk</groupId>
6767
<artifactId>nylas</artifactId>
68-
<version>2.17.0</version>
68+
<version>2.17.1</version>
6969
</dependency>
7070
```
7171

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.17.0
2+
version=2.17.1
33

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

0 commit comments

Comments
 (0)