Skip to content

Releases: housegate/rewriter-go

v0.4.1

Choose a tag to compare

@github-actions github-actions released this 17 Jul 06:51
a0397f0

What's Changed

  • refactor: consume shared rewriter proto module by @axiom147 in #22

Full Changelog: v0.4.0...v0.4.1

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 17 Jul 03:31
e73afec

What's Changed

  • build: bump polyglot submodule to v0.5.10 by @axiom147 in #18
  • build: bump polyglot submodule to v0.5.13 by @axiom147 in #19
  • build: bump polyglot submodule to v0.5.16 by @axiom147 in #20
  • build: bump polyglot submodule to v0.6.1 by @axiom147 in #21

Full Changelog: v0.3.0...v0.4.0

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 26 Jun 08:10
7592eea

What's Changed

  • build: bump polyglot submodule to v0.5.4 by @axiom147 in #14
  • docs: add AGENTS knowledge base by @axiom147 in #15
  • build: bump polyglot submodule to v0.5.9 by @axiom147 in #16
  • feat(materialize): support safe nondeterministic functions by @axiom147 in #17

Full Changelog: v0.2.1...v0.3.0

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 11 Jun 12:34

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 11 Jun 11:07

What's Changed

  • feat: add stateless Service mirroring the gRPC contract by @axiom147 in #12

Full Changelog: v0.1.0...v0.2.0

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 10 Jun 10:01

What's Changed

  • Phase 0: native Go rewriter — engine + harness + fidelity spike by @axiom147 in #1
  • Phase 1: native Go SELECT rewriter (name resolution, options, CTE, GLOBAL) by @axiom147 in #2
  • Phase 2: writes handler (create/drop/alter/insert/update/delete/rename/views + reject guards) by @axiom147 in #3
  • chore: gofmt pre-existing files by @axiom147 in #4
  • Phase 3: db-level handlers (USE / SHOW TABLES / SHOW DATABASES / CREATE-DB / DROP-DB) by @axiom147 in #5
  • Phase 4: EXISTS / SHOW CREATE / GRANT+REVOKE (single-target + privilege deltas) by @axiom147 in #6
  • Phase 5: RewriteErrorMessage reverse-mapping + preprocess decision + fuzz hardening by @axiom147 in #7
  • Oracle parity closure: differential green vs live C++ rewriter-grpc + CI wiring by @axiom147 in #8
  • Vendor polyglot as a git submodule (v0.5.1); drop oracle CI lane and external references by @axiom147 in #9
  • ci: weekly auto-bump PR for the polyglot submodule by @axiom147 in #10
  • ci: manual release workflow with day-based X.Y.Z versioning by @axiom147 in #11

New Contributors

Full Changelog: https://github.com/housegate/rewriter-go/commits/v0.1.0