Skip to content

Releases: manicminer/hamilton

v0.53.0

11 Jan 13:46
c634a95
Compare
Choose a tag to compare
  • Add the App ID for Microsoft.StorageSync to PublishedApis (#200)
  • Bugfix: Fix casing of values for OnPremisesGroupType type (#199)

v0.52.0

30 Nov 11:44
f4755d0
Compare
Choose a tag to compare
  • Bugfix: Use eq over startsWith in msgraph.AccessPackageResourceClient{}.Get() to improve accuracy (#194)
  • Support for reading the objectId field in API responses for directoryObjects
  • Support for WritebackConfiguration in the Group model (#197)

⚠️ BREAKING CHANGES:

  • The ID field of the DirectoryObject model has been renamed to Id and a method ID() has been introduced (#198)

v0.51.0

27 Oct 18:42
ab078f6
Compare
Choose a tag to compare

v0.50.0

12 Oct 10:48
b31da9d
Compare
Choose a tag to compare
  • Environments: add Synapse API in USGovernment (#186)

v0.49.0

29 Sep 21:11
74bfde9
Compare
Choose a tag to compare
  • Service Principals: support for the Oauth2PermissionScopes field (json oauth2PermissionScopes), which is used by the v1.0 API (#183)

v0.48.0

29 Sep 16:26
77040ec
Compare
Choose a tag to compare
  • Bug fix: SynchronizationTaskExecution.CountEntitled has changed from a string to an int64 (#172)
  • Support for B2C User Flows (#179)
  • Support for User Flow Attributes (#182)
  • Add an AdditionalData field of type map[string]interface{} to the DirectoryObject model, for returning additional untyped fields (#171)
  • AppRoleAssignmentsClient.List() - support odata query parameters (#181)
  • Environments: add new well-known App IDs MicrosoftAzureFrontDoor and MicrosoftAzureFrontDoorCdn` (#175)
  • OData: Support for a ConsistencyLevel header with the value session (#174)

⚠️ BREAKING CHANGES:

  • Group.GroupTypes has changed from a []GroupType to a *[]GroupType (#160)
  • Group.ResourceBehaviorOptions has changed from a []GroupResourceBehaviorOption to a *[]GroupResourceBehaviorOption (#160)
  • Group.ResourceProvisioningOptions has changed from a []GroupResourceProvisioningOption to a *[]GroupResourceProvisioningOption (#160)

v0.47.1

30 Aug 16:38
fb66fbf
Compare
Choose a tag to compare
  • Bugfix: Add missing configuration checks for OIDC methods in the auth.Config.NewAuthorizer() method (#173)

v0.47.0

25 Aug 22:11
7888a91
Compare
Choose a tag to compare

v0.46.0

27 Apr 11:45
879dfad
Compare
Choose a tag to compare
  • Added Azure Security Insights to environments.PublishedApis (#162)
  • Added linux to supported msgraph.ConditionalAccessDevicePlatform values (#163)
  • Added SubscribeMembersToCalendarEventsDisabled to supported msgraph.GroupResourceBehaviorOption values (#163)

v0.45.0

21 Apr 15:29
d9b95b4
Compare
Choose a tag to compare

⚠️ BREAKING CHANGES:

  • Removed omitempty from the JSON struct tag for the Locations and Platforms fields of the msgraph.ConditionalAccessConditionSet model (#161)