Skip to content

Release Notes: v0.6.1

Release Date: 2026-05-03

Summary

This release migrates the Gmail provider to use the unified omni-google package, aligning with the PlexusOne ecosystem architecture.

Highlights

  • Gmail provider migrated to omni-google for unified Google ecosystem support

Changed

  • Gmail provider now wraps omni-google/omnichat/gmail instead of inline implementation

This follows the same pattern used for the Twilio provider, which wraps omni-twilio/omnichat.

Migration

The API remains unchanged. Update your dependency:

go get github.com/plexusone/omnichat@v0.6.1

Dependencies

  • Add github.com/plexusone/omni-google v0.4.0
  • Remove direct dependency on github.com/grokify/gogoogle (now indirect via omni-google)
  • Remove direct dependency on github.com/grokify/goauth (now indirect via omni-google)

Contributors

  • Claude Opus 4.5 (AI pair programming)