Skip to content

Commit 07e756b

Browse files
committed
Changelog for 10.1.1
1 parent 9c08ad8 commit 07e756b

1 file changed

Lines changed: 86 additions & 0 deletions

File tree

CHANGELOG-10.1.1

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
Changes with Apache Traffic Server 10.1.1
2+
#12278 - Update url_m_loc variable to the newly generated one in set-destination
3+
#12320 - Cripts: Adds some certificate introspection
4+
#12360 - [10.1.x] Run autests with curl UDS default
5+
#12363 - HRW: Adds %{INBOUND:SERVER-CERT} and %{INBOUND:CLIENT-CERT} conds
6+
#12391 - Add range request support to cache fill + global plugin support
7+
#12399 - HRW: Fix parser when conditions are values
8+
#12402 - AuTest: reduce port usage in the Remap ACL test
9+
#12425 - AuTest: cache after following redirect
10+
#12426 - Remove constexpr from UnAddr constructors
11+
#12435 - XDebug Probe missing comma prevents valid json
12+
#12446 - Retry connect if server closes before receiving response
13+
#12449 - Fix a crash due to unsatisfied precondition
14+
#12450 - stats_over_http: respect Prometheus character constraints
15+
#12452 - Print note when listen is delayed
16+
#12454 - These two plugins depends on libswoc
17+
#12455 - Fix document syntax errors #12385
18+
#12457 - [cache_promote] Add --disable-on-redirect option
19+
#12462 - Cripts: Fix standalone query URI component
20+
#12465 - Fallback to malloc for larger regex buffers
21+
#12469 - [10.1.x] Update cache metrics after initialized (#12430)
22+
#12472 - Fix validation regex for proxy.config.http2.default_buffer_water_mark
23+
#12474 - Skip SO_REUSEPORT for AF_UNIX sockets (#12470)
24+
#12477 - Cripts: Obscure issue where rri->requestUrl may be nullptr
25+
#12481 - test: make test_layout independent of TS_ROOT
26+
#12485 - Make sure we don't create a tunnel when no request body is present.
27+
#12492 - Docs: Correct the mismatch between the documentation and actual behavior
28+
#12502 - Fix background fill on TLS connections
29+
#12504 - background_fetch: add Unix domain support.
30+
#12506 - Add thread_groups to server status result
31+
#12509 - header_rewrite: explicit check for TS_SUCCESS to avoid erroring out on success
32+
#12511 - Add a freebsd ifdef check for tcpinfo retrans
33+
#12513 - Fix a merge issue with PR #12485
34+
#12514 - test: make test_layout independent of TS_ROOT part 2
35+
#12519 - 10.1.x: Fix pqus marshaling (#12490)
36+
#12520 - header_rewrite: Fix uninitialized bufp/hdr_loc
37+
#12527 - Convert const and #define to constexpr
38+
#12529 - Fix connection leak on client abort
39+
#12531 - Fixes sni.yaml-configured initial window sizing
40+
#12537 - Fix traffic_ctl server AuTest
41+
#12547 - HRW: Support \r, \n and \t as ctrl chars in values (#12528)
42+
#12560 - [header_rewrite] Fix set-body
43+
#12561 - Fix of use-after-free tunnel_handler_100_continue_ua
44+
#12582 - asan: regression test assume null terminated strings
45+
#12589 - [10.1.x] HRW: Better txn slot management (#12566)
46+
#12596 - Another attempt to keep plugin DSOs in place
47+
#12598 - Fix ArgParser command disambiguation to prevent args being treated as commands
48+
#12600 - Fix crash when ESI plugin exceeds max_doc_size limit
49+
#12604 - Fix setting HostDBRecord::record_type
50+
#12610 - Find dot cmd for docs build
51+
#12615 - fedora:43 autest updates
52+
#12640 - remap_reload.test.py: fix override warnings
53+
#12642 - vscode: associate .test.ext files with Python
54+
#12649 - autest: --thread-limit 1 by default for Proxy Verifier
55+
#12656 - 10.1.x: Fix DNS error logging to use ERR_DNS_FAIL (#12638)
56+
#12664 - Store proxy-verifier in .git directory and fix AUTEST_OPTIONS escaping
57+
#12666 - Add documentation for graceful shutdown
58+
#12680 - cleanup ProxyProtocol and prevent memory leak
59+
#12686 - Fix proxy-verifier storage for git worktrees
60+
#12699 - Fix proxy-verifier path for non-worktree repositories
61+
#12705 - various worktree fixes
62+
#12707 - Fix for fetchsm chunked response handling with dechunking turned off
63+
#12710 - Break recursive call of CacheVC::openReadStartEarliest
64+
#12716 - 10.1: Fix regex_remap doc for overridable config syntax (#12663)
65+
#12720 - [10.1.x] Require and call destructors on ClassAllocated objects
66+
#12721 - Fix hanging SDK_API_HttpParentProxySet regression tests
67+
#12722 - stats_over_http: fix incorrect use of C string functions
68+
#12724 - Fix ProxyProtocol double destructor call in HttpTransact::State
69+
#12725 - Cripts: tighten context cleanup
70+
#12730 - regex_remap: Document host option // prefix behavior
71+
#12732 - Fix autest.sh.in to preserve autest exit code
72+
#12737 - regression tests: reduce ram_cache test scope for CI stability
73+
#12748 - Fix http2 content-length header check (#12747)
74+
#12750 - ASAN: Fix leak with the Stripe raw-dirs allocation
75+
#12751 - Rename `Stripte` identifier prefix to `Stripe`
76+
#12757 - block_errors: Fix plugin message handling
77+
#12761 - Use ProxyProtocol SRC IP as Client IP
78+
#12764 - Fix HTTP caching compliance by adding Vary headers for compressible c…
79+
#12767 - Use malloc allocated buffers for h2 headers if enabled
80+
#12771 - Decouple recursive var in CacheVC
81+
#12784 - Fix convert2yaml.py to handle files without trailing newline
82+
#12787 - Update header_rewrite to use Regex (#12573)
83+
#12818 - Keep a copy of the effective client ip for logging
84+
#12819 - header_rewrite fix storage lifetime for LAST-CAPTURE (#12809)
85+
#12830 - Fix PR#12748 cherry-pick for 10.1.x
86+
#12831 - Fix Cache Result Code of negative revalidation cases (#12824)

0 commit comments

Comments
 (0)