File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed
Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.9.8
4+
5+ [ compare changes] ( https://github.com/h3js/srvx/compare/v0.9.7...v0.9.8 )
6+
7+ ### 🚀 Enhancements
8+
9+ - Export ` AdapterMeta ` ([ #151 ] ( https://github.com/h3js/srvx/pull/151 ) )
10+ - Experimental tracing channel support ([ #141 ] ( https://github.com/h3js/srvx/pull/141 ) )
11+
12+ ### 🩹 Fixes
13+
14+ - ** node:** Don't fire abort signal on normal request completion ([ #153 ] ( https://github.com/h3js/srvx/pull/153 ) )
15+
16+ ### 🏡 Chore
17+
18+ - Update deps ([ b79112e] ( https://github.com/h3js/srvx/commit/b79112e ) )
19+ - Fix types ([ 206a708] ( https://github.com/h3js/srvx/commit/206a708 ) )
20+ - Update bench ([ 4b58e3f] ( https://github.com/h3js/srvx/commit/4b58e3f ) )
21+ - Small refactors on #153 ([ #153 ] ( https://github.com/h3js/srvx/issues/153 ) )
22+ - Add experimental jsdocs for tracing ([ f4a7996] ( https://github.com/h3js/srvx/commit/f4a7996 ) )
23+
24+ ### ❤️ Contributors
25+
26+ - Pooya Parsa ([ @pi0 ] ( https://github.com/pi0 ) )
27+ - Abdelrahman Awad ([ @logaretm ] ( https://github.com/logaretm ) )
28+ - Alpheus ([ @alpheusmtx ] ( https://github.com/alpheusmtx ) )
29+ - David Citron ([ @dcitron ] ( https://github.com/dcitron ) )
30+
331## v0.9.7
432
533[ compare changes] ( https://github.com/h3js/srvx/compare/v0.9.6...v0.9.7 )
Original file line number Diff line number Diff line change 11{
22 "name" : " srvx" ,
3- "version" : " 0.9.7 " ,
3+ "version" : " 0.9.8 " ,
44 "description" : " Universal Server API based on web platform standards. Works seamlessly with Deno, Bun and Node.js." ,
55 "homepage" : " https://srvx.h3.dev" ,
66 "repository" : " h3js/srvx" ,
You can’t perform that action at this time.
0 commit comments