diff --git a/src/whatsnew.txt b/src/whatsnew.txt index 0c7aa061..14e4dc4b 100644 --- a/src/whatsnew.txt +++ b/src/whatsnew.txt @@ -1,3 +1,38 @@ +GAM 3.66 + -Print address fields in logical order for gam info domain/instance + -Fix problem with gam create alias target + -Add skus to gam info user to allow any licenses to be processed + -add limit to allow selecting number of print jobs to process in gam print printjobs, gam printjob fetch. + limit 0 means all print jobs. + -Added revision to gam get drivefile to allow downloading of specific drive file revision (Seth Stein @wfu-linux) + -Added command gam show filerevisions to show drive file revisions (Seth Stein wfu-linux) + -Allow info user/group arguments to be used in gam whatis and be processed/ignored as appropriate + -Add membernames argument to gam print group-members to add member full name to output + -Add domain to unqualified group in gam print group-members + -Add fields argument to gam print group-members to allow field selection + MembersFieldNameList is a comma separated list of field names: email | group | id | name | role | type + +GAM 3.65 + -fix vacation issues (Ross) + -fix Windows path issues (Ross) + -Add message undelete (Ross) and modify (Jay) commands + -Improve message delete performance + -Upgrade to new versions of oauth2client and googleapiclient + +GAM 3.63 + -"gam update group ... sync users" now does batch add/remove of users for faster sync + -"gam file" can now use - to read list of users from stdin + -"gam csv file:column" can read CSV file of users and specify column to be used. + +GAM 3.62 + -New Admin Roles API allows you to create, delete and print delegated and super admins + -New Resource Calendar API replaces old GData API and allows you to create, update, get info, delete and print all resource calendars. + -Major cleanups and design updates from Ross Scroggs @taers232c mean GAM is more reliable and stable for your needs. Huge thanks Ross! + -Guard additional fields with convertUTF8 + -Correct gam create resource to replace resType with type + -Add type as an argument to gam print resources to make resource type visible + -Handle students/teachers with missing emails in gam course sync + GAM 3.61 -Various fixes by Ross Scroggs for Domain API and Data Transfer commands -Remove duplicate DoCreateDomain which broke "gam create domain"