Release Notes: v0.3.0¶
Release Date: 2026-04-25
Summary¶
This release consolidates the repository to use a single Go module at the repository root, simplifying dependency management.
Highlights¶
- Consolidated single Go module at repository root
- Unified Google provider package with both LLM (Gemini) and Storage (GCS, Drive) adapters
Breaking Changes¶
- Module path changed from
github.com/plexusone/omni-google/omnillmtogithub.com/plexusone/omni-google - Module path changed from
github.com/plexusone/omni-google/omnistoragetogithub.com/plexusone/omni-google
Upgrade Guide¶
Import paths remain the same:
github.com/plexusone/omni-google/omnillmgithub.com/plexusone/omni-google/omnistorage
Update your dependency:
Changed¶
- Removed nested
omnillm/go.modandomnistorage/go.modin favor of root-levelgo.mod - Consolidated changelogs from per-module to single repository changelog
- Simplified CI workflows (removed multi-module configuration)
Contributors¶
- Claude Opus 4.5 (AI pair programming)