Release Notes
0.0.4 (2026-01-05)
New Features
- Google Drive: Added
drive.createFolderto create new folders. - People: Added
people.getUserRelationsto retrieve user relationships (manager, reports, etc.). - Google Chat: Added threading support to
chat.sendMessageandchat.sendDm, and filtering by thread inchat.getMessages. - Gmail: Added
gmail.downloadAttachmentto download email attachments. - Google Drive: Added
drive.downloadFileto download files from Google Drive. - Calendar: Added
calendar.deleteEventto delete calendar events. - Google Docs: Added support for Tabs in DocsService.
Improvements
- Dependencies: Updated various dependencies including
@googleapis/drive,google-googleapis, andjsdom. - CI/CD: Added a weekly preview release workflow and updated GitHub Actions versions.
- Testing: Added documentation for the testing process with Gemini CLI.
Fixes
- Fixed an issue where the
vprefix was not stripped correctly in the release script. - Fixed an issue with invalid assignees in dependabot config.
- Fixed log directory creation.
0.0.3
- Initial release with support for Google Docs, Sheets, Slides, Drive, Calendar, Gmail, Chat, Time, and People.