Skip to content

Safedump v1.1.0 - Community & Integration

Latest

Choose a tag to compare

@Muneer320 Muneer320 released this 09 Jul 13:23

[1.1.0] — 2026-07-09

Added

  • Framework integration guides — Flask, FastAPI, Django docs at docs/frameworks/ (by @TunahanB)
  • safedump view --json flag — output raw JSON for piping to jq (by @SemTiOne)
  • Capture-layer edge case tests — MemoryError, KeyboardInterrupt, SystemExit, Unicode, None values (by @Diyaaa-12)
  • Serializer edge-case tests — circular references, broken __repr__, __slots__ objects (by @uttam12331)

Fixed

  • Friendly error when Rich is missingsafedump view now shows pip install safedump[view] hint instead of traceback (by @SemTiOne)
  • Dynamic version--version reads from importlib.metadata instead of hardcoded string (by @Diyaaa-12)
  • Windows _run_crash path — uses tempfile instead of -c to avoid backslash escaping issues (by @Diyaaa-12)

Docs

  • Framework integration guides (Flask, FastAPI, Django)