New Feature
- IPv4 and IPv6 data updates with geofeeds and community reports merge.
- Golang xdb searcher optimization.
- Geo province name fix and new name standard for municipalities of China.
- Native windows build supports for cpp.
What's Changed
- Fix golang searcher by @lionsoul2014 in #499
- fix:避免在 32 位平台上出现 maxFilePtr 溢出 by @fnoopv in #500
- fix:
IPv4.IPCompare会修改输入切片(就地反转字节序) by @fnoopv in #501 - fix:
SearcherPool关闭后BorrowSearcher()永久阻塞(死锁) by @fnoopv in #502 - fix: 修复
LoadHeaderFromBuff无长度检查,可能 panic的问题 by @fnoopv in #503 - IPSub to IPAdd (clearer semantics) by @lionsoul2014 in #507
- fix: 修复 bench 在空源文件时除零 panic by @fnoopv in #508
- fix errors reported by issues/479 by @lionsoul2014 in #511
- fix (go): VersionFromHeader 错误消息打印正确的字段值 by @fnoopv in #515
- fix (go): 修正 NewIp2Region v6 错误消息与注释中的拼写错误 by @fnoopv in #516
- check and close the pool gracefully on init error by @lionsoul2014 in #517
- merge the geofeed of global top provider on 20260808 by @lionsoul2014 in #518
- apply the new format standard on 20260809 by @lionsoul2014 in #519
- fix geo names on 20260809 by @lionsoul2014 in #520
- fix the province names by @lionsoul2014 in #521
- Data fix names on 20260814 by @lionsoul2014 in #522
- merge the fixes reported on 20260828 by @lionsoul2014 in #525
- fix(cpp): support native Windows builds by @Alice39s in #526
- labels and comments to English by @lionsoul2014 in #527
New Contributors
Full Changelog: v3.17.0...v3.18.0