Skip to content

MemAuthority v1.3.0

Choose a tag to compare

@iasi777 iasi777 released this 30 Aug 03:07
· 12 commits to main since this release

Superseded by v1.3.1. The v1.3.0 source archive included maintainer-specific production deployment workflow metadata (no credential values). v1.3.1 removes that private deployment plane from the public repository/module distribution. New installations should use v1.3.1.

MemAuthority v1.3.0 is the first release under the MemAuthority brand, renamed from V-Memory to establish a unique, directly searchable project identity while preserving the v1 compatibility line.

Highlights:

  • Canonical repository renamed to iasi777/memauthority; the former GitHub repository URL redirects to the new location.
  • New primary executable: memauthority.
  • Legacy v-memory executable remains supported with the same v1 command surface.
  • The v1.x Go module identity intentionally remains github.com/iasi777/v-memory, preserving existing module/install semantics through the repository redirect.
  • Preferred MEMAUTHORITY_* environment variables were added; legacy VM_* names remain accepted, with the new name taking precedence when both are set.
  • MCP implementation identity is now MemAuthority / 1.3.0; tool names, Vault semantics, transaction safety, runtime behavior and structured errors remain compatible with v1.2.
  • Durable historical identifiers such as v-memory: mechanical commit prefixes, V-Memory MCP <v-memory@v-memory.invalid>, and <!-- v-memory-entry:... --> remain unchanged by design.
  • Added a permanent CI test that compares the runtime-enabled MCP tool/resource surface against the frozen v1.3 JSON contract snapshots.

Install the primary CLI:

go install github.com/iasi777/v-memory/cmd/memauthority@v1.3.0

Existing automation may continue using:

go install github.com/iasi777/v-memory/cmd/v-memory@v1.3.0

Release identity:

  • source baseline: a9598d57f079879bf55693f5c68eb189b7615cf3
  • freeze commit: 747d40eb18a5adb431581ec3a12f0eb20114b725
  • contract identity: b0c2fc501933445f00c5ac3ebfd31e5773a5d6ecf750c967d28fd1e5d2e2fafb
  • baseline CI: 33289239698
  • freeze CI: 33289403893

The historical v1.1 and v1.2 V-Memory contracts remain unchanged under docs/contract/v1.1/ and docs/contract/v1.2/. The current frozen public contract is docs/contract/v1.3/.

This release does not deploy production or rename the existing production OAuth/deployment domain and gateway protocol identifiers.