Skip to content

fritzFluxDB v1.3

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Jun 19:55

fritzFluxDB 1.3

Docker Image: docker pull giiibates/fritzfluxdb:1.3

Available Tags

  • giiibates/fritzfluxdb:1.3 (multi-arch: linux/amd64, linux/arm64)
  • giiibates/fritzfluxdb:1.3-amd64
  • giiibates/fritzfluxdb:1.3-arm64
  • giiibates/fritzfluxdb:latest

Security Scan Results

Architecture Status Findings
amd64 ✅ No HIGH/CRITICAL vulnerabilities found trivy-findings-amd64
arm64 ✅ No HIGH/CRITICAL vulnerabilities found trivy-findings-arm64
run workflow details Actions Run

Scanned with Trivy for HIGH and CRITICAL severity vulnerabilities (unfixed CVEs ignored).

Changelog

  • Fix Database connection errors now name the underlying cause (e.g. ConnectError, ReadTimeout) instead of logging an empty message — several httpx transport errors have a blank text, which previously produced uninformative lines like unreachable: .
  • Fix The QuestDB schema is now ensured only once per process instead of on every reconnect. During a flaky connection this avoids replaying dozens of ALTER TABLE statements on each connection flap; columns are auto-created by QuestDB's line-protocol writes anyway.
Previous versions...