You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/nylas-connect/CHANGELOG.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,26 @@
1
1
# @nylas/connect
2
2
3
+
## 0.1.0
4
+
5
+
### Minor Changes
6
+
7
+
- 356ac8f: Add automatic API URL version suffix handling
8
+
9
+
The NylasConnect client now automatically appends `/v3` to API URLs that don't already have a version suffix. This ensures all API calls use versioned endpoints while preserving any explicitly set versions.
10
+
11
+
**Features:**
12
+
- Automatically appends `/v3` to API URLs without version suffixes
13
+
- Preserves existing version suffixes (e.g., `/v1`, `/v2`, `/v10`)
14
+
- Handles trailing slashes correctly
15
+
- Works with custom API URLs and regional endpoints
0 commit comments