Skip to content

Releases: xicv/minco

Minco 1.1.0

Choose a tag to compare

@xicv xicv released this 06 Aug 05:20
4d81543

Minco 1.1.0 publishes the complete 33-crate lock-step family from immutable tag v1.1.0.

Highlights

  • Adds eight version-matched Agent Skills plus cargo minco agent plan, digest-bound sync, read-only doctor, bounded context, and cross-client eval workflows for Codex and Claude Code.
  • Adds application-mode AGENTS.md generation and an optional managed Claude bridge while preserving project-owned instructions and explicit mutation authority.
  • Ships the realtime plugin, Vapor-inspired application/deployment lifecycle, ProjectView, local MCP, Workbench, DynamoDB adapter, and versioned documentation together in the coordinated release.
  • Advances the official plugin compatibility range to ^1.1.0 without changing descriptor schema or capability versions.

This is an additive post-1.0 minor release. Existing 1.0 application APIs, plugin descriptors, deployment contracts, and the read-only MCP catalog remain compatible.

Install the CLI with:

cargo +1.97.1 install cargo-minco --version 1.1.0 --locked

Publication completed through short-lived crates.io trusted publishing, and independent registry validation found all 33 exact 1.1.0 packages present and non-yanked.

Minco 1.0.0

Choose a tag to compare

@xicv xicv released this 05 Aug 09:37
39a69e3

Minco 1.0.0 is the first stable release of the complete Minco platform: an OpenAPI-first Rust application framework with explicit static plugins, inspectable deployment plans, and exact-artifact release lifecycle controls.

Highlights

  • Realtime plugin with an Amazon AppSync adapter and mandatory capability, resource, IAM, cost, and integration proof.
  • ProjectView, MCP 2026-07-28 discovery support, and the Workbench inspection surface, completing the architecture introduced through PR #96.
  • Access-pattern-specific DynamoDB support alongside the existing PostgreSQL and SQLite profiles.
  • Vapor-inspired deployment lifecycle: preview and review environments, static-site delivery, canary rollout, rollback, and exact-artifact promotion.
  • Complete frozen 1.0.0 documentation website with version-aware navigation and new guides for realtime, lifecycle, ProjectView, MCP, and Workbench.
  • Coordinated publication of all 33 public crates, including five first-publish packages.

Install

cargo install cargo-minco --version 1.0.0 --locked

Verification

  • Exact source tag: v1.0.0 at 39a69e36b051724c383da75d5907a824cbd2765b
  • Rust toolchain: 1.97.1
  • All 33 exact crate versions are published and independently verified non-yanked on crates.io
  • Exact-main hosted qualification passed every release gate
  • Candidate 1.0.0 documentation was deployed from the same exact main SHA
  • No live AWS resource was created, modified, promoted, or deleted for this release

See the versioned documentation and changelog.

Minco 0.6.0

Choose a tag to compare

@xicv xicv released this 01 Aug 08:10
2c4605b

Minco 0.6.0 turns the static plugin architecture into an inspectable distribution and conformance ecosystem, backed by a complete versioned documentation set.

Highlights

  • Strict archive-visible minco-plugin.json distribution records for official plugins, adapters, and runtimes.
  • Public minco-test conformance builder shared by official and third-party-style packages.
  • cargo minco plugin list, strengthened plugin validate, and plugin test --all JSON workflows.
  • Standalone external-style plugin fixture with locked public dependencies and deterministic composition tests.
  • Detailed 0.6.0 documentation for installation, first API, resource CRUD conventions, plugins, testing, AWS deployment, architecture, zero-idle behavior, and exercised examples.
  • Existing OpenAPI-first resource APIs and the structurally zero-provisioned-compute minimal AWS profile remain intact.

Install

cargo install cargo-minco --version 0.6.0 --locked

Verification

  • Exact source tag: v0.6.0 at 2c4605b7d4abcd865035196ffc0484c4a0e82f1e
  • Rust toolchain: 1.97.1
  • 28 coordinated crates published to crates.io
  • All 28 exact versions are non-yanked, owned by xicv, and their downloaded archive checksums match registry metadata
  • Fresh CLI installation plus default, no-default-features, and full-feature registry consumers passed
  • All 28 exact docs.rs library routes are live
  • No AWS resource was created, modified, promoted, or deleted for this release

See the 0.5.0 to 0.6.0 adoption guide, versioned documentation, and changelog.

Minco 0.5.0

Choose a tag to compare

@xicv xicv released this 31 Jul 13:33
485d671

Minco 0.5.0 turns the project’s zero-idle AWS foundation into a practical application framework release.

Highlights

  • OpenAPI-first, opt-in CRUD resource families with generated contract and implementation scaffolding.
  • Stable JSON envelopes: { "data": ... } for resources and an explicit page envelope for collections.
  • Cursor pagination, strong ETags with If-Match, and idempotent create semantics.
  • cargo minco make resource for deterministic resource generation.
  • Complete Orders reference slices for memory, PostgreSQL, SQLite, and in-process Axum contract testing.
  • Typed deployment-plan cost classes and structural evidence that the minimal AWS profile has zero provisioned compute while idle.
  • Split essential and release CI, with coordinated registry publication and exact-artifact release checks.

Install

cargo install cargo-minco --version 0.5.0 --locked

Verification

  • Exact source tag: v0.5.0 at 485d67104a49f139820722eb73334415f69a653c
  • Rust toolchain: 1.97.1
  • 28 coordinated crates published to crates.io
  • Default, no-default-features, and all-feature external consumers compile from the registry
  • All 28 exact docs.rs routes are live

See the 0.4.0 to 0.5.0 adoption guide and changelog for details.

Minco 0.4.0

Choose a tag to compare

@xicv xicv released this 30 Jul 21:51
65bf940

What's Changed

  • docs: record Minco 0.3.1 release evidence by @xicv in #18
  • docs: define Minco framework completion roadmap by @xicv in #19
  • feat(plan): model API and worker deployment topology by @xicv in #20
  • feat(config): add typed environment graph by @xicv in #21
  • ci(release): close trusted publishing by @xicv in #22
  • feat(database): add explicit migration lifecycle by @xicv in #23
  • feat(db): add classified safe seeders and deterministic fixtures by @xicv in #24
  • feat(dev): add graph-driven local supervisor by @xicv in #25
  • feat(generator): add contract-aware generators by @xicv in #26
  • feat(compatibility): add contract and upgrade reports by @xicv in #27
  • feat(release): bind exact package and deployment receipts by @xicv in #28
  • feat(deploy): guard CloudFormation changesets and apply by @xicv in #29
  • feat(deploy): verify and promote exact hosted releases by @xicv in #30
  • release: Minco 0.4.0 by @xicv in #31
  • test(ci): unify Feedback browser quality gate by @xicv in #32
  • fix(aws): validate SSM names portably by @xicv in #33
  • fix(aws): scope Cognito tagging permission by @xicv in #34
  • fix(aws): serialize CloudFormation parameters by @xicv in #35
  • fix(aws): bind reviewed change-set type by @xicv in #36
  • fix(aws): bind smoke stack ownership tags by @xicv in #37
  • fix(aws): admit CloudFormation stage system tags by @xicv in #38
  • fix(aws): authorize dependent stage tagging by @xicv in #39
  • fix(aws): authorize run-owned stage creation by @xicv in #40
  • fix(aws): wait for artifact bucket visibility by @xicv in #41
  • fix(aws): authorize tagged HTTP API stages by @xicv in #42
  • fix(aws): bind stage tag write to collection by @xicv in #43
  • fix(aws): retry fresh-key role assumption by @xicv in #44
  • fix(aws): authorize v2 stage tagging by @xicv in #45
  • fix(aws): preserve public HTTP API routes by @xicv in #46
  • fix(aws): authorize qualified Lambda aliases by @xicv in #47
  • fix(aws): retry deployment-role bucket visibility by @xicv in #48
  • fix(aws): strip named stage from Lambda routes by @xicv in #49
  • fix(aws): normalize named-stage Lambda routes by @xicv in #50
  • fix(aws): accept API Gateway request IDs in smoke verification by @xicv in #51
  • fix(deploy): accept padded API Gateway request IDs by @xicv in #52
  • fix(aws): authorize bounded stack drift detection by @xicv in #53
  • fix(deploy): parse CloudFormation drift status by @xicv in #54
  • fix(deploy): authorize CloudFormation drift reads by @xicv in #55
  • fix(deploy): authorize Lambda runtime drift read by @xicv in #56

Full Changelog: v0.3.1...v0.4.0