From 90c981ffc2f70350c0a13c9032f54c710bcd5e0f Mon Sep 17 00:00:00 2001 From: Doug Koerich Date: Fri, 21 Jun 2024 15:10:07 -0300 Subject: [PATCH 1/4] EOP-208: New release 4.8 for Momentum Signed-off-by: Doug Koerich --- content/momentum/4/index.md | 5 +++-- content/momentum/4/modules/4-adaptive.md | 2 +- content/momentum/changelog/4/4-8.md | 19 +++++++++++++++++++ content/momentum/changelog/4/index.md | 3 ++- content/momentum/navigation.yml | 2 ++ 5 files changed, 27 insertions(+), 4 deletions(-) create mode 100644 content/momentum/changelog/4/4-8.md diff --git a/content/momentum/4/index.md b/content/momentum/4/index.md index 3f42a452..060581d4 100644 --- a/content/momentum/4/index.md +++ b/content/momentum/4/index.md @@ -6,7 +6,7 @@ description: "Message Systems Inc Copyright 2014-2023 Message Systems Inc Confid ### Message Systems, Inc. -Copyright © 2014-2023 Message Systems, Inc. +Copyright © 2014-2024 Message Systems, Inc. @@ -16,12 +16,13 @@ Confidential & Proprietary. This book documents Momentum 4. -Document generated on: 2023-Oct-26 +Document generated on: 2024-Jun-30 --- ### Momentum 4.x Changelogs +- [Momentum 4.8 Changelogs](/momentum/changelog/4/4-8) - [Momentum 4.7 Changelogs](/momentum/changelog/4/4-7) - [Momentum 4.6 Changelogs](/momentum/changelog/4/4-6) - [Momentum 4.4.1 Changelogs](/momentum/changelog/4/4-4-1) diff --git a/content/momentum/4/modules/4-adaptive.md b/content/momentum/4/modules/4-adaptive.md index 1f9f6e1c..9e013335 100644 --- a/content/momentum/4/modules/4-adaptive.md +++ b/content/momentum/4/modules/4-adaptive.md @@ -1,5 +1,5 @@ --- -lastUpdated: "03/26/2020" +lastUpdated: "06/30/2024" title: "adaptive – Adaptive Delivery" description: "Adaptive Delivery AD provides the ability to dynamically tune parameters to help manage your outbound mail traffic in a way that is more in line with the best practices in use by receivers AD also helps maintain and improve your sending reputation and makes better use of system resources Using..." --- diff --git a/content/momentum/changelog/4/4-8.md b/content/momentum/changelog/4/4-8.md new file mode 100644 index 00000000..b63d90af --- /dev/null +++ b/content/momentum/changelog/4/4-8.md @@ -0,0 +1,19 @@ +--- +lastUpdated: "06/30/2023" +title: "Momentum 4.8 Changelog" +description: "Momentum 4.8 was released on 2024-06-30. This section will list all of the major changes that happened with the release of Momentum 4.8. Depending on installation type, all changes may not be applicable" +--- + +This section will list all of the major changes that happened with the release of **Momentum 4.8**. Depending on installation type, all changes may not be applicable + + + +| Type | Ticket | Description | +| --- | --- | --- | +| Fix | EOP-92 | Bounce message with a good CNAME but with NXDOMAIN for the aliased MX | +| Fix | EOP-143 | On Adaptive Delivery suspension, parameters can now be read from cached values | +| Security Fix | EOP-174 | Updated minor version of NodeJS (now 20.13.1) | +| Feature | | New msys-c-ares package with DNS resolver library | +| Feature | | Support for MTA-STS (MTA Strict Transport Security) | +| Feature | | Support for DANE (DNS-based Authentication of Named Entities) | +| Feature | | Support for Signaling One-Click in Engagement API | diff --git a/content/momentum/changelog/4/index.md b/content/momentum/changelog/4/index.md index d4c75cda..33b55dcc 100644 --- a/content/momentum/changelog/4/index.md +++ b/content/momentum/changelog/4/index.md @@ -1,11 +1,12 @@ --- -lastUpdated: "09/20/2023" +lastUpdated: "06/30/2024" title: "Category File" type: "custom" name: "Momentum 4.x Changelogs" description: "Momentum 4.x Changelogs" --- +* [Momentum 4.8 Changelogs](/momentum/changelog/4/4-8) * [Momentum 4.7 Changelogs](/momentum/changelog/4/4-7) * [Momentum 4.6 Changelogs](/momentum/changelog/4/4-6) * [Momentum 4.4.1 Changelogs](/momentum/changelog/4/4-4-1) diff --git a/content/momentum/navigation.yml b/content/momentum/navigation.yml index efc5a5ba..0ed843af 100644 --- a/content/momentum/navigation.yml +++ b/content/momentum/navigation.yml @@ -1965,6 +1965,8 @@ - link: /momentum/changelog/4 title: Momentum 4.x Changelog items: + - link: /momentum/changelog/4/4-8 + title: Momentum 4.8 Changelog - link: /momentum/changelog/4/4-7 title: Momentum 4.7 Changelog - link: /momentum/changelog/4/4-6 From 06fc966e5cb340dcd09eccbcd189110eee74f7f9 Mon Sep 17 00:00:00 2001 From: Doug Koerich Date: Fri, 21 Jun 2024 17:28:06 -0300 Subject: [PATCH 2/4] EOP-208: minor fixes and clarifications Signed-off-by: Doug Koerich --- content/momentum/4/index.md | 4 ++-- content/momentum/changelog/4/4-8.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/momentum/4/index.md b/content/momentum/4/index.md index 060581d4..2a866465 100644 --- a/content/momentum/4/index.md +++ b/content/momentum/4/index.md @@ -1,7 +1,7 @@ --- -lastUpdated: "10/26/2023" +lastUpdated: "06/30/2024" title: "Momentum 4.x" -description: "Message Systems Inc Copyright 2014-2023 Message Systems Inc Confidential Proprietary Abstract This book documents Momentum 4 Document generated on 2023 Oct 26 Table of Contents Preface 1 Typographical Conventions Used in This Document I Introduction to Momentum 1 Components 2 Life of A Message 3 Roles and Behaviors 4 Licensed..." +description: "Message Systems Inc Copyright 2014-2024 Message Systems Inc Confidential Proprietary Abstract This book documents Momentum 4 Document generated on 2024 Jun 30 Table of Contents Preface 1 Typographical Conventions Used in This Document I Introduction to Momentum 1 Components 2 Life of A Message 3 Roles and Behaviors 4 Licensed..." --- ### Message Systems, Inc. diff --git a/content/momentum/changelog/4/4-8.md b/content/momentum/changelog/4/4-8.md index b63d90af..7cb12654 100644 --- a/content/momentum/changelog/4/4-8.md +++ b/content/momentum/changelog/4/4-8.md @@ -1,5 +1,5 @@ --- -lastUpdated: "06/30/2023" +lastUpdated: "06/30/2024" title: "Momentum 4.8 Changelog" description: "Momentum 4.8 was released on 2024-06-30. This section will list all of the major changes that happened with the release of Momentum 4.8. Depending on installation type, all changes may not be applicable" --- @@ -13,7 +13,7 @@ This section will list all of the major changes that happened with the release o | Fix | EOP-92 | Bounce message with a good CNAME but with NXDOMAIN for the aliased MX | | Fix | EOP-143 | On Adaptive Delivery suspension, parameters can now be read from cached values | | Security Fix | EOP-174 | Updated minor version of NodeJS (now 20.13.1) | -| Feature | | New msys-c-ares package with DNS resolver library | +| Feature | | New **msys-c-ares** package with third-party c-ares DNS resolver library (version 1.29.0) | | Feature | | Support for MTA-STS (MTA Strict Transport Security) | | Feature | | Support for DANE (DNS-based Authentication of Named Entities) | | Feature | | Support for Signaling One-Click in Engagement API | From d8f5f82b35573b14520539bcc0f07debeecbfcd0 Mon Sep 17 00:00:00 2001 From: Doug Koerich Date: Wed, 3 Jul 2024 09:43:06 -0300 Subject: [PATCH 3/4] EOP-208: Change from review Signed-off-by: Doug Koerich --- content/momentum/changelog/4/4-8.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/momentum/changelog/4/4-8.md b/content/momentum/changelog/4/4-8.md index 7cb12654..40e9f19b 100644 --- a/content/momentum/changelog/4/4-8.md +++ b/content/momentum/changelog/4/4-8.md @@ -11,9 +11,9 @@ This section will list all of the major changes that happened with the release o | Type | Ticket | Description | | --- | --- | --- | | Fix | EOP-92 | Bounce message with a good CNAME but with NXDOMAIN for the aliased MX | -| Fix | EOP-143 | On Adaptive Delivery suspension, parameters can now be read from cached values | | Security Fix | EOP-174 | Updated minor version of NodeJS (now 20.13.1) | | Feature | | New **msys-c-ares** package with third-party c-ares DNS resolver library (version 1.29.0) | -| Feature | | Support for MTA-STS (MTA Strict Transport Security) | -| Feature | | Support for DANE (DNS-based Authentication of Named Entities) | +| Feature | | Support for [MTA-STS](/momentum/4/mta-sts) (MTA Strict Transport Security) | +| Feature | | Support for [DANE](/momentum/4/modules/dane) (DNS-based Authentication of Named Entities) | | Feature | | Support for Signaling One-Click in Engagement API | +| Feature | | On Adaptive Delivery suspension, parameters can now be read from cached values | From 8c50f0e1fca32c8944a9639d38ff66ad8de5d862 Mon Sep 17 00:00:00 2001 From: Doug Koerich Date: Tue, 9 Jul 2024 09:52:22 -0300 Subject: [PATCH 4/4] EOP-208: Added hyperlink to adaptive options Signed-off-by: Doug Koerich --- content/momentum/changelog/4/4-8.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/momentum/changelog/4/4-8.md b/content/momentum/changelog/4/4-8.md index 40e9f19b..a5255bb6 100644 --- a/content/momentum/changelog/4/4-8.md +++ b/content/momentum/changelog/4/4-8.md @@ -16,4 +16,4 @@ This section will list all of the major changes that happened with the release o | Feature | | Support for [MTA-STS](/momentum/4/mta-sts) (MTA Strict Transport Security) | | Feature | | Support for [DANE](/momentum/4/modules/dane) (DNS-based Authentication of Named Entities) | | Feature | | Support for Signaling One-Click in Engagement API | -| Feature | | On Adaptive Delivery suspension, parameters can now be read from cached values | +| Feature | | On Adaptive Delivery suspension, parameters can now be read from cached values (new [option](/momentum/4/modules/4-adaptive#options-valid-in-the) ` read_cache_after_suspension`) |