This is an automated email from the ASF dual-hosted git repository.
FreeAndNil pushed a change to branch Feature/314-background-sender
in repository https://gitbox.apache.org/repos/asf/logging-log4net.git
discard e0af0e1a bound a send in SmtpAppender to 15 seconds #314
discard 52bb7928 link Log4NetAssert into the test project #314
discard 9feffa67 rename the unreleased 3.4.1 to 3.5.0 #314
discard 28e48b05 add a background sender for appenders that do network I/O #314
discard f48a1d18 redact connection strings by keyword allowlist
discard e4a30c92 require PowerShell 7.4 in the release scripts
discard e18e22f9 remove graphify
discard 1b137ef7 fix a signature verification bypass in the release scripts
add bc834dc2 require short comments
add 19c01b68 fix a signature verification bypass in the release scripts
add 7124d318 remove graphify
add ea56927d require PowerShell 7.4 in the release scripts
add 937df6b9 redact connection strings by keyword allowlist
add 25c6f151 add a background sender for appenders that do network I/O #314
add 4fbab476 rename the unreleased 3.4.1 to 3.5.0 #314
add 913afc02 link Log4NetAssert into the test project #314
add 9e32975d bound a send in SmtpAppender to 15 seconds #314
add 869b7fbc bound a send in the MailKit SmtpAppender to 15 seconds #314
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (e0af0e1a)
\
N -- N -- N refs/heads/Feature/314-background-sender (869b7fbc)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
CLAUDE.md | 4 ++
...d-timeout.xml => 314-ext-mail-send-timeout.xml} | 9 ++--
.../Appender/FakeSmtpTransport.cs | 29 +++++++++++--
.../Appender/SmtpAppenderTest.cs | 50 ++++++++++++++++++++++
.../Appender/Internal/ISmtpTransport.cs | 19 ++++++--
.../Appender/Internal/MailKitSmtpTransport.cs | 22 +++++++---
src/log4net.Ext.Mail/Appender/SmtpAppender.cs | 36 ++++++++++++++--
src/log4net/Appender/SmtpAppender.cs | 18 ++------
.../configuration/appenders/smtpappender.adoc | 6 +++
9 files changed, 157 insertions(+), 36 deletions(-)
copy src/changelog/3.5.0/{314-smtpappender-send-timeout.xml =>
314-ext-mail-send-timeout.xml} (50%)