Releases: GAM-team/GAM
Releases · GAM-team/GAM
GAM 5.22
GAM 5.21
- 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
- Support for the new Cloud Identity Devices API which works with mobile and desktop devices and allows managing company-owned inventory. See wiki docs. Note, please be careful with these commands, this is a first release.
- Support for new Cloud Identity Groups APIs including ability to make security groups and non-admin group management.
- BETA: support for delegated admin service accounts (DASA) which allow service accounts to be delegated admins. See here for instructions to test DASA with GAM.
- Ross: Support for resetting users sign-in cookies and disabling 2sv for users.
- @djeckle Fix seats argument reference for resoldsubscription. (#1233)
- The usual minor fixes and improvements from Jay and Ross.
GAM 5.11
- New
csvtest
command. Simply replacegam csv
withgam 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
- 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.