OhMyDB v1.1.0
OhMyDB v1.1.0 is the first release under the OhMyDB brand, formerly SQL Safety Proxy.
Highlights
- Introduces the new
ohmydbcommand-line interface. - Preserves the legacy
sql-safety-proxyCLI for compatibility. - Rebrands user-facing runtime messages and documentation as OhMyDB.
- Uses
ohmydbas the Docker entrypoint. - Renames the GitHub repository to
ohmydb-proxy. - Keeps the existing
sql_safety_proxyPython import package for backward compatibility. - Maintains fail-closed database safety behavior.
Validation
- 341 automated tests passed.
- Python 3.11, 3.12, and 3.13 CI passed.
compileallpassed.pip checkpassed.- Real PostgreSQL integration matrix passed.
- Fresh wheel installation passed.
- Both
ohmydband legacysql-safety-proxyCLI commands were verified from the built wheel. - Docker image build and non-root runtime validation passed.
- Wheel and source distribution passed
twine check.
Compatibility
Existing users may continue to invoke:
sql-safety-proxy
The preferred command for new installations is:
ohmydb
The Python package remains:
sql_safety_proxy
This release intentionally preserves those compatibility surfaces while moving the public product identity to OhMyDB.