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/gmailinstead 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:
Dependencies¶
- Add
github.com/plexusone/omni-googlev0.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)