Skip to content

OhMyDB v1.1.0

Latest

Choose a tag to compare

@omardoesdata omardoesdata released this 25 Aug 12:05
· 4 commits to main since this release
0435947

OhMyDB v1.1.0

OhMyDB v1.1.0 is the first release under the OhMyDB brand, formerly SQL Safety Proxy.

Highlights

  • Introduces the new ohmydb command-line interface.
  • Preserves the legacy sql-safety-proxy CLI for compatibility.
  • Rebrands user-facing runtime messages and documentation as OhMyDB.
  • Uses ohmydb as the Docker entrypoint.
  • Renames the GitHub repository to ohmydb-proxy.
  • Keeps the existing sql_safety_proxy Python 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.
  • compileall passed.
  • pip check passed.
  • Real PostgreSQL integration matrix passed.
  • Fresh wheel installation passed.
  • Both ohmydb and legacy sql-safety-proxy CLI 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.