Skip to content

Commit 6ad9d0e

Browse files
authored
Merge pull request #501 from postalsys/release-please--branches--master--components--emailengine-app
chore(master): release 2.50.5
2 parents b408883 + 9a22a29 commit 6ad9d0e

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [2.50.5](https://github.com/postalsys/emailengine/compare/v2.50.4...v2.50.5) (2025-02-04)
4+
5+
6+
### Bug Fixes
7+
8+
* **api:** Improved message-move API endpoint for Gmail API accounts. There is now a new payload option 'source' that specifies the folder the message is moved from ([861bc23](https://github.com/postalsys/emailengine/commit/861bc2369229346815863859dfe2d5281748e865))
9+
* **gmail-api:** clear label cache after modifying labels ([ca60f89](https://github.com/postalsys/emailengine/commit/ca60f89e8eddc736da5fd4fab33029fc4947c3fc))
10+
* **oauth:** Return 'id' not 'message' for message upload requests against Gmail API and MS Graph API ([d1bd122](https://github.com/postalsys/emailengine/commit/d1bd1226f6297224efed6775bc8d72b656b8faa0))
11+
* **worker-close:** If worker dies then do not try to update accounts statuses to prevent race conditions ([d532365](https://github.com/postalsys/emailengine/commit/d532365b321efef63d3c68965631b61381533c45))
12+
313
## [2.50.4](https://github.com/postalsys/emailengine/compare/v2.50.3...v2.50.4) (2025-01-29)
414

515

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "emailengine-app",
3-
"version": "2.50.4",
3+
"version": "2.50.5",
44
"private": true,
55
"productTitle": "EmailEngine",
66
"description": "Email Sync Engine",

0 commit comments

Comments
 (0)