OmniSerp v0.8.0 Release Notes¶
Release Date: March 2026
This release migrates the module path from the agentplexus organization to plexusone.
Breaking Changes¶
Module Path Changed¶
The Go module path has changed from github.com/agentplexus/omniserp to github.com/plexusone/omniserp.
Before (v0.7.0):
After (v0.8.0):
What's Changed¶
Changed¶
- Module path migrated from
github.com/agentplexus/omniserptogithub.com/plexusone/omniserp - Updated omnivault-keyring dependency to
github.com/plexusone/omnivault-keyringv0.2.0 - Updated vaultguard dependency to
github.com/plexusone/vaultguardv0.3.0 - All internal imports updated to use new module path
- Documentation URLs updated to plexusone organization
- Policy path changed from
~/.agentplexusto~/.vaultguard - CI workflows migrated to standard plexusone reusable workflows
Fixed¶
- Add gosec G704 suppressions for SSRF false positives in API clients
Build¶
- Remove rendered HTML documentation (regenerate with Marp)
- Add example binaries to .gitignore
Installation¶
Migration Guide¶
- Update your
go.modimports: -
Change
github.com/agentplexus/omniserptogithub.com/plexusone/omniserp -
Run
go mod tidy -
Update any import statements in your code
-
If using secure mode, update policy path:
- Move
~/.agentplexus/policy.jsonto~/.vaultguard/policy.json
Dependencies¶
This release requires:
github.com/plexusone/omnivault-keyringv0.2.0github.com/plexusone/vaultguardv0.3.0