Skip to content

v1.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Jul 02:18

Downloads

CLI:

  • Linux amd64synthgraph-linux-amd64
  • Linux arm64synthgraph-linux-arm64
  • Windows amd64synthgraph-windows-amd64.exe

Web App:

  • Linux amd64synthgraph-web-linux-amd64
  • Linux arm64synthgraph-web-linux-arm64
  • Windows amd64synthgraph-web-windows-amd64.exe

macOS:

  • macOS amd64synthgraph-darwin-amd64
  • macOS arm64synthgraph-darwin-arm64
  • Web (macOS amd64)synthgraph-web-darwin-amd64
  • Web (macOS arm64)synthgraph-web-darwin-arm64

Docker:

  • ghcr.io/bella-247/SynthGraph:v...
  • Build the web stage: docker build --target web -t synthgraph-web .

Checksums: checksums.txt

Install from source

CGO_ENABLED=1 go install github.com/bella-247/SynthGraph/cmd/synthgraph@latest

What's Changed

  • feat: production-ready web application with professional UI and full pipeline by @bella-247 in #42
  • fix(generator): constraint-compliant data - sequential PKs, realistic strings, stronger UNIQUE/NOT NULL by @bella-247 in #43
  • refactor: extract semantic resolution, split bloated files, clean up dead code by @bella-247 in #44
  • fix: edge_cases.sql schema and parser type mapping by @bella-247 in #45
  • chore: add project development documentation and cross-platform autom… by @bella-247 in #46
  • fix(generator): replace silent NOT NULL placeholder and unique-retry exhaustion with proper GenError by @bella-247 in #47
  • feat(validator): add post-generation validator with NOT NULL, PK, UNIQUE, enum, length, and FK checks by @bella-247 in #48
  • docs(architecture): sync docs with actual codebase structure by @bella-247 in #49
  • Dev by @bella-247 in #50
  • fix: resolve favicon 404, Cytoscape style warnings, and consolidate docs by @bella-247 in #51
  • feat: design review fixes — a11y, empty states, branding, URL routing by @bella-247 in #52
  • Dev by @bella-247 in #53
  • docs: add PowerShell/CGO notes for cross-platform terminal users by @bella-247 in #54
  • Dev by @bella-247 in #55
  • fix: JS syntax error in in-app docs, add cross-platform CGO guidance by @bella-247 in #56
  • feat: implement job management, schema inspection, validation logic, … by @bella-247 in #57
  • fix: phase 1 cleanup — input limits, context, generator correctness, tests, parse errors, progress bar, docs by @bella-247 in #58
  • Release/v0.1.0 by @bella-247 in #59
  • docs: rewrite README with TOC, how-it-works section, and links to all… by @bella-247 in #60
  • Release/v0.1.0 by @bella-247 in #61
  • Merge pull request #61 from bella-247/release/v0.1.0 by @bella-247 in #62
  • ci: remove stale serveviz build step from workflow by @bella-247 in #63
  • Dev by @bella-247 in #64

Full Changelog: v0.1.0...v1.0.0