Skip to content

Releases: NAEOS-foundation/naeos

NAEOS 2.2.0

Choose a tag to compare

@github-actions github-actions released this 23 Jul 18:59

NAEOS 2.2.0

Declarative platform engineering system — transform specifications into validated, multi-language project structures.

Installation

go install github.com/NAEOS-foundation/naeos/cmd/naeos@v2.2.0

Binary Downloads

Platform Architecture Binary
Linux amd64 naeos-linux-amd64
Linux arm64 naeos-linux-arm64
macOS amd64 naeos-darwin-amd64
macOS arm64 naeos-darwin-arm64
Windows amd64 naeos-windows-amd64.exe

What's New

  • Mermaid architecture diagrams across all documentation
  • Unit tests for all model and shared packages
  • Multi-language output adapters (Go, TypeScript, Python, Java, Rust)
  • CLI --language flag for multi-target generation
  • CLI --dry-run flag for export preview
  • Improved validator error messages with actionable suggestions

NAEOS 2.1.0

Choose a tag to compare

@bayu911-source bayu911-source released this 21 Jul 18:45

v2.1.0 — Test Coverage & Infrastructure

Test Coverage Improvements

Package Before After
telemetry 19% 94%
workspace 0% 88%
normalizer 19% 84%
resolver 15% 76%
promptlib 65% 88%
database 35% 60% (97% with -tags nosql)
search 75% 88%
templates 74% 91%
websocket 75% 80%
ai 74% 81%
pluginhost 72% 76%
api 55% 58%
22 packages ≥80%

Infrastructure

  • Build tags: //go:build !nosql / !nobroker isolates real adapter files (MySQL, PostgreSQL, SQLite, Redis, RabbitMQ, Kafka, NATS) — unit tests compile and run without external services
  • Database: New()/NewFromConfig() moved to factory.go (!nosql) + factory_nosql.go (nosql) with stub constructors

Platform

  • CLI --language flag for multi-target generation (Go, TypeScript, Python, Java, Rust)
  • CLI --dry-run flag for export preview
  • AI streaming endpoints (enrich, explain, compile)
  • OpenAPI spec with 3 AI streaming schemas
  • Mermaid architecture diagrams across docs
  • Multi-language output adapters
  • Improved validator error messages

Documentation

  • Official Hugo website with search, dark/light mode, PWA, i18n, CI/CD
  • 5 new doc pages: Spec Language, Pipeline Engine, NEIR Model, AI Compiler, Plugin SDK (EN + ID)
  • DEVELOPMENT_PLAN.md — roadmap from v2.1.0 to v3.0.0
  • 5 new ADRs (ADR-004 through ADR-008)

NAEOS 1.4.0

Choose a tag to compare

@github-actions github-actions released this 21 Jul 18:44

NAEOS 1.4.0

Declarative platform engineering system — transform specifications into validated, multi-language project structures.

Installation

go install github.com/NAEOS-foundation/naeos/cmd/naeos@v1.4.0

Binary Downloads

Platform Architecture Binary
Linux amd64 naeos-linux-amd64
Linux arm64 naeos-linux-arm64
macOS amd64 naeos-darwin-amd64
macOS arm64 naeos-darwin-arm64
Windows amd64 naeos-windows-amd64.exe

What's New

  • Mermaid architecture diagrams across all documentation
  • Unit tests for all model and shared packages
  • Multi-language output adapters (Go, TypeScript, Python, Java, Rust)
  • CLI --language flag for multi-target generation
  • CLI --dry-run flag for export preview
  • Improved validator error messages with actionable suggestions

NAEOS 1.3.1

Choose a tag to compare

@github-actions github-actions released this 19 Jul 08:10

NAEOS 1.3.1

Declarative platform engineering system — transform specifications into validated, multi-language project structures.

Installation

go install github.com/NAEOS-foundation/naeos/cmd/naeos@v1.3.1

Binary Downloads

Platform Architecture Binary
Linux amd64 naeos-linux-amd64
Linux arm64 naeos-linux-arm64
macOS amd64 naeos-darwin-amd64
macOS arm64 naeos-darwin-arm64
Windows amd64 naeos-windows-amd64.exe

What's New

  • Mermaid architecture diagrams across all documentation
  • Unit tests for all model and shared packages
  • Multi-language output adapters (Go, TypeScript, Python, Java, Rust)
  • CLI --language flag for multi-target generation
  • CLI --dry-run flag for export preview
  • Improved validator error messages with actionable suggestions

NAEOS 1.3.0

Choose a tag to compare

@github-actions github-actions released this 15 Jul 17:36

NAEOS 1.3.0

Declarative platform engineering system — transform specifications into validated, multi-language project structures.

Installation

go install github.com/NAEOS-foundation/naeos/cmd/naeos@v1.3.0

Binary Downloads

Platform Architecture Binary
Linux amd64 naeos-linux-amd64
Linux arm64 naeos-linux-arm64
macOS amd64 naeos-darwin-amd64
macOS arm64 naeos-darwin-arm64
Windows amd64 naeos-windows-amd64.exe

What's New

  • Mermaid architecture diagrams across all documentation
  • Unit tests for all model and shared packages
  • Multi-language output adapters (Go, TypeScript, Python, Java, Rust)
  • CLI --language flag for multi-target generation
  • CLI --dry-run flag for export preview
  • Improved validator error messages with actionable suggestions

NAEOS 1.0.0

Choose a tag to compare

@github-actions github-actions released this 14 Jul 16:59

NAEOS 1.0.0

Declarative platform engineering system — transform specifications into validated, multi-language project structures.

Installation

go install github.com/NAEOS-foundation/naeos/cmd/naeos@v1.0.0

Binary Downloads

Platform Architecture Binary
Linux amd64 naeos-linux-amd64
Linux arm64 naeos-linux-arm64
macOS amd64 naeos-darwin-amd64
macOS arm64 naeos-darwin-arm64
Windows amd64 naeos-windows-amd64.exe

What's New

  • Mermaid architecture diagrams across all documentation
  • Unit tests for all model and shared packages
  • Multi-language output adapters (Go, TypeScript, Python, Java, Rust)
  • CLI --language flag for multi-target generation
  • CLI --dry-run flag for export preview
  • Improved validator error messages with actionable suggestions