v0.5.3
更新内容
- 支持使用环境变量指定的代理下载数据库,thanks to @jingjingxyk #126
- 修复了 pipe
mtr
时无法获取内容和格式错乱的问题,thanks to @mzz2017 #132 , fix #12, #61, #85, #115, #123. - cache map 使用并发安全的版本,thanks to @lhcn #125
- 升级 Go 版本到 1.19,更新了依赖
- 不再支持 ip2region 旧数据库格式,目前仅支持 ip2region xdb 格式
What's Changed
- fix concurrent map write by @lhcn in #125
- 新增使用代理下载IP数据库 by @jingjingxyk in #126
- fix: a problem that cannot read mtr output from pipe by @mzz2017 in #132
New Contributors
- @lhcn made their first contribution in #125
- @jingjingxyk made their first contribution in #126
- @mzz2017 made their first contribution in #132
Full Changelog: v0.5.0...v0.5.3