Skip to content

Releases: hanneshayashi/gsm

v0.11.0

30 Oct 06:56
a669917
Compare
Choose a tag to compare

What's Changed

This is a maintenance release that updates the Go version and dependencies to pull in some bug fixes from upstream.

New Contributors

Full Changelog: v0.10.0...v0.11.0

v0.10.0

25 Jun 09:08
7db1755
Compare
Choose a tag to compare

What's Changed

  • Fix a bug where the MIME type of a file was not set without an upload.
  • Add new Commands
  • Add a new global flag --maxElapsedTime to limit the total amount of time GSM will spend on retry attempts.
  • Switch to universal binaries for Mac
  • Update dependencies, Go version and CLI imports

Full Changelog: v0.9.0...v0.10.0

v0.9.0

01 May 05:50
c672f6b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.9.0

v0.8.0

27 Aug 06:27
e4295aa
Compare
Choose a tag to compare

What's Changed

  • Add sourceMimeType to files create
    • Allows you to import certain file types directly to Google Workspace file type
    • Upload a CSV file as a Google Sheet: gsm files create --localFilePath ./input.csv --mimeType application/vnd.google-apps.spreadsheet --sourceMimeType text/csv
  • Add support for new (stable) Google Drive Labels API
    • Currently supports get and list commands
    • gsm driveLabels list
    • gsm driveLabels get
  • Add support for new file commands for managing Drive labels
  • Fix a missing header when updating domain shared contacts (#9)
  • Add flag to include the root for recursive file operations
  • Switch to stable API for CI groups and user invitations
  • Some general cleanup like housekeeping
    • Update dependencies
    • Update Go version to 1.19
    • replace ioutil
    • Cleanup up some comments and error messages

Full Changelog: v0.7.0...v0.8.0

v0.7.0

29 May 06:35
f4d548f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.7.0

v0.6.0

24 Apr 06:18
d9cb137
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

24 Oct 05:53
4604b6e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0

v0.4.0

29 Aug 11:17
d994f06
Compare
Choose a tag to compare
  • Update dependencies
  • Use Go 1.17
  • Use nfpm to generate Linux packages
  • Release arm64 version for Windows
  • Optimize config handing and fix some issue
  • Remove old shell completion scripts

v0.3.1

30 May 08:34
ffa3e54
Compare
Choose a tag to compare

This is a minor release that mostly fixes a few strings, updates the dependencies and makes initial setup a bit less confusing by not printing unnecessary error messages during config creation and loading.

v0.3.0

09 May 06:25
Compare
Choose a tag to compare

This release mostly fixes a lot of broken links and descriptions. There are some minor bug fixes and optimizations as well.