Skip to content

Releases: GAM-team/GAM

GAM 5.22

01 Oct 18:02
Compare
Choose a tag to compare
  • Bugfixes and improvements by Ross and Jay

GAM 5.21

30 Sep 12:47
Compare
Choose a tag to compare
  • New gam <users> sync license <license> command makes it simple to sync licenses based on Group, search query or local user list file. See the wiki docs for more information.
  • Improved service account domain-wide delegation authorization steps to align with new admin console page and simplify process.
  • Many fixes and improvements from Ross and Jay

GAM 5.20

18 Sep 13:49
Compare
Choose a tag to compare

GAM 5.11

17 Jun 20:01
Compare
Choose a tag to compare
  • New csvtest command. Simply replace gam csv with gam csvtest and GAM will output information about your CSV file headers and the first 10 commands from the CSV it will run. This helps in diagnosing CSV issues.
  • @eduardomazolini: add group_inde (include derived membership) when syncing groups and memberships.
  • drop support for Google CloudPrint commands since CloudPrint is deprecated and will be turned off at the end of year. If you still need to use CloudPrint commands, keep a copy of GAM 5.10 handy.
  • switch from servicemanagement API to the serviceusage API when enabling APIs for a GAM project.
  • The usual fixes and improvements from Ross and Jay.

GAM 5.10

15 May 12:15
470e782
Compare
Choose a tag to compare
  • fix: changes to the way Google Reports API sends data caused issues for gam report user|customer|usageparameters and gam 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

12 May 18:51
Compare
Choose a tag to compare
  • Fix issues with gam report users and gam report customer
  • @taers232c : Fix 404 issues during project creation

GAM 5.08

07 May 19:37
Compare
Choose a tag to compare
  • @ejochman Python formatting fixes.
  • @taers232c fix project creation issue and handle various OAuth token issues.
  • fix some issues with PyInstaller builds.

GAM 5.07

26 Apr 21:54
f301dac
Compare
Choose a tag to compare
  • @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

21 Apr 18:55
Compare
Choose a tag to compare
  • 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

15 Apr 13:29
Compare
Choose a tag to compare
  • @taers232c add returnidonly argument to add 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 of GAM_CSV_HEADER_FILTER removing only the listed headers from the CSV output.
  • various other fixes and improvements.