v0.9.7
Fix
[#1321] fix(protocol): header safe for concurrent reading
[#1317] fix(protocol): Peek() returns non-nil if key exists
[#1315] fix(assert): NotNil checks (*T)(nil)
[#1294] fix: compare body.Cap()
with maxKeepBodySize
instead of body.Len()
[#1295] fix(client): add cleanup for https HostClient map
[#1301] fix(engine): IsRunning returns true when it's ready
[#1299] fix(network/standard): Shutdown checks active conns
Tests
[#1303] test(pkg/protocol): fix unstable AcquireResponse coverage
[#1300] test: use 127.0.0.1:0
[#1296] test(route): faster & better coverage for engine shutdown
Chore
[#1324] chore: fix broken link in readme
[#1320] chore: fix typos
[#1312] ci: deprecate tj-actions
[#1305] ci: ut x64/arm64 with go1.19/go1.20/oldstable/stable
[#1302] chore: updated ROADMAP.md
[#1286] chore(server): fix comment for server SIGTERM handling
[#1284] ci: 3*actions/stale per day & use codecov action