Releases: DataFog/datafog-python
Nightly Alpha 4.4.0a3
No changes since last release.
Beta Release 4.4.0b3
No changes since last release.
Nightly Alpha 4.4.0a2
No changes since last release.
Beta Release 4.4.0b2
No changes since last release.
Nightly Alpha 4.4.0a1
Alpha Release Notes
Alpha Build: 2026-04-27
🚀 New Features
- test: add no-network and install profile gates (#137)
🐛 Bug Fixes
- fix: remove runtime dependency installation (#136)
🔧 Other Changes
- chore: clarify dependency requirement scopes (#135)
- chore(deps): bump pytest from 7.4.0 to 9.0.3
- chore(deps-dev): bump black from 24.3.0 to 26.3.1
- chore(deps): bump requests from 2.32.3 to 2.33.0
- chore(deps): bump cryptography from 46.0.5 to 46.0.7
- chore(deps): bump pillow from 12.1.1 to 12.2.0
- chore(deps): bump aiohttp from 3.11.18 to 3.13.4
- chore: sync dev to v4.4.0 release (#134)
- Make telemetry opt-in for v4.4 (#132)
📥 Installation
# Core package (lightweight)
pip install datafog
# With all features
pip install datafog[all]📊 Metrics
- Package size: ~2MB (core)
- Install time: ~10 seconds
- Tests passing: ✅
- Commits this week: 11
DataFog v4.4.0
What's New
Released: 2026-04-26
Python 3.13 Support Scope
Python 3.13 support is certified for the core SDK and CLI: pip install datafog and pip install datafog[cli].
Optional extras including nlp, nlp-advanced, ocr, distributed, and all are available but not yet certified on Python 3.13. They will be validated separately based on user demand.
v5 Migration Bridge
This release adds the v5-preview top-level APIs datafog.scan, datafog.redact, and datafog.protect while keeping the legacy datafog.detect and datafog.process APIs working with targeted migration warnings.
Privacy Defaults
Telemetry is now opt-in. DataFog does not send telemetry unless DATAFOG_TELEMETRY=1 is explicitly set. DATAFOG_NO_TELEMETRY=1 and DO_NOT_TRACK=1 continue to force telemetry off.
🔧 Other Changes
- Prepare v4.4.0 stable release (#133)
📥 Installation
# Core package (lightweight)
pip install datafog
# With all features
pip install datafog[all]📊 Metrics
- Package size: ~2MB (core)
- Install time: ~10 seconds
- Tests passing: ✅
- Commits this week: 1
Beta Release 4.4.0b1
Beta Release Notes
Beta Release: 2026-04-26
🚀 New Features
- Add v4.4 bridge release runway (#130)
🔧 Other Changes
- ci: allow prerelease base override (#131)
📥 Installation
# Core package (lightweight)
pip install datafog
# With all features
pip install datafog[all]📊 Metrics
- Package size: ~2MB (core)
- Install time: ~10 seconds
- Tests passing: ✅
- Commits this week: 2
Beta Release 4.3.0b11
No changes since last release.
Nightly Alpha 4.3.0a10
No changes since last release.
Beta Release 4.3.0b10
No changes since last release.