Skip to content

Releases: microsoftgraph/msgraph-sdk-dotnet-core

2.0.0-preview.13

18 Jun 06:50
6e1a5a9
Compare
Choose a tag to compare
2.0.0-preview.13 Pre-release
Pre-release

Changes:

  • Add support for accessing stream contents in batch requests. #262
  • Fix for null reference on error property in payload #260
  • Include DOD cloud in GraphClientFactory cloud list #259
See More * 6e1a5a9 Merge pull request #262 from microsoftgraph/andrueastman/addBatchStreamResponse * 2ec045d PR review feedback * 30131b9 Fix using statements * b5b8b78 Add support for accessing stream contents in batch requests. * 60e066b Merge pull request #260 from microsoftgraph/andrueastman/FixNullReferenceError * 64bb986 Merge branch 'feature/2.0' into andrueastman/FixNullReferenceError * 9d7ddd3 Merge pull request #259 from microsoftgraph/andrueastman/includeUSCloud * d56e8bd Pr review feedback * 15a3677 Fix for null reference on error property in payload * a62e4d6 Include DOD cloud in GraphClientFactory cloud list * 22ea6bb Merge pull request #257 from microsoftgraph/andrueastman/FixBachHeaders * 5e2908f PR feedback changes * e1646b5 Apply suggestions from code review * f23377c updates csproj * b002da7 Fix sending of headers * 134c249 Merge pull request #256 from microsoftgraph/andrueastman/fixDerivedTypeConverter * 7fac37f Remove newtonsoft reference in readme * 85f14d7 Use type assembly info in cache key * e15d706 Merge pull request #255 from microsoftgraph/andrueastman/FixUrlEncoding * 1ae669a Fix for url query parameter data encoding * 5dcd993 Merge pull request #252 from sintemal/feature/2.0 * 5a66bdc Make IBaseRequest Method attribute settable * ec29443 Merge pull request #249 from microsoftgraph/andrueastman/FixDerivedTypeConverter * b9df1b5 Fix for derivedTypeConverter * 9a743c8 Merge pull request #246 from microsoftgraph/andrueastman/PageIterator * 4fef8f5 Use Mocking to replace handwritten mocks * 8b2cf6f Minor cleanup * 271f050 Initial tests * 6300b91 Merge pull request #245 from microsoftgraph/andrueastman/fixTimeOfDayConverter * c0bab2f Add comment * 860f55b Fix deserailization of timeofday with leading zeros * 8883272 Merge pull request #242 from microsoftgraph/andrueastman/fixRedirectHandler * 9679876 Merge pull request #243 from microsoftgraph/andrueastman/ImproveDerviedTypeConverter * 9615b8c Adds tests. Adds JsonIgnore support to derived type converter * e15e412 Remove the catching of KeyNotFoundException * b546c8a Fix for retry handler * ba5eb68 Merge pull request #240 from microsoftgraph/andrueastman/syncSymbols * acdf598 Merge pull request #230 from microsoftgraph/zengin/portable-pdbs * 25fc88a Add source link to enable debugging of our NuGet package (#228) * 3a94e4f Merge pull request #238 from microsoftgraph/andrueastman/updateDependency * 7cf0169 Merge pull request #239 from microsoftgraph/andrueastman/syncVnextBranch * 574807b Update System.Text.Json dependency to fix camelCasing bug * 88c98ff Merge pull request #237 from microsoftgraph/andrueastman/fixDerivedTypeConverter * 70c2757 Merge pull request #235 from microsoftgraph/andrueastman/loggingHandler * 48dc4a2 Merge pull request #233 from microsoftgraph/andrueastman/loggingHandler * e4921ac Merge pull request #63 from tony-xia/typo-in-variable-name * 9f65209 Merge pull request #136 from danespinosa/dev * f33a3bc Merge pull request #221 from AlexandreArpin/alexandrearpin/issue-214 * 60905d0 Fix derivedtype converter serialization with AdditionalData * 55cda0c Merge pull request #234 from microsoftgraph/andrueastman/fixDateTimeOffset * 7fe64ef Fix typo * a50d4a6 Adds more tests with non zero offsets * a38c86c Add more tests * e70e96d Serialize DateTimeoffset to ISO 8601-1:2019 format strings * b366a25 Merge pull request #226 from microsoftgraph/MIchaelMainer/drainRetryResponse * b15f002 Update RetryHandler.cs * e25d1bf Merge pull request #220 from microsoftgraph/andrueastman/Netframworkupgrade * 14ab9f7 Update csproj to netframework 4.6.2 * bcbc09c Merge pull request #218 from microsoftgraph/andrueastman/changeMEthodType * 6010bc2 Moved enum to separate file * d6a1465 Updated mimetypes to use values from CoreConstants * 7d76941 Change type of method to Enum * 0e6cbf8 Merge pull request #216 from microsoftgraph/andrueastman/httpMethods * 77ecb47 Add http method constants * 5ad58bd Merge pull request #213 from microsoftgraph/andrueastman/ResponseHandlerEmptyStream * d24a549 Update csproj * 2bc6dd1 Make behavior consistent for strings and streams * 6349e54 Merge pull request #209 from microsoftgraph/andrueastman/ReleaseNotes * 482d5aa Typo update * 5ea3da7 Updates csproj with release note * 348f316 Merge pull request #208 from microsoftgraph/andrueastman/fixResponseHandler * b1ad0ec Update responseHandler to be avoid setting headers and status * 4a3db4d Merge pull request #204 from microsoftgraph/andrueastman/sync2.0 [ #200 ] * 15bb634 Merge pull request #200 from microsoftgraph/andrueastman/smallFixes * eb8ce36 Merge pull request #194 from microsoftgraph/andrueastman/fixPolymorphicDeserialization * a5d7661 Remove unnecessary stream.FlushAsync as writer will flush the stream * e671d00 Fix for incorrect polymorphic deserialization * 4a165fb Merge pull request #186 from microsoftgraph/andrueastman/ComposableFunction2.0 * 7f41d1f Update csproj * 8cea677 Support composable functions from the generated service library (#183) * 1229294 Merge pull request #184 from microsoftgraph/andrueastman/OdataPrimitiveDeserialization * c2679ab Update csproj * 17023c3 Refactor PR 135 for system.text.json * 1052407 Fixes deserialization of OData primitive types (#135) * 3af9403 Merge pull request #182 from microsoftgraph/andrueastman/sync2.0 * 54b8ca5 Update csproj * 287766b Update test project to net core 3.1 * f5113dd Update test to use new model * 68088a3 Add Continuous Access Evaluation (CAE) support (#173) * e88fab4 Add support for content type with parameters (#169) * 85131a0 Fix for NullReference exception thrown when contentType is empty (#164) * 2e548cf Fix DefaultMaxSliceSize in LargeFileUpload task (#159) * 5a6469a Create dependabot.yml (#146) * 1d67570 Fixed signing connected service name * 4f511d2 Use new service connection (#130) * 6dcbb41 Add `IBaseRequestBuilder` interface to `BaseRequestBuilder` class (#128) * 31f6954 Merge pull request #121 from microsoftgraph/mmainer/fixPreviewIncrement * f115d3e Compression header handling (#118) * f0165a8 Merge pull request #110 from microsoftgraph/supportMacHttpHandlers * 52189cb Merge pull request #101 from microsoftgraph/jobala-patch-1 [skip ci] * 6ae4d2c GraphResponse Support (#112) * 342997b Fix for incorrect task cancellation in the providers (#109...
Read more

2.0.0-preview.12

07 Jun 07:09
22ea6bb
Compare
Choose a tag to compare
2.0.0-preview.12 Pre-release
Pre-release

Changes:

  • Fixes #196 - Calls to .Select, .Filter, .OrderBy to every IGraphService*CollectionRequest should not add the parameter if the argument is null or empty
  • Fixes #248 - URL encode query parameters of request URLs
  • Fixes #139 - Deserialization issue when using both the Beta and non-beta libaries
  • Fixes #258 - Batch function not sending the ImmutableID header
  • #252 - Make IBaseRequest Method attribute settable
See More * 22ea6bb Merge pull request #257 from microsoftgraph/andrueastman/FixBachHeaders * 5e2908f PR feedback changes * e1646b5 Apply suggestions from code review * f23377c updates csproj * b002da7 Fix sending of headers * 134c249 Merge pull request #256 from microsoftgraph/andrueastman/fixDerivedTypeConverter * 7fac37f Remove newtonsoft reference in readme * 85f14d7 Use type assembly info in cache key * e15d706 Merge pull request #255 from microsoftgraph/andrueastman/FixUrlEncoding * 1ae669a Fix for url query parameter data encoding * 5dcd993 Merge pull request #252 from sintemal/feature/2.0 * 5a66bdc Make IBaseRequest Method attribute settable * ec29443 Merge pull request #249 from microsoftgraph/andrueastman/FixDerivedTypeConverter * b9df1b5 Fix for derivedTypeConverter * 9a743c8 Merge pull request #246 from microsoftgraph/andrueastman/PageIterator * 4fef8f5 Use Mocking to replace handwritten mocks * 8b2cf6f Minor cleanup * 271f050 Initial tests * 6300b91 Merge pull request #245 from microsoftgraph/andrueastman/fixTimeOfDayConverter * c0bab2f Add comment * 860f55b Fix deserailization of timeofday with leading zeros * 8883272 Merge pull request #242 from microsoftgraph/andrueastman/fixRedirectHandler * 9679876 Merge pull request #243 from microsoftgraph/andrueastman/ImproveDerviedTypeConverter * 9615b8c Adds tests. Adds JsonIgnore support to derived type converter * e15e412 Remove the catching of KeyNotFoundException * b546c8a Fix for retry handler * ba5eb68 Merge pull request #240 from microsoftgraph/andrueastman/syncSymbols * acdf598 Merge pull request #230 from microsoftgraph/zengin/portable-pdbs * 25fc88a Add source link to enable debugging of our NuGet package (#228) * 3a94e4f Merge pull request #238 from microsoftgraph/andrueastman/updateDependency * 7cf0169 Merge pull request #239 from microsoftgraph/andrueastman/syncVnextBranch * 574807b Update System.Text.Json dependency to fix camelCasing bug * 88c98ff Merge pull request #237 from microsoftgraph/andrueastman/fixDerivedTypeConverter * 70c2757 Merge pull request #235 from microsoftgraph/andrueastman/loggingHandler * 48dc4a2 Merge pull request #233 from microsoftgraph/andrueastman/loggingHandler * e4921ac Merge pull request #63 from tony-xia/typo-in-variable-name * 9f65209 Merge pull request #136 from danespinosa/dev * f33a3bc Merge pull request #221 from AlexandreArpin/alexandrearpin/issue-214 * 60905d0 Fix derivedtype converter serialization with AdditionalData * 55cda0c Merge pull request #234 from microsoftgraph/andrueastman/fixDateTimeOffset * 7fe64ef Fix typo * a50d4a6 Adds more tests with non zero offsets * a38c86c Add more tests * e70e96d Serialize DateTimeoffset to ISO 8601-1:2019 format strings * b366a25 Merge pull request #226 from microsoftgraph/MIchaelMainer/drainRetryResponse * b15f002 Update RetryHandler.cs * e25d1bf Merge pull request #220 from microsoftgraph/andrueastman/Netframworkupgrade * 14ab9f7 Update csproj to netframework 4.6.2 * bcbc09c Merge pull request #218 from microsoftgraph/andrueastman/changeMEthodType * 6010bc2 Moved enum to separate file * d6a1465 Updated mimetypes to use values from CoreConstants * 7d76941 Change type of method to Enum * 0e6cbf8 Merge pull request #216 from microsoftgraph/andrueastman/httpMethods * 77ecb47 Add http method constants * 5ad58bd Merge pull request #213 from microsoftgraph/andrueastman/ResponseHandlerEmptyStream * d24a549 Update csproj * 2bc6dd1 Make behavior consistent for strings and streams * 6349e54 Merge pull request #209 from microsoftgraph/andrueastman/ReleaseNotes * 482d5aa Typo update * 5ea3da7 Updates csproj with release note * 348f316 Merge pull request #208 from microsoftgraph/andrueastman/fixResponseHandler * b1ad0ec Update responseHandler to be avoid setting headers and status * 4a3db4d Merge pull request #204 from microsoftgraph/andrueastman/sync2.0 [ #200 ] * 15bb634 Merge pull request #200 from microsoftgraph/andrueastman/smallFixes * eb8ce36 Merge pull request #194 from microsoftgraph/andrueastman/fixPolymorphicDeserialization * a5d7661 Remove unnecessary stream.FlushAsync as writer will flush the stream * e671d00 Fix for incorrect polymorphic deserialization * 4a165fb Merge pull request #186 from microsoftgraph/andrueastman/ComposableFunction2.0 * 7f41d1f Update csproj * 8cea677 Support composable functions from the generated service library (#183) * 1229294 Merge pull request #184 from microsoftgraph/andrueastman/OdataPrimitiveDeserialization * c2679ab Update csproj * 17023c3 Refactor PR 135 for system.text.json * 1052407 Fixes deserialization of OData primitive types (#135) * 3af9403 Merge pull request #182 from microsoftgraph/andrueastman/sync2.0 * 54b8ca5 Update csproj * 287766b Update test project to net core 3.1 * f5113dd Update test to use new model * 68088a3 Add Continuous Access Evaluation (CAE) support (#173) * e88fab4 Add support for content type with parameters (#169) * 85131a0 Fix for NullReference exception thrown when contentType is empty (#164) * 2e548cf Fix DefaultMaxSliceSize in LargeFileUpload task (#159) * 5a6469a Create dependabot.yml (#146) * 1d67570 Fixed signing connected service name * 4f511d2 Use new service connection (#130) * 6dcbb41 Add `IBaseRequestBuilder` interface to `BaseRequestBuilder` class (#128) * 31f6954 Merge pull request #121 from microsoftgraph/mmainer/fixPreviewIncrement * f115d3e Compression header handling (#118) * f0165a8 Merge pull request #110 from microsoftgraph/supportMacHttpHandlers * 52189cb Merge pull request #101 from microsoftgraph/jobala-patch-1 [skip ci] * 6ae4d2c GraphResponse Support (#112) * 342997b Fix for incorrect task cancellation in the providers (#109) * 64ccaca DeltaResponseHandler with System.Text.Json (#108) * 19b8f15 Add general support for System.Text.Json (#104) * 8007f66 Batch Requests with System.Text.Json (#97) * 6f7a55a Add NuGet install so the image uses the latest * 5f96880 ...
Read more

2.0.0-preview.11

07 May 06:52
ec29443
Compare
Choose a tag to compare
2.0.0-preview.11 Pre-release
Pre-release

Changes:

  • ec29443 Merge pull request #249 from microsoftgraph/andrueastman/FixDerivedTypeConverter
  • b9df1b5 Fix for derivedTypeConverter
  • 9a743c8 Merge pull request #246 from microsoftgraph/andrueastman/PageIterator
  • 4fef8f5 Use Mocking to replace handwritten mocks
  • 8b2cf6f Minor cleanup
  • 271f050 Initial tests
  • 6300b91 Merge pull request #245 from microsoftgraph/andrueastman/fixTimeOfDayConverter
  • c0bab2f Add comment
  • 860f55b Fix deserailization of timeofday with leading zeros
  • 8883272 Merge pull request #242 from microsoftgraph/andrueastman/fixRedirectHandler
See More
  • 9679876 Merge pull request #243 from microsoftgraph/andrueastman/ImproveDerviedTypeConverter
  • 9615b8c Adds tests. Adds JsonIgnore support to derived type converter
  • e15e412 Remove the catching of KeyNotFoundException
  • b546c8a Fix for retry handler
  • ba5eb68 Merge pull request #240 from microsoftgraph/andrueastman/syncSymbols
  • acdf598 Merge pull request #230 from microsoftgraph/zengin/portable-pdbs
  • 25fc88a Add source link to enable debugging of our NuGet package (#228)
  • 3a94e4f Merge pull request #238 from microsoftgraph/andrueastman/updateDependency
  • 7cf0169 Merge pull request #239 from microsoftgraph/andrueastman/syncVnextBranch
  • 574807b Update System.Text.Json dependency to fix camelCasing bug
  • 88c98ff Merge pull request #237 from microsoftgraph/andrueastman/fixDerivedTypeConverter
  • 70c2757 Merge pull request #235 from microsoftgraph/andrueastman/loggingHandler
  • 48dc4a2 Merge pull request #233 from microsoftgraph/andrueastman/loggingHandler
  • e4921ac Merge pull request #63 from tony-xia/typo-in-variable-name
  • 9f65209 Merge pull request #136 from danespinosa/dev
  • f33a3bc Merge pull request #221 from AlexandreArpin/alexandrearpin/issue-214
  • 60905d0 Fix derivedtype converter serialization with AdditionalData
  • 55cda0c Merge pull request #234 from microsoftgraph/andrueastman/fixDateTimeOffset
  • 7fe64ef Fix typo
  • a50d4a6 Adds more tests with non zero offsets
  • a38c86c Add more tests
  • e70e96d Serialize DateTimeoffset to ISO 8601-1:2019 format strings
  • b366a25 Merge pull request #226 from microsoftgraph/MIchaelMainer/drainRetryResponse
  • b15f002 Update RetryHandler.cs
  • e25d1bf Merge pull request #220 from microsoftgraph/andrueastman/Netframworkupgrade
  • 14ab9f7 Update csproj to netframework 4.6.2
  • bcbc09c Merge pull request #218 from microsoftgraph/andrueastman/changeMEthodType
  • 6010bc2 Moved enum to separate file
  • d6a1465 Updated mimetypes to use values from CoreConstants
  • 7d76941 Change type of method to Enum
  • 0e6cbf8 Merge pull request #216 from microsoftgraph/andrueastman/httpMethods
  • 77ecb47 Add http method constants
  • 5ad58bd Merge pull request #213 from microsoftgraph/andrueastman/ResponseHandlerEmptyStream
  • d24a549 Update csproj
  • 2bc6dd1 Make behavior consistent for strings and streams
  • 6349e54 Merge pull request #209 from microsoftgraph/andrueastman/ReleaseNotes
  • 482d5aa Typo update
  • 5ea3da7 Updates csproj with release note
  • 348f316 Merge pull request #208 from microsoftgraph/andrueastman/fixResponseHandler
  • b1ad0ec Update responseHandler to be avoid setting headers and status
  • 4a3db4d Merge pull request #204 from microsoftgraph/andrueastman/sync2.0 [ #200 ]
  • 15bb634 Merge pull request #200 from microsoftgraph/andrueastman/smallFixes
  • eb8ce36 Merge pull request #194 from microsoftgraph/andrueastman/fixPolymorphicDeserialization
  • a5d7661 Remove unnecessary stream.FlushAsync as writer will flush the stream
  • e671d00 Fix for incorrect polymorphic deserialization
  • 4a165fb Merge pull request #186 from microsoftgraph/andrueastman/ComposableFunction2.0
  • 7f41d1f Update csproj
  • 8cea677 Support composable functions from the generated service library (#183)
  • 1229294 Merge pull request #184 from microsoftgraph/andrueastman/OdataPrimitiveDeserialization
  • c2679ab Update csproj
  • 17023c3 Refactor PR 135 for system.text.json
  • 1052407 Fixes deserialization of OData primitive types (#135)
  • 3af9403 Merge pull request #182 from microsoftgraph/andrueastman/sync2.0
  • 54b8ca5 Update csproj
  • 287766b Update test project to net core 3.1
  • f5113dd Update test to use new model
  • 68088a3 Add Continuous Access Evaluation (CAE) support (#173)
  • e88fab4 Add support for content type with parameters (#169)
  • 85131a0 Fix for NullReference exception thrown when contentType is empty (#164)
  • 2e548cf Fix DefaultMaxSliceSize in LargeFileUpload task (#159)
  • 5a6469a Create dependabot.yml (#146)
  • 1d67570 Fixed signing connected service name
  • 4f511d2 Use new service connection (#130)
  • 6dcbb41 Add IBaseRequestBuilder interface to BaseRequestBuilder class (#128)
  • 31f6954 Merge pull request #121 from microsoftgraph/mmainer/fixPreviewIncrement
  • f115d3e Compression header handling (#118)
  • f0165a8 Merge pull request #110 from microsoftgraph/supportMacHttpHandlers
  • 52189cb Merge pull request #101 from microsoftgraph/jobala-patch-1 [skip ci]
  • 6ae4d2c GraphResponse Support (#112)
  • 342997b Fix for incorrect task cancellation in the providers (#109)
  • 64ccaca DeltaResponseHandler with System.Text.Json (#108)
  • 19b8f15 Add general support for System.Text.Json (#104)
  • 8007f66 Batch Requests with System.Text.Json (#97)
  • 6f7a55a Add NuGet install so the image uses the latest
  • 5f96880 Update previewBuild.yml for Azure Pipelines (#96)
  • 2e9b5fd TokenCredential Support (#95)
  • 765aab1 Testing 2.0 CI/CD (#92)
  • 8e2a5ca Added feature/2.0 branch trigger

This list of changes was auto generated.

2.0.0-preview.10

21 Apr 08:16
6300b91
Compare
Choose a tag to compare
2.0.0-preview.10 Pre-release
Pre-release

Changes:

  • 6300b91 Merge pull request #245 from microsoftgraph/andrueastman/fixTimeOfDayConverter
  • c0bab2f Add comment
  • 860f55b Fix deserailization of timeofday with leading zeros
  • 8883272 Merge pull request #242 from microsoftgraph/andrueastman/fixRedirectHandler
  • 9679876 Merge pull request #243 from microsoftgraph/andrueastman/ImproveDerviedTypeConverter
  • 9615b8c Adds tests. Adds JsonIgnore support to derived type converter
  • e15e412 Remove the catching of KeyNotFoundException
  • b546c8a Fix for retry handler
  • ba5eb68 Merge pull request #240 from microsoftgraph/andrueastman/syncSymbols
  • acdf598 Merge pull request #230 from microsoftgraph/zengin/portable-pdbs
See More
  • 25fc88a Add source link to enable debugging of our NuGet package (#228)
  • 3a94e4f Merge pull request #238 from microsoftgraph/andrueastman/updateDependency
  • 7cf0169 Merge pull request #239 from microsoftgraph/andrueastman/syncVnextBranch
  • 574807b Update System.Text.Json dependency to fix camelCasing bug
  • 88c98ff Merge pull request #237 from microsoftgraph/andrueastman/fixDerivedTypeConverter
  • 70c2757 Merge pull request #235 from microsoftgraph/andrueastman/loggingHandler
  • 48dc4a2 Merge pull request #233 from microsoftgraph/andrueastman/loggingHandler
  • e4921ac Merge pull request #63 from tony-xia/typo-in-variable-name
  • 9f65209 Merge pull request #136 from danespinosa/dev
  • f33a3bc Merge pull request #221 from AlexandreArpin/alexandrearpin/issue-214
  • 60905d0 Fix derivedtype converter serialization with AdditionalData
  • 55cda0c Merge pull request #234 from microsoftgraph/andrueastman/fixDateTimeOffset
  • 7fe64ef Fix typo
  • a50d4a6 Adds more tests with non zero offsets
  • a38c86c Add more tests
  • e70e96d Serialize DateTimeoffset to ISO 8601-1:2019 format strings
  • b366a25 Merge pull request #226 from microsoftgraph/MIchaelMainer/drainRetryResponse
  • b15f002 Update RetryHandler.cs
  • e25d1bf Merge pull request #220 from microsoftgraph/andrueastman/Netframworkupgrade
  • 14ab9f7 Update csproj to netframework 4.6.2
  • bcbc09c Merge pull request #218 from microsoftgraph/andrueastman/changeMEthodType
  • 6010bc2 Moved enum to separate file
  • d6a1465 Updated mimetypes to use values from CoreConstants
  • 7d76941 Change type of method to Enum
  • 0e6cbf8 Merge pull request #216 from microsoftgraph/andrueastman/httpMethods
  • 77ecb47 Add http method constants
  • 5ad58bd Merge pull request #213 from microsoftgraph/andrueastman/ResponseHandlerEmptyStream
  • d24a549 Update csproj
  • 2bc6dd1 Make behavior consistent for strings and streams
  • 6349e54 Merge pull request #209 from microsoftgraph/andrueastman/ReleaseNotes
  • 482d5aa Typo update
  • 5ea3da7 Updates csproj with release note
  • 348f316 Merge pull request #208 from microsoftgraph/andrueastman/fixResponseHandler
  • b1ad0ec Update responseHandler to be avoid setting headers and status
  • 4a3db4d Merge pull request #204 from microsoftgraph/andrueastman/sync2.0 [ #200 ]
  • 15bb634 Merge pull request #200 from microsoftgraph/andrueastman/smallFixes
  • eb8ce36 Merge pull request #194 from microsoftgraph/andrueastman/fixPolymorphicDeserialization
  • a5d7661 Remove unnecessary stream.FlushAsync as writer will flush the stream
  • e671d00 Fix for incorrect polymorphic deserialization
  • 4a165fb Merge pull request #186 from microsoftgraph/andrueastman/ComposableFunction2.0
  • 7f41d1f Update csproj
  • 8cea677 Support composable functions from the generated service library (#183)
  • 1229294 Merge pull request #184 from microsoftgraph/andrueastman/OdataPrimitiveDeserialization
  • c2679ab Update csproj
  • 17023c3 Refactor PR 135 for system.text.json
  • 1052407 Fixes deserialization of OData primitive types (#135)
  • 3af9403 Merge pull request #182 from microsoftgraph/andrueastman/sync2.0
  • 54b8ca5 Update csproj
  • 287766b Update test project to net core 3.1
  • f5113dd Update test to use new model
  • 68088a3 Add Continuous Access Evaluation (CAE) support (#173)
  • e88fab4 Add support for content type with parameters (#169)
  • 85131a0 Fix for NullReference exception thrown when contentType is empty (#164)
  • 2e548cf Fix DefaultMaxSliceSize in LargeFileUpload task (#159)
  • 5a6469a Create dependabot.yml (#146)
  • 1d67570 Fixed signing connected service name
  • 4f511d2 Use new service connection (#130)
  • 6dcbb41 Add IBaseRequestBuilder interface to BaseRequestBuilder class (#128)
  • 31f6954 Merge pull request #121 from microsoftgraph/mmainer/fixPreviewIncrement
  • f115d3e Compression header handling (#118)
  • f0165a8 Merge pull request #110 from microsoftgraph/supportMacHttpHandlers
  • 52189cb Merge pull request #101 from microsoftgraph/jobala-patch-1 [skip ci]
  • 6ae4d2c GraphResponse Support (#112)
  • 342997b Fix for incorrect task cancellation in the providers (#109)
  • 64ccaca DeltaResponseHandler with System.Text.Json (#108)
  • 19b8f15 Add general support for System.Text.Json (#104)
  • 8007f66 Batch Requests with System.Text.Json (#97)
  • 6f7a55a Add NuGet install so the image uses the latest
  • 5f96880 Update previewBuild.yml for Azure Pipelines (#96)
  • 2e9b5fd TokenCredential Support (#95)
  • 765aab1 Testing 2.0 CI/CD (#92)
  • 8e2a5ca Added feature/2.0 branch trigger

This list of changes was auto generated.

2.0.0-preview.9: Merge pull request #240 from microsoftgraph/andrueastman/syncSymbols

01 Apr 15:59
ba5eb68
Compare
Choose a tag to compare

Changes:

  • ba5eb68 Merge pull request #240 from microsoftgraph/andrueastman/syncSymbols
  • acdf598 Merge pull request #230 from microsoftgraph/zengin/portable-pdbs
  • 25fc88a Add source link to enable debugging of our NuGet package (#228)
  • 3a94e4f Merge pull request #238 from microsoftgraph/andrueastman/updateDependency
  • 7cf0169 Merge pull request #239 from microsoftgraph/andrueastman/syncVnextBranch
  • 574807b Update System.Text.Json dependency to fix camelCasing bug
  • 88c98ff Merge pull request #237 from microsoftgraph/andrueastman/fixDerivedTypeConverter
  • 70c2757 Merge pull request #235 from microsoftgraph/andrueastman/loggingHandler
  • 48dc4a2 Merge pull request #233 from microsoftgraph/andrueastman/loggingHandler
  • e4921ac Merge pull request #63 from tony-xia/typo-in-variable-name
See More
  • 9f65209 Merge pull request #136 from danespinosa/dev
  • f33a3bc Merge pull request #221 from AlexandreArpin/alexandrearpin/issue-214
  • 60905d0 Fix derivedtype converter serialization with AdditionalData
  • 55cda0c Merge pull request #234 from microsoftgraph/andrueastman/fixDateTimeOffset
  • 7fe64ef Fix typo
  • a50d4a6 Adds more tests with non zero offsets
  • a38c86c Add more tests
  • e70e96d Serialize DateTimeoffset to ISO 8601-1:2019 format strings
  • b366a25 Merge pull request #226 from microsoftgraph/MIchaelMainer/drainRetryResponse
  • b15f002 Update RetryHandler.cs
  • e25d1bf Merge pull request #220 from microsoftgraph/andrueastman/Netframworkupgrade
  • 14ab9f7 Update csproj to netframework 4.6.2
  • bcbc09c Merge pull request #218 from microsoftgraph/andrueastman/changeMEthodType
  • 6010bc2 Moved enum to separate file
  • d6a1465 Updated mimetypes to use values from CoreConstants
  • 7d76941 Change type of method to Enum
  • 0e6cbf8 Merge pull request #216 from microsoftgraph/andrueastman/httpMethods
  • 77ecb47 Add http method constants
  • 5ad58bd Merge pull request #213 from microsoftgraph/andrueastman/ResponseHandlerEmptyStream
  • d24a549 Update csproj
  • 2bc6dd1 Make behavior consistent for strings and streams
  • 6349e54 Merge pull request #209 from microsoftgraph/andrueastman/ReleaseNotes
  • 482d5aa Typo update
  • 5ea3da7 Updates csproj with release note
  • 348f316 Merge pull request #208 from microsoftgraph/andrueastman/fixResponseHandler
  • b1ad0ec Update responseHandler to be avoid setting headers and status
  • 4a3db4d Merge pull request #204 from microsoftgraph/andrueastman/sync2.0 [ #200 ]
  • 15bb634 Merge pull request #200 from microsoftgraph/andrueastman/smallFixes
  • eb8ce36 Merge pull request #194 from microsoftgraph/andrueastman/fixPolymorphicDeserialization
  • a5d7661 Remove unnecessary stream.FlushAsync as writer will flush the stream
  • e671d00 Fix for incorrect polymorphic deserialization
  • 4a165fb Merge pull request #186 from microsoftgraph/andrueastman/ComposableFunction2.0
  • 7f41d1f Update csproj
  • 8cea677 Support composable functions from the generated service library (#183)
  • 1229294 Merge pull request #184 from microsoftgraph/andrueastman/OdataPrimitiveDeserialization
  • c2679ab Update csproj
  • 17023c3 Refactor PR 135 for system.text.json
  • 1052407 Fixes deserialization of OData primitive types (#135)
  • 3af9403 Merge pull request #182 from microsoftgraph/andrueastman/sync2.0
  • 54b8ca5 Update csproj
  • 287766b Update test project to net core 3.1
  • f5113dd Update test to use new model
  • 68088a3 Add Continuous Access Evaluation (CAE) support (#173)
  • e88fab4 Add support for content type with parameters (#169)
  • 85131a0 Fix for NullReference exception thrown when contentType is empty (#164)
  • 2e548cf Fix DefaultMaxSliceSize in LargeFileUpload task (#159)
  • 5a6469a Create dependabot.yml (#146)
  • 1d67570 Fixed signing connected service name
  • 4f511d2 Use new service connection (#130)
  • 6dcbb41 Add IBaseRequestBuilder interface to BaseRequestBuilder class (#128)
  • 31f6954 Merge pull request #121 from microsoftgraph/mmainer/fixPreviewIncrement
  • f115d3e Compression header handling (#118)
  • f0165a8 Merge pull request #110 from microsoftgraph/supportMacHttpHandlers
  • 52189cb Merge pull request #101 from microsoftgraph/jobala-patch-1 [skip ci]
  • 6ae4d2c GraphResponse Support (#112)
  • 342997b Fix for incorrect task cancellation in the providers (#109)
  • 64ccaca DeltaResponseHandler with System.Text.Json (#108)
  • 19b8f15 Add general support for System.Text.Json (#104)
  • 8007f66 Batch Requests with System.Text.Json (#97)
  • 6f7a55a Add NuGet install so the image uses the latest
  • 5f96880 Update previewBuild.yml for Azure Pipelines (#96)
  • 2e9b5fd TokenCredential Support (#95)
  • 765aab1 Testing 2.0 CI/CD (#92)
  • 8e2a5ca Added feature/2.0 branch trigger

This list of changes was auto generated.

1.25.1: Merge pull request #231 from microsoftgraph/dev

25 Mar 23:21
cebc6cb
Compare
Choose a tag to compare

Changes:

  • cebc6cb Merge pull request #231 from microsoftgraph/dev
  • c3112cb Merge pull request #230 from microsoftgraph/zengin/portable-pdbs
  • 9ef4779 change debug type to portable
  • fa5389e Add source link to enable debugging of our NuGet package (#228)

This list of changes was auto generated.

1.25.1-preview.2: Merge pull request #230 from microsoftgraph/zengin/portable-pdbs

25 Mar 22:55
c3112cb
Compare
Choose a tag to compare

Changes:

  • c3112cb Merge pull request #230 from microsoftgraph/zengin/portable-pdbs
  • 9ef4779 change debug type to portable
  • fa5389e Add source link to enable debugging of our NuGet package (#228)

This list of changes was auto generated.

1.25.1-preview.1: Add source link to enable debugging of our NuGet package (#228)

25 Mar 21:23
fa5389e
Compare
Choose a tag to compare

Changes:

  • fa5389e Add source link to enable debugging of our NuGet package (#228)

This list of changes was auto generated.

1.25.0: Merge pull request #224 from microsoftgraph/dev release 1.25

25 Mar 16:17
0421a6f
Compare
Choose a tag to compare

Changes:

  • 0421a6f Merge pull request #224 from microsoftgraph/dev release 1.25
  • 2466fdc Merge branch 'master' into dev
  • 8add943 Drain response content when shouldretry (#223)
  • 6ebbdf0 Merge pull request #63 from tony-xia/typo-in-variable-name
  • 5f58b64 Fix merge errors
  • fd9034f Merge remote-tracking branch 'origin/dev' into typo-in-variable-name
  • 1421ccc Merge pull request #136 from danespinosa/dev
  • f6374f3 Merge pull request #221 from AlexandreArpin/alexandrearpin/issue-214
  • 63a247c Fix pipeline and update release notes
  • 0586bc9 Fix InvalidOperationException when Location header is relative
See More
  • c914abb Merge pull request #212 from microsoftgraph/dependabot/nuget/Moq-4.16.1
  • 2e1b985 Bump Moq from 4.16.0 to 4.16.1
  • e7971f4 Merge pull request #211 from microsoftgraph/dependabot/nuget/Microsoft.NET.Test.Sdk-16.9.1
  • 0660c92 Bump Microsoft.NET.Test.Sdk from 16.8.3 to 16.9.1
  • 1946973 Merge pull request #200 from microsoftgraph/andrueastman/smallFixes
  • 9332e1e Add configureAwait call and add extra params.
  • 3d95f4b Merge pull request #199 from microsoftgraph/dependabot/nuget/Xamarin.Essentials-1.6.1
  • dd4f707 Bump Xamarin.Essentials from 1.6.0 to 1.6.1
  • 6eed98b Merge pull request #180 from microsoftgraph/dependabot/nuget/Microsoft.NET.Test.Sdk-16.8.3
  • 4ce3500 Bump Microsoft.NET.Test.Sdk from 16.7.1 to 16.8.3
  • 51143b2 Merge pull request #189 from microsoftgraph/dependabot/nuget/Xamarin.Essentials-1.6.0
  • 83c376a Merge pull request #157 from microsoftgraph/dependabot/nuget/xunit.runner.visualstudio-2.4.3
  • 9a1ec84 Merge pull request #198 from microsoftgraph/dependabot/nuget/Moq-4.16.0
  • 8f642b1 Bump Moq from 4.14.6 to 4.16.0
  • 0768a5b Bump Xamarin.Essentials from 1.5.3.2 to 1.6.0
  • 015f376 Support composable functions from the generated service library (#183)
  • 8b7ce60 Bump xunit.runner.visualstudio from 2.4.1 to 2.4.3
  • 02c8511 Update BaseRequest.cs
  • b0cdbcb Dummy change to kick off validation
  • 9b18f23 "Deserializex" -> "Deserialize"

This list of changes was auto generated.

Microsoft.Graph.Core.1.25.0-preview.2.nupkg: Drain response content when shouldretry (#223)

20 Mar 01:08
8add943
Compare
Choose a tag to compare

Changes:

  • 8add943 Drain response content when shouldretry (#223)
  • 6ebbdf0 Merge pull request #63 from tony-xia/typo-in-variable-name
  • 5f58b64 Fix merge errors
  • fd9034f Merge remote-tracking branch 'origin/dev' into typo-in-variable-name
  • 1421ccc Merge pull request #136 from danespinosa/dev
  • f6374f3 Merge pull request #221 from AlexandreArpin/alexandrearpin/issue-214
  • 63a247c Fix pipeline and update release notes
  • 0586bc9 Fix InvalidOperationException when Location header is relative
  • c914abb Merge pull request #212 from microsoftgraph/dependabot/nuget/Moq-4.16.1
  • 2e1b985 Bump Moq from 4.16.0 to 4.16.1
See More
  • e7971f4 Merge pull request #211 from microsoftgraph/dependabot/nuget/Microsoft.NET.Test.Sdk-16.9.1
  • 0660c92 Bump Microsoft.NET.Test.Sdk from 16.8.3 to 16.9.1
  • 1946973 Merge pull request #200 from microsoftgraph/andrueastman/smallFixes
  • 9332e1e Add configureAwait call and add extra params.
  • 3d95f4b Merge pull request #199 from microsoftgraph/dependabot/nuget/Xamarin.Essentials-1.6.1
  • dd4f707 Bump Xamarin.Essentials from 1.6.0 to 1.6.1
  • 6eed98b Merge pull request #180 from microsoftgraph/dependabot/nuget/Microsoft.NET.Test.Sdk-16.8.3
  • 4ce3500 Bump Microsoft.NET.Test.Sdk from 16.7.1 to 16.8.3
  • 51143b2 Merge pull request #189 from microsoftgraph/dependabot/nuget/Xamarin.Essentials-1.6.0
  • 83c376a Merge pull request #157 from microsoftgraph/dependabot/nuget/xunit.runner.visualstudio-2.4.3
  • 9a1ec84 Merge pull request #198 from microsoftgraph/dependabot/nuget/Moq-4.16.0
  • 8f642b1 Bump Moq from 4.14.6 to 4.16.0
  • 0768a5b Bump Xamarin.Essentials from 1.5.3.2 to 1.6.0
  • 015f376 Support composable functions from the generated service library (#183)
  • 8b7ce60 Bump xunit.runner.visualstudio from 2.4.1 to 2.4.3
  • 02c8511 Update BaseRequest.cs
  • b0cdbcb Dummy change to kick off validation
  • 9b18f23 "Deserializex" -> "Deserialize"

This list of changes was auto generated.