Skip to content

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/omnillm to github.com/plexusone/omni-google
  • Module path changed from github.com/plexusone/omni-google/omnistorage to github.com/plexusone/omni-google

Upgrade Guide

Import paths remain the same:

  • github.com/plexusone/omni-google/omnillm
  • github.com/plexusone/omni-google/omnistorage

Update your dependency:

go get github.com/plexusone/omni-google@v0.3.0

Changed

  • Removed nested omnillm/go.mod and omnistorage/go.mod in favor of root-level go.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)