Skip to content

Release Notes - v0.3.0

Release Date: 2026-03-01

Overview

OmniVault v0.3.0 migrates the module path from the agentplexus organization to the plexusone organization.

Highlights

  • Module path migrated from agentplexus to plexusone organization

What's Changed

Changed

  • Module path changed from github.com/agentplexus/omnivault to github.com/plexusone/omnivault
  • All internal imports updated to use new module path
  • Documentation URLs updated to plexusone organization
  • Bump golang.org/x/crypto from 0.47.0 to 0.48.0

Installation

go get github.com/plexusone/omnivault@v0.3.0

Upgrading

Update your import paths from:

import "github.com/agentplexus/omnivault"

To:

import "github.com/plexusone/omnivault"

Then update your go.mod:

require github.com/plexusone/omnivault v0.3.0

And run:

go mod tidy