• v1.0.36
    All checks were successful
    CI / Build (push) Successful in -25m39s
    Integration Tests / Integration Tests (push) Successful in -25m15s
    CI / Test (1.24) (push) Successful in -24m39s
    CI / Test (1.25) (push) Successful in -24m24s
    CI / Lint (push) Successful in -25m9s
    Release / Build and Release (push) Successful in -25m21s
    Stable

    warkanum released this 2026-02-08 17:49:52 +00:00 | 6 commits to master since this release

    Release v1.0.36

    Changes

    • feat(type_mapper): add support for serial types and auto-increment tags (5e6f03e)

    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
  • v1.0.35
    All checks were successful
    CI / Test (1.25) (push) Successful in -24m18s
    CI / Test (1.24) (push) Successful in -24m6s
    CI / Build (push) Successful in -25m14s
    CI / Lint (push) Successful in -24m47s
    Release / Build and Release (push) Successful in -25m37s
    Integration Tests / Integration Tests (push) Successful in -25m9s
    Stable

    warkanum released this 2026-02-08 15:31:50 +00:00 | 7 commits to master since this release

    Release v1.0.35

    Changes

    • feat(pgsql): enhance data type mapping to support serial types (1dcbc79)

    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
  • v1.0.34
    All checks were successful
    CI / Test (1.24) (push) Successful in -25m9s
    CI / Test (1.25) (push) Successful in -25m0s
    CI / Build (push) Successful in -25m57s
    CI / Lint (push) Successful in -25m29s
    Release / Build and Release (push) Successful in -25m38s
    Integration Tests / Integration Tests (push) Successful in -25m19s
    Stable

    warkanum released this 2026-02-08 13:20:35 +00:00 | 8 commits to master since this release

    Release v1.0.34

    Changes

    • test(writer): enhance has-many relationship tests with join tag verification (59c4a5e)
    • feat(version): retrieve version and build date from VCS if unset (091e191)

    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
  • v1.0.33
    All checks were successful
    CI / Test (1.24) (push) Successful in -25m14s
    CI / Test (1.25) (push) Successful in -25m10s
    CI / Build (push) Successful in -26m0s
    CI / Lint (push) Successful in -25m38s
    Release / Build and Release (push) Successful in -25m46s
    Integration Tests / Integration Tests (push) Successful in -25m13s
    Stable

    warkanum released this 2026-02-08 12:59:09 +00:00 | 10 commits to master since this release

    Release v1.0.33

    Changes

    • feat(version): add version command to display version and build date (0e6e947)

    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
  • v1.0.32
    All checks were successful
    CI / Test (1.24) (push) Successful in -25m15s
    CI / Test (1.25) (push) Successful in -25m8s
    CI / Build (push) Successful in -26m4s
    CI / Lint (push) Successful in -25m37s
    Integration Tests / Integration Tests (push) Successful in -25m33s
    Release / Build and Release (push) Successful in -23m40s
    Stable

    warkanum released this 2026-02-08 12:50:44 +00:00 | 11 commits to master since this release

    Release v1.0.32

    Changes

    • refactor(writers): simplify model name generation by removing singularization (a033349)
    • feat(mssql): add MSSQL writer for generating DDL from database schema - Implement MSSQL writer to generate SQL scripts for creating schemas, tables, and constraints. - Support for identity columns, indexes, and extended properties. - Add tests for column definitions, table creation, primary keys, foreign keys, and comments. - Include testing guide and sample schema for integration tests. (466d657)
    • chore: ⬆️ Vendor for new deps (47bf748)
    • docs: update AI usage declaration for clarity and compliance (88589e0)

    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
  • v1.0.31
    Some checks failed
    CI / Test (1.24) (push) Successful in -25m25s
    CI / Lint (push) Successful in -25m57s
    CI / Test (1.25) (push) Successful in -24m2s
    CI / Build (push) Successful in -26m27s
    Integration Tests / Integration Tests (push) Failing after -26m21s
    Release / Build and Release (push) Successful in -23m47s
    Stable

    warkanum released this 2026-02-07 07:59:55 +00:00 | 15 commits to master since this release

    Release v1.0.31

    Changes

    • docs: update CLAUDE.md with additional utilities and supported formats (4cdccde)
    • feat(ui): add relationship management features in schema editor (aba22cb)
    • feat: Added Sqlite reader (d0630b4)
    • feat(sqlite): add SQLite writer for converting PostgreSQL schemas (c9eed9b)

    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
  • v1.0.30
    All checks were successful
    CI / Test (1.24) (push) Successful in -25m5s
    CI / Test (1.25) (push) Successful in -24m57s
    CI / Build (push) Successful in -26m5s
    CI / Lint (push) Successful in -25m51s
    Integration Tests / Integration Tests (push) Successful in -25m42s
    Release / Build and Release (push) Successful in -24m39s
    Stable

    gitea-actions released this 2026-02-05 12:36:56 +00:00 | 19 commits to master since this release

    Release v1.0.30

    Changes

    • feat(relations): 🎉 add flatten schema option for output (5fb09b7)
    • test(pgsql, reflectutil): add comprehensive test coverage (5d9770b)

    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
  • v1.0.29
    All checks were successful
    CI / Test (1.24) (push) Successful in -26m24s
    CI / Test (1.25) (push) Successful in -26m10s
    CI / Lint (push) Successful in -26m33s
    CI / Build (push) Successful in -26m40s
    Release / Build and Release (push) Successful in -26m23s
    Integration Tests / Integration Tests (push) Successful in -25m53s
    Stable

    warkanum released this 2026-01-31 19:31:01 +00:00 | 21 commits to master since this release

    Release v1.0.29

    Changes

    • feat(merge): 🎉 Add support for constraints and indexes in merge results (f2d500f)

    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
  • v1.0.28
    Some checks failed
    CI / Test (1.24) (push) Failing after -26m37s
    CI / Test (1.25) (push) Successful in -26m8s
    CI / Lint (push) Successful in -26m32s
    CI / Build (push) Successful in -26m42s
    Release / Build and Release (push) Successful in -26m26s
    Integration Tests / Integration Tests (push) Successful in -26m3s
    Stable

    warkanum released this 2026-01-31 19:27:36 +00:00 | 22 commits to master since this release

    Release v1.0.28

    Changes

    • feat(merge): 🎉 Add support for merging constraints and indexes (2ec9991)

    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
  • v1.0.27
    All checks were successful
    CI / Test (1.24) (push) Successful in -26m21s
    CI / Test (1.25) (push) Successful in -26m15s
    CI / Build (push) Successful in -26m39s
    CI / Lint (push) Successful in -26m29s
    Release / Build and Release (push) Successful in -26m28s
    Integration Tests / Integration Tests (push) Successful in -26m11s
    Stable

    warkanum released this 2026-01-31 19:19:55 +00:00 | 23 commits to master since this release

    Release 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