Releases: Tencent/TSW
Releases · Tencent/TSW
v3.0.0
16 Apr 08:05
Compare
Sorry, something went wrong.
No results found
3.0.0 (2026-04-16)
feat!: v3 - require Node.js >= 24, migrate to ESM, modernize toolchain (#579 ) (5a81835 )
BREAKING CHANGES
drop Node.js < 24 support, package is now ESM-only
engines.node >= 24, .nvmrc and CI workflows aligned to Node 24
CJS -> ESM: tsconfig module nodenext, package.json type module,
all imports use node: prefix and .js extensions
Monkey-patching uses createRequire for mutable CJS module objects
(ESM namespaces are frozen in Node 24)
Remove moment, replace with native formatTimestamp()
Upgrade chalk v3 -> v5, ip v1 -> v2 (CVE fix), yargs v15 -> v17
ESLint v8 -> v9 flat config (eslint.config.mjs), typescript-eslint v8
Replace Jest with Vitest (native ESM, 4x faster)
Update README with v3 migration guide, ESM examples, vitest badge
Use AsyncLocalStorage instead of Domain
v2.7.2
15 Apr 07:53
Compare
Sorry, something went wrong.
No results found
2.7.2 (2026-04-15)
Bug Fixes
v2.7.1
27 Mar 03:36
Compare
Sorry, something went wrong.
No results found
2.7.1 (2026-03-27)
Bug Fixes
v2.7.0
26 Mar 09:25
Compare
Sorry, something went wrong.
No results found
2.7.0 (2026-03-26)
Features
v2.6.10
16 Mar 03:42
Compare
Sorry, something went wrong.
No results found
v2.6.9
14 Apr 06:43
Compare
Sorry, something went wrong.
No results found
2.6.9 (2025-04-14)
Bug Fixes
v2.6.8
27 Oct 03:09
Compare
Sorry, something went wrong.
No results found
2.6.8 (2023-10-27)
Bug Fixes
v2.6.7
14 Sep 02:51
Compare
Sorry, something went wrong.
No results found
2.6.7 (2023-09-14)
Bug Fixes
context: req记录context,防止close和finish事件清理后无法上报 (#557 ) (218dfc9 )
v2.6.6
23 Aug 06:43
Compare
Sorry, something went wrong.
No results found
2.6.6 (2023-08-23)
Bug Fixes
domain: 清理domain的时候,移除挂载在domain的context (#554 ) (7d2e08e )
v2.6.5
11 Apr 15:59
Compare
Sorry, something went wrong.
No results found
2.6.5 (2023-04-11)
Bug Fixes
You can’t perform that action at this time.