Skip to content

Release Notes: v0.1.0

Release Date: 2026-01-10

Summary

Initial release of omni-google with Google Drive, Google Cloud Storage, and Gemini providers.

Highlights

  • [omnistorage] Google Drive and GCS backends for OmniStorage
  • [omnillm] Google Gemini thick provider for OmniLLM

New Features

OmniLLM - Gemini Provider

  • Gemini SDK client wrapper with streaming support
  • Provider adapter with registry integration

OmniStorage - Google Drive Backend

  • Full ExtendedBackend implementation
  • Service account and OAuth2 authentication
  • Server-side copy/move, range reads

OmniStorage - Google Cloud Storage Backend

  • Full ExtendedBackend implementation
  • Application Default Credentials support
  • Server-side copy, resumable uploads, MD5/CRC32C hashes

Dependencies

  • [omnillm] google.golang.org/genai v1.52.1
  • [omnillm] github.com/plexusone/omnillm-core v0.15.0
  • [omnistorage] cloud.google.com/go/storage
  • [omnistorage] github.com/plexusone/omnistorage-core v0.3.0

Contributors

  • Claude Opus 4.5 (AI pair programming)