Skip to content

Commit 5016d54

Browse files
authored
v7.7.3 Release (#619)
* Updated changelog * 7.7.3 * Updated change log to include fix: transform anyEmail array into comma-delimited any_email parameter in threads list #618
1 parent a68e4ef commit 5016d54

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Changelog
22

3-
## Unreleased
3+
### 7.7.3 / 2025-01-23
44
* Remove `createdAt` field from message model.
55
* Change `latestMessageReceivedDate` & `latestMessageSentDate` to be optional on threads model.
66
* Fix issue where timeout was not being respected when overriding the timeout in the request options.
77
* Fix issue where query params with array values were not being transformed into comma-delimited strings
8+
* Fix: transform anyEmail array into comma-delimited any_email parameter in threads list
89

910
### 7.7.2 / 2024-12-02
1011
* Fix `credentials` resource to use correct endpoint.
@@ -14,7 +15,7 @@
1415

1516
### 7.7.0 / 2024-11-14
1617
* Add support for Scheduling API.
17-
* Fix issue where inline attachments > 3Mb were not sent correctly.
18+
* Fix issue where inline attachments > 3Mb were not sent correctly.
1819

1920
### 7.6.2 / 2024-10-31
2021
* Add missing `select` field on query params
@@ -205,7 +206,7 @@
205206
* Introduction of `Enum` types
206207

207208
### 5.10.3 / 2022-01-04
208-
* Prevent `Event` objects from sending an empty list of notifications when not set, causing errors for recurring events
209+
* Prevent `Event` objects from sending an empty list of notifications when not set, causing errors for recurring events
209210

210211
### 5.10.3 / 2021-12-16
211212
* Add missing `provider` option for `urlForAuthentication`

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nylas",
3-
"version": "7.6.1",
3+
"version": "7.7.3",
44
"description": "A NodeJS wrapper for the Nylas REST API for email, contacts, and calendar.",
55
"main": "lib/cjs/nylas.js",
66
"types": "lib/types/nylas.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// This file is generated by scripts/exportVersion.js
2-
export const SDK_VERSION = '7.6.1';
2+
export const SDK_VERSION = '7.7.3';

0 commit comments

Comments
 (0)