Releases: GAM-team/got-your-back
Releases · GAM-team/got-your-back
GYB 1.28
GYB 1.27
GYB 1.26
GYB 1.25
--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
GYB 1.23
- 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
GYB 1.21
GYB 1.20
- 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.
- if you still see errors after upgrading
- (Turok) Add --label-prefix option to nest labels on restore.
- Python 3.7 and many library updates for improved performance.
- Other stuff.