Removed WithConfigurationAndResponseHandler overloads to reduce the size of the SDK.
client.Me().Get() now becomes client.Me().Get(context.Background(), nil) (or pass some higher level context). client.Me().GetWithConfigurationAndResponseHandler(requestConfigurationValue, nil) now becomes client.Me().Get(context, requestConfigurationValue). client.Me().GetWithConfigurationAndResponseHandler(nil, responseHandler) now becomes client.Me().Get(context, requestConfigurationValue) where the request configuration has a RequestHandlerOption in its options (from abstractions).
The body argument (POST, PATCH, PUT) is the second argument. (after the context)
[0.36.0] - 2022-08-30
Changed
Weekly generation
[0.35.0] - 2022-08-23
Changed
Weekly generation
[0.34.0] - 2022-08-17
Changed
Weekly generation
[0.33.0] - 2022-08-10
Changed
Weekly generation
[0.32.0] - 2022-08-04
... (truncated)
Commits
703711d Merge pull request #268 from microsoftgraph/dependabot/go_modules/github.com/...
7a3d6ff - adds changelog entry and bumps version for reference update
56b6ad2 - updates reference to core and kiota libs
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps github.com/microsoftgraph/msgraph-sdk-go from 0.30.0 to 0.38.1.
Release notes
Sourced from github.com/microsoftgraph/msgraph-sdk-go's releases.
Changelog
Sourced from github.com/microsoftgraph/msgraph-sdk-go's changelog.
... (truncated)
Commits
703711d
Merge pull request #268 from microsoftgraph/dependabot/go_modules/github.com/...7a3d6ff
- adds changelog entry and bumps version for reference update56b6ad2
- updates reference to core and kiota libsf09e5d6
Bump github.com/microsoft/kiota-serialization-text-go1803586
Merge pull request #266 from microsoftgraph/users/GitHubPolicyService/25dd2f4...42f0131
Microsoft mandatory fileb481b95
Merge pull request #261 from microsoftgraph/v1.0/pipelinebuild/85272e18b03e
- adds changelog entry for weekly generationcde8dc3
Update generated files with build 852728c60e60
Update readme examples (#259)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)