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: CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,14 @@
1
1
nylas-python Changelog
2
2
======================
3
3
4
+
v6.13.1
5
+
----------
6
+
* Fixed UTF-8 character encoding for all API requests to preserve special characters (accented letters, emoji, etc.) instead of escaping them as unicode sequences
7
+
4
8
v6.13.0
5
9
----------
6
10
* Fixed from field handling in messages.send() to properly map "from_" field to "from field
7
11
* Fixed content_id handling for large inline attachments to use content_id as field name instead of generic file{index}
8
-
* Fixed UTF-8 character encoding for all API requests to preserve special characters (accented letters, emoji, etc.) instead of escaping them as unicode sequences
0 commit comments