Skip to content

Releases: GAM-team/got-your-back

GYB 1.38

17 Jun 22:46
Compare
Choose a tag to compare
  • Small change to use the serviceusage API rather than the outdated servicemanagement API for --action create-project

GYB 1.37

15 May 17:31
Compare
Choose a tag to compare
  • 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

05 Mar 20:57
Compare
Choose a tag to compare
  • New --action create-label command to create labels.
  • GYB now shows a warning if label creation fails on restore. Restore will continue without that label.
  • --action print-labels now sorts labels with system labels at top and alphabetically

GYB 1.35

28 Feb 01:41
Compare
Choose a tag to compare
  • 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

04 Jan 19:42
Compare
Choose a tag to compare
  • Fix URL gam directs you to in the Google Developer Console when creating a project for GYB.
  • Improve handling of UTF-8 characters for input and output. This requires the binary version of GYB or running GYB with Python 3.7 or newer.

GYB 1.33

20 Dec 19:54
Compare
Choose a tag to compare
  • Fix issue where mbox restore was not clearing labels between messages
  • Python 3.8.1

GYB 1.32

07 Dec 15:30
Compare
Choose a tag to compare
  • 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

09 Sep 16:45
Compare
Choose a tag to compare
  • Fix: GYB was only reading first line of X-Gmail-Labels header which meant it missed some labels on restore-mbox.
  • Fix: GYB crash when From header contains non-ASCII characters

GYB 1.30

28 Aug 23:40
Compare
Choose a tag to compare

v1.29

27 Aug 21:04
Compare
Choose a tag to compare
  • use newer google-auth library for service accounts
  • fix database error on restore-group when everything has already been restored.