Skip to content

v1.1.2

Latest

Choose a tag to compare

@bekkaze bekkaze released this 25 Mar 17:07

New Features

  • Bulk & CIDR Import — Create up to 50 assets via API or import a /24 IP range from the UI
  • DMARC Report Parsing — Upload aggregate reports to view pass/fail rates per sender
  • Auto Token Refresh — Sessions no longer expire after 30 minutes of inactivity

Improvements

  • Persistent database via Docker named volume — data survives restarts
  • ReDoc pinned to stable v2.1.5, API Docs link bypasses proxy
  • python-multipart upgraded to 0.0.22

Bug Fixes

  • DNSBL false positives from Spamhaus/CBL — only 127.0.0.x counts as listed (#9)
  • Session expiry, data loss on restart, broken API Docs link (#11, #12, #13)
  • ReDoc and Swagger UI loading failures (#7)

New Contributors