v1.5.5
XTLS/Xray-corev1.5.5Apr 24, 2022by yuhan6665
AI Summary
Adds new backend monitoring interfaces (pprof, expvar) and fixes issues with fakedns and XUDP address passing.
Key Highlights
- New monitoring interfaces: pprof and expvar for backend visualization.
- Fixes fakedns XUDP address passing issues.
- Restores inbound tag logging removed in v1.5.0.
New Features
- pprof and expvar monitoring interfaces.
- Fixes fakedns/XUDP address issues.
- Debug qlog support.
- QUIC session renaming.
- Go 1.18.1 update.
Full Release Notes
## Features 增加新的 Go 数据接口 [pprof](https://github.com/google/pprof), [expvar](https://pkg.go.dev/expvar) 方便后端监测与数据可视化  一直以来 Xray 只提供自己的 protobuf api 接口 它需要额外的数据转换工具 而新的 http 接口可用浏览器直接访问 详见 https://github.com/XTLS/Xray-core/pull/1000 @yichya ## Fixes - 修复了开启 fakedns 之后 xudp 地址问题 (请同时升级客户端以及服务端)https://github.com/XTLS/Xray-core/pull/1011 @hmol233 - 修复了 1.5.0 版本删掉的入站标签日志 https://github.com/XTLS/Xray-core/commit/4fb4dacae71f102a78a209d569b59d5b36766320 ## Chores - 增加 debug [qlog](https://github.com/lucas-clemente/quic-go/blob/master/example/client/main.go#L60) 以及 quic session 重命名 - 更新了所有依赖 - 自动更新 Golang (1.18.1) - 更新 readme @Lemonawa @tzmax