Commit Graph

346 Commits

Author SHA1 Message Date
filipenevola
3800cb1998 Updates email.d.ts to include the new sendAsync 2022-12-17 08:24:58 -04:00
filipenevola
222e801235 Adds Email.send using Email.sendAsync inside, handles error and prints a warning in case of success 2022-12-17 07:57:56 -04:00
filipenevola
d631371311 Changes email package to be fully async
Removes email package sync tests
Fixes email package test when a hook should cancel the send action
2022-12-17 01:39:34 -04:00
denihs
f60bfc7f75 Revert "Revert "Merge pull request #12273 from meteor/release-2.9""
This reverts commit 5d19fec09b.
2022-12-12 10:17:42 -04:00
denihs
5d19fec09b Revert "Merge pull request #12273 from meteor/release-2.9"
This reverts commit 19e9e2082e, reversing
changes made to 644592cedc.
2022-12-12 09:53:19 -04:00
Gabriel Grubba
48b6e9ca46 Meteor version to 2.9.0 ☄️ 2022-12-07 10:28:32 -03:00
Gabriel Grubba
e7092b70af Meteor version to 2.9.0-rc.11 2022-12-06 17:00:59 -03:00
Gabriel Grubba
de7c362f51 Meteor version to 2.9.0-rc.10 ☄️ 2022-12-06 14:08:57 -03:00
Gabriel Grubba
35123ff3a0 Revert "Meteor version to 2.9.0 ☄️"
This reverts commit 67abe13459.
2022-12-06 14:03:44 -03:00
Gabriel Grubba
67abe13459 Meteor version to 2.9.0 ☄️ 2022-12-05 18:54:36 -03:00
Gabriel Grubba
bbe159edae Meteor version to 2.9.0-rc.9 ☄️ 2022-12-02 14:41:01 -03:00
Gabriel Grubba
e35c182d4c Meteor version to 2.9.0-rc.7 ☄️ 2022-12-02 11:54:16 -03:00
Gabriel Grubba
1fb05e690a Meteor version to 2.9.0-rc.7 ☄️ 2022-12-02 11:30:51 -03:00
Gabriel Grubba
dba13e5c1a Meteor version to 2.9.0-rc.6 ☄️ 2022-12-02 11:18:04 -03:00
Gabriel Grubba
060d181870 Meteor version to 2.9.0-rc.5 ☄️ 2022-12-01 16:46:57 -03:00
Gabriel Grubba
4053f55616 Meteor version to 2.9.0-rc.4 ☄️ 2022-12-01 16:32:57 -03:00
Gabriel Grubba
e152d385ff Meteor version to 2.9.0-rc.3 ☄️ 2022-12-01 16:16:11 -03:00
Gabriel Grubba
3a05f715e3 Meteor version to 2.9.0-rc.2 ☄️ 2022-11-30 18:33:29 -03:00
Gabriel Grubba
b461058b33 Meteor version to 2.9.0-rc.1 ☄️ 2022-11-30 12:18:36 -03:00
Gabriel Grubba
f3c6de4a71 Meteor version to 2.9-rc.0 ☄️ 2022-11-30 11:57:21 -03:00
Gabriel Grubba
c25ae39cc7 Meteor version to 2.9.0-beta.1 ☄️ 2022-11-21 11:54:57 -03:00
Gabriel Grubba
d944665433 Meteor version to 2.9.0-beta.0 ☄️ 2022-11-21 11:37:37 -03:00
Gabriel Grubba
ae3694b958 Merge branch 'devel' into release-2.9
# Conflicts:
#	docs/history.md
#	packages/meteor/package.js
2022-11-17 17:31:40 -03:00
Gabriel Grubba
36d64af64d Meteor version to 2.8.1 ☄️ 2022-11-14 08:20:31 -03:00
Gabriel Grubba
9ddb1eb06a Meteor version to 2.8.1-rc.0 ☄️ 2022-11-10 10:18:33 -03:00
Gabriel Grubba
9afbdc7e75 Meteor version to 2.8.1-beta.2 ☄️ 2022-11-07 17:05:39 -03:00
Gabriel Grubba
995546f58e Meteor version to 2.8.1-beta.1 ☄️ 2022-11-04 10:46:46 -03:00
Piotr Pośpiech
ac6427bd11 limited adding assets only to server 2022-11-03 14:26:45 +01:00
Edimar Cardoso
f82d1d8c00 Changes suggested in the code review
- Preserve current behavior from `Email.send` method, if use `customTransport`;
- Added documentation information about  `customTransport` in `Email.sendAsync` method;
- Added more tests to `customTransport` use case.
2022-10-04 15:28:41 -03:00
Edimar Cardoso
1cb299f840 Changes suggested in code review
- Include return on sendAsync example;
- Change method send (sync) to preserve current behavior using the `customTransport` option.
2022-09-27 17:27:09 -03:00
Piotr Pośpiech
8e30cfd711 Add declarations and missing exports 2022-09-09 14:00:05 +02:00
Piotr Pośpiech
7422d41866 Add types for email package 2022-09-05 18:49:54 +02:00
Edimar Cardoso
9149cad069 Remove TODO 2022-08-26 16:11:32 -03:00
Edimar Cardoso
8b2b9dc398 Return value from Email.customTransport. 2022-08-24 08:31:11 -03:00
Edimar Cardoso
d0b5687b43 Changes requested by code review.
Thank you @radekmie
2022-08-22 21:45:22 -03:00
Edimar Cardoso
6e73d192e8 Fix broken test. 2022-07-29 09:17:44 -03:00
Edimar Cardoso
ff0da119b7 Include missed throw error. 2022-07-28 18:54:50 -03:00
Edimar Cardoso
e76009507d Refactor email send methods and organize tests
- Make Email.send using Email.sendAsync with Promisse.await() (Fibers)
- Allow send method to receive a stream object and use in the devSendMode method for tests.
- Remove usage of Fibers Future
- Code formatting
2022-07-28 18:50:53 -03:00
Edimar Cardoso
b78c0471b6 Including all send synchronous tests to async tests
email - multiple e-mails same stream: Broken in async test
2022-07-28 17:57:43 -03:00
Edimar Cardoso
866fa2093d Remove incorrect @deprecated annotation.
The correct strategy is:

1. Only sync. (Current)
2. Both sync and async (with a suffix).
3. Only async (without a suffix).

Thank you! @StorytellerCZ and @radekmie
2022-07-28 11:57:53 -03:00
Edimar Cardoso
6bc5b0a628 Preserve original formatting and method order. 2022-07-27 18:27:02 -03:00
Edimar Cardoso
bcba3ebe47 Preserve original formatting and method order. 2022-07-27 18:24:35 -03:00
Edimar Cardoso
537cadf7b4 Remove Promise on Email.sendAsync 2022-07-27 16:09:12 -03:00
Edimar Cardoso
631b74ff50 Create Email.sendAsync method without using Fibers. 2022-07-27 15:04:55 -03:00
Edimar Cardoso
815bcd980e Create Email.sendAsync method without using Fibers. 2022-07-27 13:13:31 -03:00
Frederico Maia Arantes
dee85e3486 Bump packages for release 2022-03-24 18:23:53 -03:00
Frederico Maia Arantes
560707824a Bump packages for release 2022-03-17 18:52:26 -03:00
Frederico Maia Arantes
7fc0c0055b Bump packages for release 2022-03-14 12:12:19 -03:00
Renan Castro
0eabbb8d67 Start 2.7-rc.0. 2022-02-18 17:33:40 -03:00
Filipe Névola
ea5f1fade4 Bump Meteor version to 2.7-beta.2 2022-02-16 09:15:42 +00:00