Skip to content

Release Notes: v0.4.0

Release Date: 2026-03-16

Highlights

  • Organization Migration: Moved from agentplexus to plexusone

Breaking Changes

[omnillm] Module Path Changed

// Before
import "github.com/agentplexus/omnillm-bedrock"

// After
import "github.com/plexusone/omnillm-bedrock"

Migration:

  1. Update import paths in your Go files
  2. Update go.mod:
go get github.com/plexusone/omnillm-bedrock@v0.4.0

Installation

go get github.com/plexusone/omnillm-bedrock@v0.4.0