fix(ipintelligence): apply configured timeout to MMDB downloads and expose IP intelligence timeout option

This commit is contained in:
2026-05-21 01:42:48 +00:00
parent 23df951023
commit 8a4f756fef
4 changed files with 56 additions and 9 deletions
+10 -1
View File
@@ -1,5 +1,14 @@
# Changelog
## Pending
### Fixes
- apply configured timeout to MMDB downloads and expose IP intelligence timeout option (ipintelligence)
- wrap MMDB fetch requests with AbortController-based timeout handling
- pass SmartNetwork ipIntelligenceTimeout through to IpIntelligence initialization
- add test coverage to verify timed-out MMDB downloads are aborted
## 2026-04-30 - 4.7.1 - fix(build)
enforce stricter TypeScript checks and update build dependencies
@@ -303,4 +312,4 @@ New feature added.
## 2017-12-12 - 1.0.1 - initial
Initial commit.
- Initial project setup.
- Initial project setup.