Releases: GAM-team/GAM
Releases · GAM-team/GAM
GAM 5.10
- fix: changes to the way Google Reports API sends data caused issues for
gam report user|customer|usageparameters
andgam info domain
commands (Ross and Jay) - Improved support for the new G Suite Essentials edition.
- @taers232c fix setting expiration time for Drive permissions and default disabling notifications on calendar event create.
- Upgrade binary GAM installs to the latest Python 3.8.3 release.
- gam-shortn.appspot.com short URLs can now be disabled by creating a file called
noshorturls.txt
in the same folder as GAM.
GAM 5.09
- Fix issues with
gam report users
andgam report customer
- @taers232c : Fix 404 issues during project creation
GAM 5.08
GAM 5.07
- @ejochman more work to split GAM into separate files and follow the standard Python packaging format.
gam use project
will now set the consent screen if one has not already been set for a project.- scopes can now be explicitly specified with
gam oauth create
- remove some old build scripts and text files that are stale and no longer used.
GAM 5.06
- Fix issue with the latest google-api-python-client 1.8.1
- Update OpenSSL packaged with GAM executables to 1.1.1g to fix a high severity issue (low risk to GAM though)
- @taers232c improvements to
gam report usage
commands
GAM 5.05
- @taers232c add
returnidonly
argument toadd drivefile
command to make it easier to capture created file ID for additional operations like sharing the file with others. - @taers232c
GAM_CSV_HEADER_DROP_FILTER
environment variable works the opposite way ofGAM_CSV_HEADER_FILTER
removing only the listed headers from the CSV output. - various other fixes and improvements.
GAM 5.04
- New gam report usage command provides raw data of usage of G Suite services across a given date range. This data can easily be charted on a Google Sheet allowing you to see timelines and usage trends within your organization.
- @ejochman improve credential refresh handling
- handle invalid unicode characters in email body when sending/dropping emails.
- @taers232c various fixes and improvements.
GAM 5.03
- @taers232c fixes for calendar events and crosactivity
- upgrade to OpenSSL 1.1.1f
- remove support for end-of-life MacOS 10.12 Sierra
GAM 5.02
GAM 5.0
- don't get overly excited about 5.0, I ran out of GAM 4 minor release numbers at 4.99 and didn't want to add another digit :-)
- more behind-the-scenes work by @jay0lee and @ejochman to break gam.py file out into smaller modular files
- @taers232c - fix service account key expiration dates on project create.
- @taers232c - fix issue with uploading Drive files >100mb
gam calendar <email> updateevent
allows adding Google Meet teleconference to existing events.- retry 429 errors that Google Vault API seems to throw
- GAM binaries now use the latest/greates Python 3.8.2 and OpenSSL 1.1.1e
- many more minor fixes and improvements