Releases: microsoftgraph/msgraph-sdk-go-core
Releases · microsoftgraph/msgraph-sdk-go-core
v1.2.1
v1.2.0
v1.1.0
v1.0.2
Changed
- Fixed a bug where GetBatchResponseById failed to deserialize error response bodies.
v1.0.1
Changed
- Fixed a bug where page iterator would panic if it couldn't find the GetValue method on the collection.
v1.0.0
Changed
- GA Release.
v0.36.2
Added
PageIterator
exposesodata.nextLink
andodata.deltaLink
of most recent page.
v0.36.1
Added
- Adds url token replacement to batch requests.
v0.36.0
Added
- Adds
BatchRequestCollection
support.
v0.35.0
Added
PageIterator
uses generics to define return type.