Skip to content

Releases: open-networks/go-msgraph

v.0.3.4

11 Apr 19:05
dd4cea7
Compare
Choose a tag to compare

Enhancements

  • supportedTimeZones.go: added Nur-Sultan timezone

v0.3.3

11 Apr 18:36
a422b4e
Compare
Choose a tag to compare

Enhancements

  • supportedTimeZones.go: added Amman timezone

v0.3.2

11 Apr 14:59
e5d2af8
Compare
Choose a tag to compare

Enhancements

  • supportedTimeZones.go: added La Paz, Mazatlan timezone

v0.3.1

26 Apr 21:05
Compare
Choose a tag to compare

Changes

  • ⚠️ Readme.md: added deprecation warning

Enhancements

  • User.go: added field jobTitle for Users in commit 2ff8288

v0.3.0

14 Dec 19:39
2c55157
Compare
Choose a tag to compare

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

01 Sep 10:58
ae385fc
Compare
Choose a tag to compare

Enhancements

  • #21 added some unit tests, including User.go: func UpdateUser

Minor changes in Default Behavior

  • #22 changed user.GetShortName() from previously strings.ToUpper(...) to the value as it currently is.

v0.2.0

21 Aug 08:53
1a0763c
Compare
Choose a tag to compare

⚠️ Breaking changes

  • #13 constants.go: LoginBaseURL has been renamed to AzureADAuthEndpointGlobal
  • #13 constants.go: BaseURL has been renamed to ServiceRootEndpointGlobal

Features

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 and UpdateUser functions, update docs by @TerraTalpi

v0.1.0

10 Aug 13:21
Compare
Choose a tag to compare

New Features

  • #8: Support using a go Context and ms-graph API Query Parameters $search, $filter and $select by @baez90 and @Mattes83

Documentation

  • rework the whole markdown documentation structure and content
  • add issue templates

v0.0.1 / Initial release

09 Aug 13:27
Compare
Choose a tag to compare

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.