Skip to content

Releases: GAM-team/GAM

GAM 7.35.01

07 Mar 02:46
Immutable release. Only release title and notes can be modified.
35fde0e

Choose a tag to compare

7.35.01

The following commands have been updated to not verify the existence of gam.cfg credentials files
as the WARNING messages about the missing files can be confusing to new users setting up GAM.

gam checkconn
gam oauth|oauth2
gam version

GAM 7.35.00

04 Mar 04:11
Immutable release. Only release title and notes can be modified.
a00256e

Choose a tag to compare

  • 7.35.00

Windows gam-7.wx.yz-x86_64.msi has been replaced with gam-7.wx.yz-x86_64.exe.

Windows gam-7.wx.yz-arm64.msi has been replaced with gam-7.wx.yz-arm64.exe.

Updated cacerts.pem to avoid to following error in gam checkconn.

Checking raw.githubusercontent.com (185.199.110.133) (2)...                                         ERROR
    Certificate verification failed. If you are behind a firewall / proxy server that does TLS / SSL inspection you may need to point GAM at your certificate authority file by setting cacert\
s_pem = /path/to/your/certauth.pem in gam.cfg.

If you have customized cacerts.pem, update your version with the Operating CA: Let's Encrypt values from the GAM default version.

GAM 7.34.13

02 Mar 19:51
Immutable release. Only release title and notes can be modified.
1a77bbf

Choose a tag to compare

  • 7.34.13

Fixed bug in gam info policies <CIPolicyNameEntity> ... formatjson where extraneous line
Show Info 1 Policy was displayed.

GAM 7.34.12

02 Mar 04:54
Immutable release. Only release title and notes can be modified.
28383c1

Choose a tag to compare

  • 7.34.12

Fixed build errors that prevented Windows zip files from being created.

Added option returnidonly to gam create|update printer that causes GAM to return just the ID
of the printer.

GAM 7.34.11

28 Feb 21:03
Immutable release. Only release title and notes can be modified.
636e8dd

Choose a tag to compare

  • 7.34.11

Updated gam-install.sh script for macOS/Linux to properly config GAM when the answer to the following question is No.

Can you run a full browser on this machine? (usually Y for macOS, N for Linux if you SSH into this machine)

GAM 7.34.10

28 Feb 00:51
Immutable release. Only release title and notes can be modified.
6bdea8f

Choose a tag to compare

  • 7.34.10

Fixed bug where formatjson quotechar <Character> on the command line did not override redirect csv <FileName> multiprocess quotechar <Character>.

GAM 7.34.09

26 Feb 21:37
Immutable release. Only release title and notes can be modified.
67a6d3f

Choose a tag to compare

  • 7.34.09

Updated gam <UserTypeEntity> update photo to delete the user's existing photo
before performing the update as the API update will succeed but not replace a user's existing self-set photo.

GAM 7.34.08

25 Feb 02:24
Immutable release. Only release title and notes can be modified.
c3e23fa

Choose a tag to compare

  • 7.34.08

Rebuild to avoid the following error:

requests/__init__.py:113: RequestsDependencyWarning: urllib3 (2.6.3) or chardet (6.0.0.post1)/charset_normalizer (3.4.4) doesn't match a supp\
orted version!
  • 7.34.07

Added the following command to create a guest user.

gam create guestuser <EmailAddress>

Added the following items to <UserFieldName>:

  • guestaccountinfo - Additional guest-related metadata fields
  • isguestuser - Indicates if the inserted user is a guest

GAM 7.34.06

20 Feb 22:31
Immutable release. Only release title and notes can be modified.
b9a4892

Choose a tag to compare

  • 7.34.06

Added option copyfolderpermissions [<Boolean>] to gam <UserTypeEntity> copy|move drivefile.

When copyfolderpermissions false is specified, no folder permissions are copied; this simplifies
disabling all folder permission copying.

When not specified or copyfolderpermissions [true] is specified, folder permissions are copied based on the following options:

copymergewithparentfolderpermissions [<Boolean>]
copymergedtopfolderpermissions [<Boolean>]
copytopfolderpermissions [<Boolean>]
copytopfolderiheritedpermissions [<Boolean>]
copytopfoldernoniheritedpermissions never|always|syncallfolders|syncupdatedfolders
copymergedsubfolderpermissions [<Boolean>]
copysubfolderpermissions [<Boolean>]
copysubfolderinheritedpermissions [<Boolean>]
copysubfoldernoniheritedpermissions never|always|syncallfolders|syncupdatedfolders

GAM 7.34.05

18 Feb 18:27
Immutable release. Only release title and notes can be modified.
660e9de

Choose a tag to compare

  • 7.34.05

Updated gam report <ActivityApplictionName> to perform a reverse chronological sort
on all rows across multiple users and/or event names; this is consistent with the behavior
in the Admin console. Use option notimesort to suppress this sort.