Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(master): release 3.10.0 [skip-ci] #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# Changelog

## [3.10.0](https://github.com/JQuags/zone-mta/compare/v3.9.6...v3.10.0) (2024-05-27)


### Features

* **api:** Allow ordering queue listing ([41017ff](https://github.com/JQuags/zone-mta/commit/41017ffa3cdc852e0ea4960ec45ea94092aa7699))
* **bounces:** Send a delayed notification email if a delivery has not been completed after 3 hours ZMS-56 ([#363](https://github.com/JQuags/zone-mta/issues/363)) ([a535e3a](https://github.com/JQuags/zone-mta/commit/a535e3a7e10e517eaac13af6819420aa45d10725))
* **plugins:** Added new plugin hook sender:responseError, allow configuratble defer times ([#360](https://github.com/JQuags/zone-mta/issues/360)) ([061248f](https://github.com/JQuags/zone-mta/commit/061248f647a98a74f33fa0da09ea2a13e42be6ac))


### Bug Fixes

* **api:** added endpoint to list locked domains ([25102ca](https://github.com/JQuags/zone-mta/commit/25102ca71010951fb592c6d8bdb4852976a49c1e))
* **api:** Added query argument `includeDisabled` to /zones API endpoint. If `true` returns all zones ([fb826d6](https://github.com/JQuags/zone-mta/commit/fb826d6de294f23387b1fb4ef90ad20889779113))
* **bounce:** Fixed Outlook no-such-user bounce detection ([#357](https://github.com/JQuags/zone-mta/issues/357)) ([0b49571](https://github.com/JQuags/zone-mta/commit/0b49571fb6677a1570ec1b266cecb81aa5e567e5))
* **bounces:** fixed bounce handling in mail queue ([05d2b8d](https://github.com/JQuags/zone-mta/commit/05d2b8d6ec21d4c280b5da7e7e1dd1053354f49d))
* **bounces:** Fixed MS365 missing user bounce check regex ([3e0853a](https://github.com/JQuags/zone-mta/commit/3e0853aef154bdfcdaf7d879017559991e03b507))
* **deploy:** Added repository URL for automatic publishing ([6172534](https://github.com/JQuags/zone-mta/commit/6172534567299e0c9c568446c6b62e87949e9272))
* **deploy:** Set up auto publishing to NPM ([#338](https://github.com/JQuags/zone-mta/issues/338)) ([b1d6fef](https://github.com/JQuags/zone-mta/commit/b1d6fef8931a4e40042694414318d1dd5fda2914))
* **deploy:** updated package-lock to fix release ([4248526](https://github.com/JQuags/zone-mta/commit/42485265748bef6cbcf34eb570fdfae422128abb))
* **deps:** Bumped deps to clear out some security warnings ([3849037](https://github.com/JQuags/zone-mta/commit/3849037ba0a6a680c4b9a3d2e4bd371c58bc33aa))
* **deps:** bumped nodemailer and smtp-server versions ([0a2371d](https://github.com/JQuags/zone-mta/commit/0a2371dbc4dc5874ebea04b8ce3568030039d853))
* **logs:** added new remote log entry QUEUE_POLL ([800b583](https://github.com/JQuags/zone-mta/commit/800b5835e99a7f1e0370b114b2821464785ac30a))
* **logs:** send bounce information to remote log ([3fd3986](https://github.com/JQuags/zone-mta/commit/3fd3986b3874071e135060fca7695a23715c4ff1))
* **loop:** reject messages with too many Received headers ([cbffa6d](https://github.com/JQuags/zone-mta/commit/cbffa6d3dcadb937b9303a42fbe2603fd1668fb8))
* **mail2http:** retry 5xx responses ([33aa6d5](https://github.com/JQuags/zone-mta/commit/33aa6d5b3c726206563649137de2b42e9bb38bd7))
* **mime-head:** Increased allowd MIME node header size to 2MB ([26e4896](https://github.com/JQuags/zone-mta/commit/26e48967bd96e8aa08b1986513fe4733961bd672))
* **queue:** mark emails with 'mailbox full' responses as rejected, not deferred ([c2040e2](https://github.com/JQuags/zone-mta/commit/c2040e284e337e79c6987b3cf393c669d08a04c8))
* **queue:** replaced non-likely bounces from deferred to rejected ([c701efd](https://github.com/JQuags/zone-mta/commit/c701efde4907ea969aef92e7dbfc517a993d8ce9))
* **readme:** Updated readme to trigger package publish ([b90d31b](https://github.com/JQuags/zone-mta/commit/b90d31b610862bf1c9db9c4df41af1a41a905866))
* **sts:** do not try to store error object as JSON value ([9a45336](https://github.com/JQuags/zone-mta/commit/9a45336a2bc92247c95880abf1aa0df42b682b2a))
* **tests:** Added Github action to run tests ([#341](https://github.com/JQuags/zone-mta/issues/341)) ([908edf9](https://github.com/JQuags/zone-mta/commit/908edf9321be5342426127d081997bde116ff23b))
* **tls-options:** Retrieve ignoreTLS value from Sending Zone, or default to false ([#365](https://github.com/JQuags/zone-mta/issues/365)) ([336e835](https://github.com/JQuags/zone-mta/commit/336e8358be5992bd15392fc07064540fda4aa23d))

## [3.9.6](https://github.com/zone-eu/zone-mta/compare/v3.9.5...v3.9.6) (2024-05-13)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zone-mta",
"private": false,
"version": "3.9.6",
"version": "3.10.0",
"description": "Tiny outbound MTA",
"main": "app.js",
"scripts": {
Expand Down