Add API mail adapter#7126
Merged
TomWFox merged 10 commits intoparse-community:masterfrom Jan 14, 2021
Merged
Conversation
* commit 'ccb045b68c5b4d983a90fa125513fc476e4e2387': fix: upgrade @graphql-tools/links from 6.2.4 to 6.2.5 (parse-community#7007) fix: upgrade pg-promise from 10.7.0 to 10.7.1 (parse-community#7009) fix: upgrade jwks-rsa from 1.10.1 to 1.11.0 (parse-community#7008) fix: upgrade graphql from 15.3.0 to 15.4.0 (parse-community#7011) update stale bot (parse-community#6998) fix(beforeSave/afterSave): Return value instead of Parse.Op for nested fields (parse-community#7005) fix(beforeSave): Skip Sanitizing Database results (parse-community#7003) Fix includeAll for querying a Pointer and Pointer array (parse-community#7002) Init (parse-community#6999)
Codecov Report
@@ Coverage Diff @@
## master #7126 +/- ##
==========================================
+ Coverage 93.24% 93.91% +0.66%
==========================================
Files 169 169
Lines 12530 12530
==========================================
+ Hits 11684 11767 +83
+ Misses 846 763 -83
Continue to review full report at Codecov.
|
dplewis
approved these changes
Jan 14, 2021
TomWFox
approved these changes
Jan 14, 2021
mtrezza
added a commit
to mtrezza/parse-server
that referenced
this pull request
Jan 28, 2021
* add-account-unlock-on-password-reset: moved changelog entry to correct position Added docs entry added changelog entry added account policy option added account unlock on password reset fix: upgrade ws from 7.4.1 to 7.4.2 (parse-community#7132) Supporting patterns in classNames for Live Queries (parse-community#7131) add api mail adapter to mail adapter list (parse-community#7126) # Conflicts: # CHANGELOG.md # src/Config.js # src/Options/Definitions.js
rsouzas
pushed a commit
to back4app/parse-server
that referenced
this pull request
Jan 29, 2021
dplewis
pushed a commit
that referenced
this pull request
Feb 21, 2021
Contributor
|
🎉 This change has been released in version 5.0.0-beta.1 |
Contributor
|
🎉 This change has been released in version 5.0.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New Pull Request Checklist
Issue Description
Add API Mail adapter to list of mail adapters in docs.
Related issue: closes #7125