Releases: GAM-team/got-your-back
Releases · GAM-team/got-your-back
GYB 1.38
GYB 1.37
- fix issues with
--action create-project
resulting in a 404 error. GYB will now retry the failed operation and may report a few issues with the service account not existing but should continue after a minute or so. - upgrade binary GYB builds to the latest Python 3.8.3 and OpenSSL 1.1.1g
- handle changes to the google-api-python-client version reporting.
GYB 1.36
GYB 1.35
- fixes and improvements to
--action check-service-account
. - With Google improvements to the default message import, GYB's
--fast-restore
argument on restore which used message insert has been removed. - Also due to the Google improvements to message import,
--action restore
and--action restore-mbox
now default to batching up to 15 emails at a time (was 5) which speeds up restores.
GYB 1.34
GYB 1.33
GYB 1.32
- arm64 / aarch64 binaries allow easy install on ARM Chromebooks with Crostini and Raspberry Pi devices
- improvements to label handling for non-English locales
- Fix issue where --label-restored was ignored on mbox restores
- New action
--print-labels
to show current labels in mailbox
GYB 1.31
GYB 1.30
- replace deprecated oauth2client with google-auth
- fix error with --action project-create #219