This is an automated email from the ASF dual-hosted git repository.
zwoop pushed a commit to branch 8.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/8.1.x by this push:
new 8dfe11c Updated ChangeLog
8dfe11c is described below
commit 8dfe11cc697c438d7d74c0a8e0c81fb49823eace
Author: Leif Hedstrom <[email protected]>
AuthorDate: Thu Mar 26 14:55:31 2020 -0600
Updated ChangeLog
---
CHANGELOG-8.1.0 | 21 ++++++++++++++++++++-
1 file changed, 20 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG-8.1.0 b/CHANGELOG-8.1.0
index 056af85..22350e3 100644
--- a/CHANGELOG-8.1.0
+++ b/CHANGELOG-8.1.0
@@ -1,7 +1,14 @@
Changes with Apache Traffic Server 8.1.0
+ #3899 - Add a --reason tag option to the host subcommand
#4028 - proxy.config.http.connect_attempts_timeout tracks TTBF instead of
connect
#4203 - Allow enabling MPTCP on a listening socket through the records.config
+ #4217 - Fix a regression in the traffic_ctl host status subcommand
+ #4253 - Add the capability to mark origins down with traffic_ctl.
+ #4300 - Expand the post chunked tests.
+ #4422 - TCL: Rmove TCL dependency from HostStatus
#4437 - Adds the log tag cqint for internal requests
+ #4441 - Corrects the wording of the usage messages for traffic_ctl host
subcommand
+ #4664 - Use hash string when it is provided for hashing
#4762 - Fix OCSP stapling with dual cert
#4869 - Cleanup: remove lib/cppapi from clang-format, it's been moved.
#4874 - Avoid ats_malloc in unmarshal
@@ -9,18 +16,25 @@ Changes with Apache Traffic Server 8.1.0
#5058 - Fixed use after free when running regression under ASAN
#5122 - fix crash in CacheVC::openReadFromWriter
#5131 - Do not run clang-format for @default_stack_size@
+ #5143 - Fix a self detection issue where parents are not marked down during
ATS startup.
#5149 - Add nullptr check on ConfigProcessor::release()
#5163 - Fix memleak in ProcessManager::stop()
#5209 - Allows logging of negative values
#5227 - Normalize on negative value for milestone metrics
#5234 - Correct interpretation of proxy.config.ssl.client.verify.server
- #5235 - Fix lost pending_actions causing actions on stale objects.
#5236 - Update documentation for SSL VERIFY hooks.
#5242 - Adds a missing header field for the tcpinfo log
+ #5252 - Make host status persistent across restarts
#5329 - Fixes clang-analyzer error dereferencing nullptr in parent
#5348 - Don't assign if this and other are the same object
#5354 - Password can not be nullptr here, so don't check
+ #5417 - Change HostStatus to use only one stat per host.
+ #5585 - Do not change stream state from HALF_CLOSED_REMOTE with CONTINUATION
frame
#5811 - Fix no_activity timeout for server session reuse.
+ #5865 - cachekey: added --canonical-prefix parameter
+ #5872 - cachekey: added --key-type to allow parent selection URL to be
modified
+ #5921 - Cleanup AuTest for HTTP/2
+ #5945 - cachekey: allow multiple values for `--key-type`
#6154 - tslua: Exposes set/get method for server request objects
#6182 - tslua: Exposes set/get version for server request objects
#6191 - Limit this check to Linux, where ldd always works
@@ -29,5 +43,10 @@ Changes with Apache Traffic Server 8.1.0
#6328 - Document the order of the X-Cache header
#6343 - Fixes an assertion failure when
proxy.config.http.no_dns_just_forward_to_parent is enabled
#6392 - Free TSMgmtString after using it.
+ #6442 - Disable the chunked_encoding test
+ #6518 - Fixes a bug where HostStatus::getHostStatus() creates too many stats.
#6534 - Ignore MgmtMessageHdr if ProcessManager is not running
#6535 - Add MIMEHdr Garbage Collection to HPACK Dynamic Table
+ #6541 - Add cachekey latest features to 8.1.x
+ #6553 - Options to roll empty logs and log trimming (8.1.x)
+ #6557 - free(map); -> delete map;