Skip to content

Releases: microsoftgraph/msgraph-sdk-go-core

v1.2.1

26 Aug 13:58
d21ed02
Compare
Choose a tag to compare

1.2.1 (2024-08-26)

Bug Fixes

  • repeated slice uploading on large file upload task (cb329cc)

v1.2.0

15 Jul 11:36
e078aab
Compare
Choose a tag to compare

1.2.0 (2024-07-15)

Features

Bug Fixes

  • allows registration of page iterator headers (#309) (d4b0806)
  • content range order during upload (#304) (f241e94)

v1.1.0

10 Jul 12:18
db64137
Compare
Choose a tag to compare

1.1.0 (2024-07-10)

Features

Bug Fixes

v1.0.2

05 Feb 11:26
b17ae64
Compare
Choose a tag to compare

Changed

  • Fixed a bug where GetBatchResponseById failed to deserialize error response bodies.

v1.0.1

24 Nov 14:16
v1.0.1
1eda545
Compare
Choose a tag to compare

Changed

  • Fixed a bug where page iterator would panic if it couldn't find the GetValue method on the collection.

v1.0.0

04 May 09:48
a3e92f5
Compare
Choose a tag to compare

Changed

  • GA Release.

v0.36.2

03 May 16:16
edadb21
Compare
Choose a tag to compare

Added

  • PageIterator exposes odata.nextLink and odata.deltaLink of most recent page.

v0.36.1

17 Apr 15:11
d6bf040
Compare
Choose a tag to compare

Added

  • Adds url token replacement to batch requests.

v0.36.0

29 Mar 06:10
8ef6d31
Compare
Choose a tag to compare

Added

  • Adds BatchRequestCollection support.

v0.35.0

27 Mar 08:43
ffd76dc
Compare
Choose a tag to compare

Added

  • PageIterator uses generics to define return type.