-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: nodemailer/nodemailer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.0.6
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: nodemailer/nodemailer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.0.7
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 7 commits
- 41 files changed
- 3 contributors
Commits on Sep 9, 2025
-
fix: refresh expired DNS cache on error (#1759)
When a DNS lookup fails, the code used the expired cache but did not update its lifetime This caused the system to get stuck always tryng the same incorrect address Now, when we fall back to an expired cache due to an error, we renew its lifetime This prevents repeated attempts with the same broken address and gives time for the DNS to recover Improves system stability in DNS failure scenarios
Configuration menu - View commit details
-
Copy full SHA for ea0fc5a - Browse repository at this point
Copy the full SHA ea0fc5aView commit details -
fix(dns): add memory leak prevention for DNS cache
- Implement lazy cleanup with 30-second throttling to remove expired entries - Add MAX_CACHE_SIZE limit of 1000 entries with automatic pruning - Clean up cache without background timers to allow clean process exit - Add comprehensive tests for cache management functionality
Configuration menu - View commit details
-
Copy full SHA for 0240d67 - Browse repository at this point
Copy the full SHA 0240d67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b8982c - Browse repository at this point
Copy the full SHA 3b8982cView commit details
Commits on Oct 5, 2025
-
2
Configuration menu - View commit details
-
Copy full SHA for 1150d99 - Browse repository at this point
Copy the full SHA 1150d99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62629a0 - Browse repository at this point
Copy the full SHA 62629a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for df13b74 - Browse repository at this point
Copy the full SHA df13b74View commit details -
chore(master): release 7.0.7 [skip-ci] (#1761)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9357a71 - Browse repository at this point
Copy the full SHA 9357a71View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v7.0.6...v7.0.7