Releases: open-networks/go-msgraph
Releases · open-networks/go-msgraph
v.0.3.4
v0.3.3
v0.3.2
v0.3.1
v0.3.0
Enhancements
- #20 implement paging - all current functions supported. HUGE THANKS to @Goorsky123 🚀
- #19 add functions GraphClient.GetToken, (User/Group).GetMemberGroupsAsStrings and Group.ListTransitiveMembers by @Goorsky123 and assistance of @TerraTalpi
v0.2.1
v0.2.0
⚠️ Breaking changes
- #13
constants.go
:LoginBaseURL
has been renamed toAzureADAuthEndpointGlobal
- #13
constants.go
:BaseURL
has been renamed toServiceRootEndpointGlobal
Features
- #11 Add
Create-
andUpdateUser
func by @WTIGER001 - #11 and #13 Add support for other Azure AD Authentication Endpoints and Service Root Endpoints than global by @WTIGER001 and @TerraTalpi
- #16 User: Add DisableAccount and DeleteUser functions by @TerraTalpi
Enhancements
- Add CodeQL Securit scan workflow
- #15 Remove duplicate code for API GET, POST, PATCH functions - unify with a function, add context-awareness to
CreateUser
andUpdateUser
functions, update docs by @TerraTalpi
v0.1.0
v0.0.1 / Initial release
This is the initial release containing the current status of the project. As more contributions may come, all new features and API implementation shall be versioned.