8.1 KiB
Changelog
Sandwich Hime follows semantic versioning from v1.0.0. Compiler and nested runtime releases are versioned independently and listed together when they form one coordinated release.
v1.0.0 — 2026-09-09
The coordinated compiler v1.0.0 and runtime sando/v1.0.0 release retains
runtime ABI sando.v1. Canonical Gitea tags and release announcements establish
version and artifact availability.
Stable release contract
- Apply the v1 compatibility policy to the source syntax, generated public API, runtime API, CLI, diagnostics, and schemas on the maintained Linux/amd64 and Apple Silicon macOS/arm64 targets.
- Promote runtime-first installation instructions to the exact final versions.
- Retain best-effort security fixes for the latest stable v1 patch, without an SLA, independent-audit claim, or expanded platform support promise.
Publication tooling
- Reject references to excluded operator documentation in exported Markdown, with positive and negative regression fixtures.
- Keep operator/archive continuity out of the public roadmap and clarify stable public publication history, immutable version tags and separate private development storage.
Documentation
-
Finalize the version 1.0 prospective individual CLA with recorded-license grants, contributor safeguards, reciprocal stewardship commitments, and explicit paired contributor/Steward acceptance for future contributions. This does not assert that any contributor has signed, apply retroactively, assign copyright, or require signatures to use or learn from the project. Document commercial freedom and the compiler/runtime/application boundary without changing the software licenses.
-
Clarify Sandwich Hime as the primary identity and Hime-san as its tool name.
-
Retain DCO sign-off and existing output-permission records alongside the prospective CLA process; preserve prior contributions under their recorded terms.
-
Record the maintainer's explicit v1.0.0 deferral of offline restoration and independent second-person recovery without representing those drills as done.
-
Give the installable
himesancommand its own Go package overview covering installation, generation, read-only checking, local development, editor integration, and machine-readable operational contracts.
v1.0.0-rc.1 — 2026-08-24
The first release candidate coordinates compiler v1.0.0-rc.1 and runtime
sando/v1.0.0-rc.1 at runtime ABI sando.v1. The intended v1 language,
generated API, runtime API, CLI, diagnostics, and schemas are frozen except for
release-blocking corrections.
Added
- Maintained native Linux/amd64 and Apple Silicon macOS/arm64 verification on pinned Go 1.26.7 and Go 1.27.0 toolchains.
- Reproducible Linux and Darwin archives with checksums, SPDX SBOMs, manifests, build provenance, and exact public-source identities.
- A Developer ID-signed, notarized, and stapled macOS disk image for the native arm64 compiler.
- Exact contract snapshots, contextual-escaping differentials, real-browser compiler and development-supervisor evidence, long fuzz evidence, and repository-owned benchmark evidence.
- Standard-library-only LSP diagnostics, hover, document symbols, component completion, and go-to-definition retained from Beta 2 as part of the frozen v1 command surface.
Changed
- Linux/amd64 and Apple Silicon macOS/arm64 are the maintained execution, verification, artifact, and release targets. WSL, native Windows, Intel macOS, Linux/arm64, and other targets remain useful portability surfaces but are not v1 compatibility promises.
- The module language directive remains Go 1.25 for consumer compatibility; maintained release builds use the pinned patched Go 1.26 and Go 1.27 lines.
- Release evidence is bound to the exact sanitized public commit and tree. GitHub remains an untagged discovery snapshot; Gitea remains the source, contribution, module, tag, and artifact authority.
Removed
- The native Windows PowerShell verifier and private multi-OS release-gate workflow. Historical Windows evidence remains recorded without creating a current support obligation.
v1.0.0-beta.2 — 2026-08-12
Compiler-only release; the unchanged Apache runtime remains
sando/v1.0.0-beta.1 with ABI sando.v1.
Added
- Standard-library-only
himesan lsp --stdiowith one workspace per process, full-document overlays, 200 ms edit debounce, cancellation, and bounded indexing through the compiler's existing filesystem boundaries. - Live diagnostics, trust warnings, duplicate/cycle reporting, UTF-16 LSP positions, tag/context/component hover, document symbols, typed component completion, and component go-to-definition.
- Additive
features: ["lsp-stdio"]inhimesan version --json. - Protocol framing and malformed-input fuzzing; overlay, Unicode, CRLF, NUL, deletion, nested-module, symlink, completion, definition, cancellation, shutdown, no-write, and resource-limit tests.
Boundaries
The server does not generate, run Go or project code, fetch dependencies,
access the network, start the dev supervisor, format, rename, add imports, or
delegate general Go completion to gopls. Generated-file freshness remains an
explicit himesan check --json workflow.
v1.0.0-beta.1 — 2026-08-12
This is the first installable public beta: sando/v1.0.0-beta.1 for the
Apache-2.0 runtime and v1.0.0-beta.1 for the compiler and CLI. The beta is
for learning, classroom projects, evaluation, and compatibility feedback. It is
not a production-stability promise.
Added
- Typed one-component
.sandolanguage and explicit<?sando gotarget. - Context-annotated renderer IR with deterministic, atomic Go generation.
- Read-only stale-output checking and structured diagnostics.
- Independent Apache-2.0
sandocomponent/runtime ABI. - Loopback-only last-good development supervisor with SSE reload and diagnostic overlay.
- Compiler-owned deterministic golden fixture and standalone release gates.
- Multi-license, security, governance, trademark, AI contribution, and release policies.
- Public beta support policy for evaluation and classroom use, including a provisional macOS lane and a community compatibility-reporting path.
Release verification
The exact public Beta 1 commit
b7a84054d755e42285e50298e41e47f06a8325a5 (tree
be9e118e38dfebed19f60403ededdadabe07d2aa) passed maintainer-run
executed Linux and native Windows matrices with Go 1.25.12 and Go 1.26.5. The
tested golden output had the same SHA-256 on each tested host:
63fa75a3049a3a8a12d769d7f9b6b510dfe763baacf706775b75cef2c57a984f.
The complete release preflight passed, including race tests, bounded parser fuzz smoke, known-vulnerability analysis of both zero-third-party-dependency modules, candidate-version provenance, and six cross-builds. The signed runtime and compiler tags were published in that order. Fresh direct and public-proxy runtime-first installs passed after normal proxy propagation. Native macOS execution remains pending and is explicitly provisional for this beta.
Known limitations
- Source syntax, generated format, CLI details, and runtime API may change before final v1.
- Native macOS behavior has not yet been maintainer-validated.
- In a shared fresh Go module cache, add the nested
sandoruntime before installing the parent compiler module at the same Beta 1 version. - Prebuilt binary artifacts, checksums, SBOMs, reproducible archives, key-recovery rehearsal, systematic browser differential, long fuzz, benchmark, and final compatibility gates remain work toward the release candidate and final v1. Beta 1 itself is a signed source/module release.
- The project has no independent security audit, certification, or formal verification.
Removed since the private prototype
- Unpublished
.go.himesyntax and the 2025 generated API. - Injected helper directories, nested demo modules, Go plugins, and manually repaired generated output.
- Repository-bundled application examples and deployment-specific evidence.
- Placeholder novelty commands that did not perform project work.
Private prototype history is intentionally outside the sanitized public repository. The public changelog begins with Beta 1.