Skip to content

Releases: GAM-team/got-your-back

GYB 1.28

26 Aug 18:31
Compare
Choose a tag to compare
  • fix issue restoring mbox with service account #215
  • improve build performance on Win/MacOS/Linux
  • various fixes and improvments

GYB 1.27

10 May 14:52
Compare
Choose a tag to compare
  • Fix download of API project list from GitHub

GYB 1.26

10 May 12:23
3da78b6
Compare
Choose a tag to compare
  • Fix anonymous HTTPS connections to GitHub (projects, version update check).
  • Fix TLS options not available on Python 3.5/3.6, don't offer tls options on those versions.

GYB 1.25

02 May 17:53
Compare
Choose a tag to compare
  • --tls-max-version and --tls-min-version allow setting TLS versions used for HTTPS. We default to TLS 1.2 or higher.
  • noverifyssl.txt file is no longer supported. Instead, use new --ca-file option to specify location to certiifcate authorities if doing SSL/TLS inspection.
  • many other behind the scenes cleanup and performance improvements.

GYB 1.24

17 Apr 19:50
Compare
Choose a tag to compare
  • Fix small bug that broke backup

GYB 1.23

16 Apr 17:42
Compare
Choose a tag to compare
  • zepheiryan: strip label header to prevent invalid newline character in label names #197
  • Add --memory-limit option that limits max memory size of batch message backup requests. If you are seeing MemoryError or think GYB uses to much RAM, add --memory-limit 100 to limit size of GYB backup requests.
  • Catch MemoryError and provide a more useful error message to user.
  • show current, correct max message size on groups restore.

GYB 1.22

13 Apr 13:14
Compare
Choose a tag to compare
  • Fix issues finding oauth2service.json #200
  • Fix project-delete
  • automated builds via Travis CI

GYB 1.21

22 Mar 18:39
Compare
Choose a tag to compare
  • Fix a stupid error that broke project creation.

GYB 1.20

22 Mar 16:57
Compare
Choose a tag to compare
  • Fix Google authentication errors by allowing you to create your own Google project for GYB.
    • if you still see errors after upgrading
      • Run "gyb --action revoke --email you@domain.com" to revoke old authorization.
      • Run "gyb --action create-project --email you@domain.com" to create your own project. Follow all steps.
      • Run "gyb --action quota --email you@domain.com" to reauthorize.
  • (Turok) Add --label-prefix option to nest labels on restore.
  • Python 3.7 and many library updates for improved performance.
  • Other stuff.

GYB 1.11

24 Aug 15:00
Compare
Choose a tag to compare
  • Fix crash on mbox restore when message has bad date
  • Fix crash on mbox restore with headers get
  • Fix service account oauth2service.json file location