Skip to content

Releases: GAM-team/got-your-back

GYB 1.1

20 Aug 14:12
Compare
Choose a tag to compare
  • Major improvements to mbox restore performance. GYB can now easily handle 10gb mbox files, processing the file faster and using far less memory.
  • Support for reading XML metadata files from Google Vault exports. The data can be used to include proper labels to mbox restores.
  • automatically create Google API project and walk through authorization for G Suite service account setup for IT admins.
  • major performance increase for purge via batch API call
  • bug fixes and improvements

GYB 1.01

28 Mar 00:21
Compare
Choose a tag to compare
  • Faster message list retrieval with 500 items per page
  • Update batch API endpoint to deal with Google deprecation
  • Various library updates with bug fixes and performance improvements

GYB 1.0

24 Aug 15:45
Compare
Choose a tag to compare
  • Fix mbox restore of Draft messages was failing with bad label.
  • New --action split-mbox breaks very large mbox files into 100mb chunks so GYB can process them quicker. Original mbox files are not touched and should be manually moved out of the folder after the split to prevent duplicates.
  • GYB has reached version 1.0. Because why not?

GYB 0.47

27 May 15:48
Compare
Choose a tag to compare
  • Fix announcement of new versions.

GYB 0.46

27 May 14:59
Compare
Choose a tag to compare
  • GYB now ignores backup of Chat messages. When backed up with previous versions of GYB, these messages were blank to begin with, this just prevents the blank chat messages from being backed up to begin with.
  • Reduce text output on Windows (less verbose and proper line overwrite)
  • By default, GYB now requests all permissions it may ever need for an account.
  • Fixed label handling of Google Takeout mbox restoration.
  • Fixed service accounts for Google Apps domains.
  • When messages fail to restore after numerous retries, GYB now continues on to next messages.

GYB 0.45

22 Feb 15:46
Compare
Choose a tag to compare
  • Updated oauth2client library no longer requires OpenSSL / pycrypto libraries!
  • fixes for restore labeling
  • mbox-restore fixes
  • reduce overall noise

GYB 0.44

15 Jan 01:09
Compare
Choose a tag to compare
  • Fix for service accounts on Windows
  • fix for large messages with extended characters (unicode crashes)
  • retry batch requests
  • fix for --action estimate
  • six.py added for OS X compat

GYB 0.43

14 Jan 18:10
Compare
Choose a tag to compare

Fix large message restore to also work around invalid From

GYB 0.42

14 Jan 15:47
Compare
Choose a tag to compare

GYB 0.42 is a minor release that fixes crashes when a restored message has an invalid From header (or other potential invalid data). These messages will be skipped and not restored. After normal restore completes you can re-run the command with --fast-restore to restore these bad messages. When running with --fast-restore, messages are not threaded or de-duplicated.

GYB 0.41

16 Aug 19:54
Compare
Choose a tag to compare

GYB 0.41 is a minor release that fixes one ugly bug with the update check which caused an immediate crash of GYB.