-
v1.0.27
StableAll checks were successfulCI / Test (1.24) (push) Successful in -26m21sCI / Test (1.25) (push) Successful in -26m15sCI / Build (push) Successful in -26m39sCI / Lint (push) Successful in -26m29sRelease / Build and Release (push) Successful in -26m28sIntegration Tests / Integration Tests (push) Successful in -26m11sreleased this
2026-01-31 19:19:55 +00:00 | 23 commits to master since this releaseRelease v1.0.27
Changes
- feat(writer): 🎉 Enhance SQL execution logging and add statement type detection * Log statement type during execution for better debugging * Introduce detectStatementType function to categorize SQL statements * Update unique constraint naming convention in tests (
a3e45c2)
Installation
Download the appropriate binary for your platform:
- Linux (AMD64):
relspec-linux-amd64 - Linux (ARM64):
relspec-linux-arm64 - macOS (Intel):
relspec-darwin-amd64 - macOS (Apple Silicon):
relspec-darwin-arm64 - Windows (AMD64):
relspec-windows-amd64.exe
Make the binary executable (Linux/macOS):
chmod +x relspec-*Verify the download with the provided checksums.
Downloads
- feat(writer): 🎉 Enhance SQL execution logging and add statement type detection * Log statement type during execution for better debugging * Introduce detectStatementType function to categorize SQL statements * Update unique constraint naming convention in tests (