This is an automated email from the ASF dual-hosted git repository.
zwoop pushed a commit to branch 9.1.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/9.1.x by this push:
new e8eabf3 Updated ChangeLog
e8eabf3 is described below
commit e8eabf3960dd4a4319f71be3c2f53ecbc9546e49
Author: Leif Hedstrom <[email protected]>
AuthorDate: Wed May 5 10:41:51 2021 -0600
Updated ChangeLog
---
CHANGELOG-9.1.0 | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/CHANGELOG-9.1.0 b/CHANGELOG-9.1.0
index cdaff3b..670003f 100644
--- a/CHANGELOG-9.1.0
+++ b/CHANGELOG-9.1.0
@@ -270,6 +270,7 @@ Changes with Apache Traffic Server 9.1.0
#7464 - Upgrade Catch.hpp to v2.13.4
#7465 - Select lua context per thread
#7466 - Change atoi to atol, causing obvious issues on what needs to be
int64's
+ #7470 - Experimental Cache fill plugin
#7473 - Adjust so transfer-encoding header can be treated hop-by-hop
#7488 - Avoid -Warray-bounds on PROXY Protocol Builder
#7491 - Add new log field for negotiated ALPN Protocol ID with the client
@@ -290,11 +291,14 @@ Changes with Apache Traffic Server 9.1.0
#7545 - For TSHttpHdrEffectiveUrlBufGet(), include scheme for request to
server URL.
#7550 - Fix ja3_fingerprint configure syntax
#7567 - Remove ProxyTransaction::set_proxy_ssn
+ #7568 - Add new TS API function TSUrlRawPortGet.
#7569 - Cleanup: Rename IOBufferReader of Http2ClientSession
#7571 - Tidy up session/transaction destruction process
#7572 - FQ pacing plugin memory leak fix
#7580 - Refine connection failure logging and messages and eliminate
spurious connection errors
+ #7588 - Build the test library for tls_engine consistently
#7589 - Add gold test for remap config .include directive.
+ #7591 - Use return values to fix ubuntu release build error
#7601 - Update -with-profile and add some profiling documentation
#7608 - Set pcre_malloc/free function pointers in core main() only.
#7619 - Use standard isdigit library function
@@ -306,4 +310,18 @@ Changes with Apache Traffic Server 9.1.0
#7630 - Add default implementation for allow_half_open
#7631 - Fix HttpSessionManager::acquireSession from previous rebase error
#7633 - Updating documentation for negative_revalidating_lifetime
+ #7667 - Add class to normalize handling of pending action
#7679 - Add close header normalize openclose test
+ #7680 - Add sqpv log field for server protocol
+ #7695 - header_rewrite: allow for use of maxminddb as source of geo truth
+ #7707 - Fix mem leak in session cache
+ #7709 - Increase the maximum slice block size from 32MB to 128MB
+ #7714 - Propagate TLS errors
+ #7724 - if transaction status non-success, bypass intercept plugin
+ #7727 - header_rewrite: Allow for relative path to geo database files
+ #7742 - Adding DNS TTL AuTests.
+ #7743 - Add a chunked disabled test.
+ #7746 - header_rewrite: Various fixes for MaxMind support
+ #7747 - Remove unused variable is_revalidation_necessary
+ #7753 - Make when_to_revalidate setting available on HTTPS
+ #7766 - Clean up HTTP version processing