Skip to content

Releases: microsoftgraph/msgraph-sdk-dotnet-core

Microsoft.Graph.Core.1.19.0-preview.4.nupkg

03 Dec 19:15
7bf1f20
Compare
Choose a tag to compare

Changes:

  • 7bf1f20 Fix for deserialization in Batch requests and responses (#66)
  • 3c24714 Batch Request Enhancements (#56)
  • 34764a5 Added ChaosHandler (#55)
  • ada4500 Update pipeline building overwrite existing inner handlers (#53)
  • 3e8f7d7 BatchRequestStep enhancements (#47)
  • a2a7e2b Adds request builder for the batch endpoint to base client (#48)
  • b433dd7 Merge pull request #38 from microsoftgraph/andrueastman/simplehttpprovider
  • 1cb02dd Merge remote-tracking branch 'origin/andrueastman/simplehttpprovider' into andrueastman/simplehttpprovider
  • 3c2ed23 Resolves breaking tests
  • d0512bb Corrects version number
See More
  • 282fc4e Incorporates support for more detailed SeviceException/Error in the SimpleHttpProvider.
  • 1a9c2b5 Merge remote-tracking branch 'origin/dev' into andrueastman/simplehttpprovider
  • 9c89457 Improve ServiceException/Error class information (#37) [ #23, microsoftgraph/msgraph-sdk-dotnet#316 ]
  • 00d6636 Updates release notes
  • 9803d50 Bumps up version number.
  • 65b9a1a Add SimpleHttpProvider for GraphClientFactory compatibility
  • b3cb34f Update Microsoft.Graph.Core.csproj (#20)
  • e17f268 Update Microsoft.Graph.Core.csproj (#19)
  • 83837ed Mm/remove page iterator (#18)
  • b901700 Merge pull request #14 from microsoftgraph/is/retry-handler-update
  • 767b8fe Bumping up project version
  • 5b230e7 Refactoring the time-based request retry evaluation condition as per doc
  • 08cacb5 Using internal access modifier to restrict access to method
  • 17adc73 Code refactoring and adding new test
  • 4bed419 Removing redundant code and adding time-based retry evaluation
  • 9f73ba7 Re-adding methods for count-based retries and method renaming
  • 8a8d8e1 Revert "Removing redundant code"
  • 2e2db45 Using TimeSpan datatype
  • 9643d57 Setting default delay to 0.
  • c8c5455 Update to xml documentation and converting to overloaded method
  • a7bc6c0 Switching from int to TimeSpan datatype
  • 7b8c764 Variable renaming
  • 2f948af Removing redundant code
  • 51b4017 Code refactoring - property reference changes and renaming
  • 5fc7434 Code refactoring - renaming
  • 4913d12 Adding test for checking when delay is greater than RetryTimeLimit
  • 1abbf76 Property refactoring
  • e239ecc Checking whether we have reached the retry time limit
  • 8f48154 Update to test
  • 7f607d2 Method renaming
  • e00afe5 Implementing token cancellation
  • 908ea49 Property and variable renaming
  • 2c23a8b Merge pull request #13 from microsoftgraph/po/SkipCompressionHandler
  • 18b55d5 Update GraphClientFactory to skip CompressionHandler on Xamarin.iOS.
  • 058d990 Property and variable name changes
  • 9a4f096 Fix yaml definition, increment version, and failure notify (#12)
  • 3aabfd9 Update from dotnet pack to msbuild pack (#11)
  • 949af5f Switching from using count-based to time-based retries
  • bba1077 Adding property to hold the max retry time for requests
  • afbf28c Creating extension method for specifying max retry time from client
  • 422142f Updating error constants with Max Retry Time
  • 1f0d0f1 Merge pull request #5 from microsoftgraph/po/xamarinNariveHttpHandler
  • 08d3653 Fix typo.
  • 76aec52 Merge branch 'dev' into po/xamarinNariveHttpHandler
  • b9b90a7 Update release notes.
  • efa2b5c Only validate pull requests (#10)
  • f1f7ac8 Change how csproj is loaded to prevent bad char (#9)
  • 4444a89 Fix warnings.
  • 8586da6 Update exception message.
  • 7c670da Add release notes (#8)
  • 846ec2c Enable yaml build pipelines for production and preview (#7)
  • 81129d8 Add Xamarin.Android unit test runner.
  • 0012549 Rename method to GetNativePlatformHttpHandler.
  • 9142fa0 Remove CompressionHandler when using NSUrlSessionHandler in Xamarin.iOS.
  • ceb2c4c Add azure pipeline to validate PR and verify that version has been updated (#3)
  • d4777ea Fix broken tests.
  • c75352a Add multi-targeting for Xamarin iOS and Android.
  • 509d31f Merge pull request #2 from microsoftgraph/po/retry504
  • 2a2cef9 Update status badge.
  • 6aab59a Update RetryHandler to retry on Http status 504.
  • dc8ae2e Merge pull request #1 from microsoftgraph/GraphCore
  • 4e6c08d Update readme.
  • 8384356 Remove service library from core.
  • c3193b0 Add scripts to support release automation (#477)
  • fc2116b Merge pull request #475 from microsoftgraph/po/decoupleCore
  • bce4ffb Update README.md
  • 7bef24a Add wildcard reference to Microsoft.Graph in core tests.
  • 3093ee9 Move all MSTests to XUnit tests and fix broken tests.
  • 5d31169 Merge pull request #472 from microsoftgraph/po/batchContnentNetCore2.1Support
  • 82eb2ce Move MSTests to XUnit for core library.
  • 850c6c8 Update generated files with build 1261617 (#459)
  • 0c18ee2 Keep stream open after disposing StreamWritter.
  • dc7cb09 Remove core project reference from service lib.
  • da8cb81 Final update for Build (#456)
  • 3f59467 Update generated files with build 1237796 (#455)
  • 02e8590 Merge pull request #451 from microsoftgraph/po/clientFactoryRefactor
  • 63c6906 Add trailing slash to factory baseUrl.
  • c842b9c Add comments for ShouldAuthenticateRequest; Fix typo.
  • b889666 Add duplicate handler check.
  • b827379 Add comments to internal methods.
  • 9ccb3aa Add unit tests.
  • 4efaf49 Set feature flags dynamically.
  • eda5248 Adjust number of tasks.
  • c90e25d Drain response before redirect/retry. Add concurency test for HttpProvider.
  • a65a453 Make GraphClientFactory thread safe.
  • 5c43c00 Page iterator (#423)
  • 492188c Update LICENSE.txt
  • afe8fe8 Update LICENSE ref.
  • 337d03c Update LICENSE ref.
  • 5e2aa29 1.15.0 preview 1 release notes (#445)
  • daaa635 Merge pull request #442 from microsoftgraph/po/clientFactoryRefactor
  • 15be17c Remove added funtional test.
  • 31ad194 Make GraphClientFactory public, update tests.
  • d342bd0 Add SetFeatureFlag unit tests.
  • 9d3ef08 Update generated files with build 1145801 (#422)
  • 32bd92a Update generated files with build 1122967 (#414)
  • b4d0cb8 Refactored response handling out of baseRequest (#398)
  • a05a76c Expose auth provider to client factory.
  • 494bd0b Merge pull request #437 from microsoftgraph/po/compressionHandler
  • a5391b2 Merge pull request #410 from microsoftgraph/updateProject
  • a648d22 Merge branch 'dev' into po/compressionHandler
  • e791cca Merge pull request #412 from microsoftgraph/po/batchRequest
  • 05959b4 Merge pull request #432 ...
Read more

Microsoft.Graph.Core.1.19.0-preview.3.nupkg: Batch Request Enhancements (#56)

28 Oct 18:23
3c24714
Compare
Choose a tag to compare

Changes:

  • 3c24714 Batch Request Enhancements (#56)
  • 34764a5 Added ChaosHandler (#55)
  • ada4500 Update pipeline building overwrite existing inner handlers (#53)
  • 3e8f7d7 BatchRequestStep enhancements (#47)
  • a2a7e2b Adds request builder for the batch endpoint to base client (#48)
  • b433dd7 Merge pull request #38 from microsoftgraph/andrueastman/simplehttpprovider
  • 1cb02dd Merge remote-tracking branch 'origin/andrueastman/simplehttpprovider' into andrueastman/simplehttpprovider
  • 3c2ed23 Resolves breaking tests
  • d0512bb Corrects version number
  • 282fc4e Incorporates support for more detailed SeviceException/Error in the SimpleHttpProvider.
See More
  • 1a9c2b5 Merge remote-tracking branch 'origin/dev' into andrueastman/simplehttpprovider
  • 9c89457 Improve ServiceException/Error class information (#37) [ #23, microsoftgraph/msgraph-sdk-dotnet#316 ]
  • 00d6636 Updates release notes
  • 9803d50 Bumps up version number.
  • 65b9a1a Add SimpleHttpProvider for GraphClientFactory compatibility
  • b3cb34f Update Microsoft.Graph.Core.csproj (#20)
  • e17f268 Update Microsoft.Graph.Core.csproj (#19)
  • 83837ed Mm/remove page iterator (#18)
  • b901700 Merge pull request #14 from microsoftgraph/is/retry-handler-update
  • 767b8fe Bumping up project version
  • 5b230e7 Refactoring the time-based request retry evaluation condition as per doc
  • 08cacb5 Using internal access modifier to restrict access to method
  • 17adc73 Code refactoring and adding new test
  • 4bed419 Removing redundant code and adding time-based retry evaluation
  • 9f73ba7 Re-adding methods for count-based retries and method renaming
  • 8a8d8e1 Revert "Removing redundant code"
  • 2e2db45 Using TimeSpan datatype
  • 9643d57 Setting default delay to 0.
  • c8c5455 Update to xml documentation and converting to overloaded method
  • a7bc6c0 Switching from int to TimeSpan datatype
  • 7b8c764 Variable renaming
  • 2f948af Removing redundant code
  • 51b4017 Code refactoring - property reference changes and renaming
  • 5fc7434 Code refactoring - renaming
  • 4913d12 Adding test for checking when delay is greater than RetryTimeLimit
  • 1abbf76 Property refactoring
  • e239ecc Checking whether we have reached the retry time limit
  • 8f48154 Update to test
  • 7f607d2 Method renaming
  • e00afe5 Implementing token cancellation
  • 908ea49 Property and variable renaming
  • 2c23a8b Merge pull request #13 from microsoftgraph/po/SkipCompressionHandler
  • 18b55d5 Update GraphClientFactory to skip CompressionHandler on Xamarin.iOS.
  • 058d990 Property and variable name changes
  • 9a4f096 Fix yaml definition, increment version, and failure notify (#12)
  • 3aabfd9 Update from dotnet pack to msbuild pack (#11)
  • 949af5f Switching from using count-based to time-based retries
  • bba1077 Adding property to hold the max retry time for requests
  • afbf28c Creating extension method for specifying max retry time from client
  • 422142f Updating error constants with Max Retry Time
  • 1f0d0f1 Merge pull request #5 from microsoftgraph/po/xamarinNariveHttpHandler
  • 08d3653 Fix typo.
  • 76aec52 Merge branch 'dev' into po/xamarinNariveHttpHandler
  • b9b90a7 Update release notes.
  • efa2b5c Only validate pull requests (#10)
  • f1f7ac8 Change how csproj is loaded to prevent bad char (#9)
  • 4444a89 Fix warnings.
  • 8586da6 Update exception message.
  • 7c670da Add release notes (#8)
  • 846ec2c Enable yaml build pipelines for production and preview (#7)
  • 81129d8 Add Xamarin.Android unit test runner.
  • 0012549 Rename method to GetNativePlatformHttpHandler.
  • 9142fa0 Remove CompressionHandler when using NSUrlSessionHandler in Xamarin.iOS.
  • ceb2c4c Add azure pipeline to validate PR and verify that version has been updated (#3)
  • d4777ea Fix broken tests.
  • c75352a Add multi-targeting for Xamarin iOS and Android.
  • 509d31f Merge pull request #2 from microsoftgraph/po/retry504
  • 2a2cef9 Update status badge.
  • 6aab59a Update RetryHandler to retry on Http status 504.
  • dc8ae2e Merge pull request #1 from microsoftgraph/GraphCore
  • 4e6c08d Update readme.
  • 8384356 Remove service library from core.
  • c3193b0 Add scripts to support release automation (#477)
  • fc2116b Merge pull request #475 from microsoftgraph/po/decoupleCore
  • bce4ffb Update README.md
  • 7bef24a Add wildcard reference to Microsoft.Graph in core tests.
  • 3093ee9 Move all MSTests to XUnit tests and fix broken tests.
  • 5d31169 Merge pull request #472 from microsoftgraph/po/batchContnentNetCore2.1Support
  • 82eb2ce Move MSTests to XUnit for core library.
  • 850c6c8 Update generated files with build 1261617 (#459)
  • 0c18ee2 Keep stream open after disposing StreamWritter.
  • dc7cb09 Remove core project reference from service lib.
  • da8cb81 Final update for Build (#456)
  • 3f59467 Update generated files with build 1237796 (#455)
  • 02e8590 Merge pull request #451 from microsoftgraph/po/clientFactoryRefactor
  • 63c6906 Add trailing slash to factory baseUrl.
  • c842b9c Add comments for ShouldAuthenticateRequest; Fix typo.
  • b889666 Add duplicate handler check.
  • b827379 Add comments to internal methods.
  • 9ccb3aa Add unit tests.
  • 4efaf49 Set feature flags dynamically.
  • eda5248 Adjust number of tasks.
  • c90e25d Drain response before redirect/retry. Add concurency test for HttpProvider.
  • a65a453 Make GraphClientFactory thread safe.
  • 5c43c00 Page iterator (#423)
  • 492188c Update LICENSE.txt
  • afe8fe8 Update LICENSE ref.
  • 337d03c Update LICENSE ref.
  • 5e2aa29 1.15.0 preview 1 release notes (#445)
  • daaa635 Merge pull request #442 from microsoftgraph/po/clientFactoryRefactor
  • 15be17c Remove added funtional test.
  • 31ad194 Make GraphClientFactory public, update tests.
  • d342bd0 Add SetFeatureFlag unit tests.
  • 9d3ef08 Update generated files with build 1145801 (#422)
  • 32bd92a Update generated files with build 1122967 (#414)
  • b4d0cb8 Refactored response handling out of baseRequest (#398)
  • a05a76c Expose auth provider to client factory.
  • 494bd0b Merge pull request #437 from microsoftgraph/po/compressionHandler
  • a5391b2 Merge pull request #410 from microsoftgraph/updateProject
  • a648d22 Merge branch 'dev' into po/compressionHandler
  • e791cca Merge pull request #412 from microsoftgraph/po/batchRequest
  • 05959b4 Merge pull request #432 from microsoftgraph/release/1.14
  • f0606a1 Update HttpProviderTests with...
Read more

Microsoft.Graph.Core.1.19.0-preview.2.nupkg

23 Oct 23:18
Compare
Choose a tag to compare

Changes:

  • 34764a5 Added ChaosHandler (#55)
  • ada4500 Update pipeline building overwrite existing inner handlers (#53)
  • 3e8f7d7 BatchRequestStep enhancements (#47)
  • a2a7e2b Adds request builder for the batch endpoint to base client (#48)
  • b433dd7 Merge pull request #38 from microsoftgraph/andrueastman/simplehttpprovider
  • 1cb02dd Merge remote-tracking branch 'origin/andrueastman/simplehttpprovider' into andrueastman/simplehttpprovider
  • 3c2ed23 Resolves breaking tests
  • d0512bb Corrects version number
  • 282fc4e Incorporates support for more detailed SeviceException/Error in the SimpleHttpProvider.
  • 1a9c2b5 Merge remote-tracking branch 'origin/dev' into andrueastman/simplehttpprovider
See More
  • 9c89457 Improve ServiceException/Error class information (#37) [ #23, microsoftgraph/msgraph-sdk-dotnet#316 ]
  • 00d6636 Updates release notes
  • 9803d50 Bumps up version number.
  • 65b9a1a Add SimpleHttpProvider for GraphClientFactory compatibility
  • b3cb34f Update Microsoft.Graph.Core.csproj (#20)
  • e17f268 Update Microsoft.Graph.Core.csproj (#19)
  • 83837ed Mm/remove page iterator (#18)
  • b901700 Merge pull request #14 from microsoftgraph/is/retry-handler-update
  • 767b8fe Bumping up project version
  • 5b230e7 Refactoring the time-based request retry evaluation condition as per doc
  • 08cacb5 Using internal access modifier to restrict access to method
  • 17adc73 Code refactoring and adding new test
  • 4bed419 Removing redundant code and adding time-based retry evaluation
  • 9f73ba7 Re-adding methods for count-based retries and method renaming
  • 8a8d8e1 Revert "Removing redundant code"
  • 2e2db45 Using TimeSpan datatype
  • 9643d57 Setting default delay to 0.
  • c8c5455 Update to xml documentation and converting to overloaded method
  • a7bc6c0 Switching from int to TimeSpan datatype
  • 7b8c764 Variable renaming
  • 2f948af Removing redundant code
  • 51b4017 Code refactoring - property reference changes and renaming
  • 5fc7434 Code refactoring - renaming
  • 4913d12 Adding test for checking when delay is greater than RetryTimeLimit
  • 1abbf76 Property refactoring
  • e239ecc Checking whether we have reached the retry time limit
  • 8f48154 Update to test
  • 7f607d2 Method renaming
  • e00afe5 Implementing token cancellation
  • 908ea49 Property and variable renaming
  • 2c23a8b Merge pull request #13 from microsoftgraph/po/SkipCompressionHandler
  • 18b55d5 Update GraphClientFactory to skip CompressionHandler on Xamarin.iOS.
  • 058d990 Property and variable name changes
  • 9a4f096 Fix yaml definition, increment version, and failure notify (#12)
  • 3aabfd9 Update from dotnet pack to msbuild pack (#11)
  • 949af5f Switching from using count-based to time-based retries
  • bba1077 Adding property to hold the max retry time for requests
  • afbf28c Creating extension method for specifying max retry time from client
  • 422142f Updating error constants with Max Retry Time
  • 1f0d0f1 Merge pull request #5 from microsoftgraph/po/xamarinNariveHttpHandler
  • 08d3653 Fix typo.
  • 76aec52 Merge branch 'dev' into po/xamarinNariveHttpHandler
  • b9b90a7 Update release notes.
  • efa2b5c Only validate pull requests (#10)
  • f1f7ac8 Change how csproj is loaded to prevent bad char (#9)
  • 4444a89 Fix warnings.
  • 8586da6 Update exception message.
  • 7c670da Add release notes (#8)
  • 846ec2c Enable yaml build pipelines for production and preview (#7)
  • 81129d8 Add Xamarin.Android unit test runner.
  • 0012549 Rename method to GetNativePlatformHttpHandler.
  • 9142fa0 Remove CompressionHandler when using NSUrlSessionHandler in Xamarin.iOS.
  • ceb2c4c Add azure pipeline to validate PR and verify that version has been updated (#3)
  • d4777ea Fix broken tests.
  • c75352a Add multi-targeting for Xamarin iOS and Android.
  • 509d31f Merge pull request #2 from microsoftgraph/po/retry504
  • 2a2cef9 Update status badge.
  • 6aab59a Update RetryHandler to retry on Http status 504.
  • dc8ae2e Merge pull request #1 from microsoftgraph/GraphCore
  • 4e6c08d Update readme.
  • 8384356 Remove service library from core.
  • c3193b0 Add scripts to support release automation (#477)
  • fc2116b Merge pull request #475 from microsoftgraph/po/decoupleCore
  • bce4ffb Update README.md
  • 7bef24a Add wildcard reference to Microsoft.Graph in core tests.
  • 3093ee9 Move all MSTests to XUnit tests and fix broken tests.
  • 5d31169 Merge pull request #472 from microsoftgraph/po/batchContnentNetCore2.1Support
  • 82eb2ce Move MSTests to XUnit for core library.
  • 850c6c8 Update generated files with build 1261617 (#459)
  • 0c18ee2 Keep stream open after disposing StreamWritter.
  • dc7cb09 Remove core project reference from service lib.
  • da8cb81 Final update for Build (#456)
  • 3f59467 Update generated files with build 1237796 (#455)
  • 02e8590 Merge pull request #451 from microsoftgraph/po/clientFactoryRefactor
  • 63c6906 Add trailing slash to factory baseUrl.
  • c842b9c Add comments for ShouldAuthenticateRequest; Fix typo.
  • b889666 Add duplicate handler check.
  • b827379 Add comments to internal methods.
  • 9ccb3aa Add unit tests.
  • 4efaf49 Set feature flags dynamically.
  • eda5248 Adjust number of tasks.
  • c90e25d Drain response before redirect/retry. Add concurency test for HttpProvider.
  • a65a453 Make GraphClientFactory thread safe.
  • 5c43c00 Page iterator (#423)
  • 492188c Update LICENSE.txt
  • afe8fe8 Update LICENSE ref.
  • 337d03c Update LICENSE ref.
  • 5e2aa29 1.15.0 preview 1 release notes (#445)
  • daaa635 Merge pull request #442 from microsoftgraph/po/clientFactoryRefactor
  • 15be17c Remove added funtional test.
  • 31ad194 Make GraphClientFactory public, update tests.
  • d342bd0 Add SetFeatureFlag unit tests.
  • 9d3ef08 Update generated files with build 1145801 (#422)
  • 32bd92a Update generated files with build 1122967 (#414)
  • b4d0cb8 Refactored response handling out of baseRequest (#398)
  • a05a76c Expose auth provider to client factory.
  • 494bd0b Merge pull request #437 from microsoftgraph/po/compressionHandler
  • a5391b2 Merge pull request #410 from microsoftgraph/updateProject
  • a648d22 Merge branch 'dev' into po/compressionHandler
  • e791cca Merge pull request #412 from microsoftgraph/po/batchRequest
  • 05959b4 Merge pull request #432 from microsoftgraph/release/1.14
  • f0606a1 Update HttpProviderTests with accept-encoding header.
  • 0d6f4f4 Add Comp...
Read more

Microsoft.Graph.Core.1.19.0-preview.1.nupkg: BatchRequestStep enhancements (#47)

18 Oct 18:09
3e8f7d7
Compare
Choose a tag to compare

Changes:

  • 3e8f7d7 BatchRequestStep enhancements (#47)
  • a2a7e2b Adds request builder for the batch endpoint to base client (#48)
  • b433dd7 Merge pull request #38 from microsoftgraph/andrueastman/simplehttpprovider
  • 1cb02dd Merge remote-tracking branch 'origin/andrueastman/simplehttpprovider' into andrueastman/simplehttpprovider
  • 3c2ed23 Resolves breaking tests
  • d0512bb Corrects version number
  • 282fc4e Incorporates support for more detailed SeviceException/Error in the SimpleHttpProvider.
  • 1a9c2b5 Merge remote-tracking branch 'origin/dev' into andrueastman/simplehttpprovider
  • 9c89457 Improve ServiceException/Error class information (#37) [ #23, microsoftgraph/msgraph-sdk-dotnet#316 ]
  • 00d6636 Updates release notes
See More
  • 9803d50 Bumps up version number.
  • 65b9a1a Add SimpleHttpProvider for GraphClientFactory compatibility
  • b3cb34f Update Microsoft.Graph.Core.csproj (#20)
  • e17f268 Update Microsoft.Graph.Core.csproj (#19)
  • 83837ed Mm/remove page iterator (#18)
  • b901700 Merge pull request #14 from microsoftgraph/is/retry-handler-update
  • 767b8fe Bumping up project version
  • 5b230e7 Refactoring the time-based request retry evaluation condition as per doc
  • 08cacb5 Using internal access modifier to restrict access to method
  • 17adc73 Code refactoring and adding new test
  • 4bed419 Removing redundant code and adding time-based retry evaluation
  • 9f73ba7 Re-adding methods for count-based retries and method renaming
  • 8a8d8e1 Revert "Removing redundant code"
  • 2e2db45 Using TimeSpan datatype
  • 9643d57 Setting default delay to 0.
  • c8c5455 Update to xml documentation and converting to overloaded method
  • a7bc6c0 Switching from int to TimeSpan datatype
  • 7b8c764 Variable renaming
  • 2f948af Removing redundant code
  • 51b4017 Code refactoring - property reference changes and renaming
  • 5fc7434 Code refactoring - renaming
  • 4913d12 Adding test for checking when delay is greater than RetryTimeLimit
  • 1abbf76 Property refactoring
  • e239ecc Checking whether we have reached the retry time limit
  • 8f48154 Update to test
  • 7f607d2 Method renaming
  • e00afe5 Implementing token cancellation
  • 908ea49 Property and variable renaming
  • 2c23a8b Merge pull request #13 from microsoftgraph/po/SkipCompressionHandler
  • 18b55d5 Update GraphClientFactory to skip CompressionHandler on Xamarin.iOS.
  • 058d990 Property and variable name changes
  • 9a4f096 Fix yaml definition, increment version, and failure notify (#12)
  • 3aabfd9 Update from dotnet pack to msbuild pack (#11)
  • 949af5f Switching from using count-based to time-based retries
  • bba1077 Adding property to hold the max retry time for requests
  • afbf28c Creating extension method for specifying max retry time from client
  • 422142f Updating error constants with Max Retry Time
  • 1f0d0f1 Merge pull request #5 from microsoftgraph/po/xamarinNariveHttpHandler
  • 08d3653 Fix typo.
  • 76aec52 Merge branch 'dev' into po/xamarinNariveHttpHandler
  • b9b90a7 Update release notes.
  • efa2b5c Only validate pull requests (#10)
  • f1f7ac8 Change how csproj is loaded to prevent bad char (#9)
  • 4444a89 Fix warnings.
  • 8586da6 Update exception message.
  • 7c670da Add release notes (#8)
  • 846ec2c Enable yaml build pipelines for production and preview (#7)
  • 81129d8 Add Xamarin.Android unit test runner.
  • 0012549 Rename method to GetNativePlatformHttpHandler.
  • 9142fa0 Remove CompressionHandler when using NSUrlSessionHandler in Xamarin.iOS.
  • ceb2c4c Add azure pipeline to validate PR and verify that version has been updated (#3)
  • d4777ea Fix broken tests.
  • c75352a Add multi-targeting for Xamarin iOS and Android.
  • 509d31f Merge pull request #2 from microsoftgraph/po/retry504
  • 2a2cef9 Update status badge.
  • 6aab59a Update RetryHandler to retry on Http status 504.
  • dc8ae2e Merge pull request #1 from microsoftgraph/GraphCore
  • 4e6c08d Update readme.
  • 8384356 Remove service library from core.
  • c3193b0 Add scripts to support release automation (#477)
  • fc2116b Merge pull request #475 from microsoftgraph/po/decoupleCore
  • bce4ffb Update README.md
  • 7bef24a Add wildcard reference to Microsoft.Graph in core tests.
  • 3093ee9 Move all MSTests to XUnit tests and fix broken tests.
  • 5d31169 Merge pull request #472 from microsoftgraph/po/batchContnentNetCore2.1Support
  • 82eb2ce Move MSTests to XUnit for core library.
  • 850c6c8 Update generated files with build 1261617 (#459)
  • 0c18ee2 Keep stream open after disposing StreamWritter.
  • dc7cb09 Remove core project reference from service lib.
  • da8cb81 Final update for Build (#456)
  • 3f59467 Update generated files with build 1237796 (#455)
  • 02e8590 Merge pull request #451 from microsoftgraph/po/clientFactoryRefactor
  • 63c6906 Add trailing slash to factory baseUrl.
  • c842b9c Add comments for ShouldAuthenticateRequest; Fix typo.
  • b889666 Add duplicate handler check.
  • b827379 Add comments to internal methods.
  • 9ccb3aa Add unit tests.
  • 4efaf49 Set feature flags dynamically.
  • eda5248 Adjust number of tasks.
  • c90e25d Drain response before redirect/retry. Add concurency test for HttpProvider.
  • a65a453 Make GraphClientFactory thread safe.
  • 5c43c00 Page iterator (#423)
  • 492188c Update LICENSE.txt
  • afe8fe8 Update LICENSE ref.
  • 337d03c Update LICENSE ref.
  • 5e2aa29 1.15.0 preview 1 release notes (#445)
  • daaa635 Merge pull request #442 from microsoftgraph/po/clientFactoryRefactor
  • 15be17c Remove added funtional test.
  • 31ad194 Make GraphClientFactory public, update tests.
  • d342bd0 Add SetFeatureFlag unit tests.
  • 9d3ef08 Update generated files with build 1145801 (#422)
  • 32bd92a Update generated files with build 1122967 (#414)
  • b4d0cb8 Refactored response handling out of baseRequest (#398)
  • a05a76c Expose auth provider to client factory.
  • 494bd0b Merge pull request #437 from microsoftgraph/po/compressionHandler
  • a5391b2 Merge pull request #410 from microsoftgraph/updateProject
  • a648d22 Merge branch 'dev' into po/compressionHandler
  • e791cca Merge pull request #412 from microsoftgraph/po/batchRequest
  • 05959b4 Merge pull request #432 from microsoftgraph/release/1.14
  • f0606a1 Update HttpProviderTests with accept-encoding header.
  • 0d6f4f4 Add CompressionHandler to default handlers.
  • 6868201 Add compression handler tests
  • 16a0047 Merge pull request #436 ...
Read more

1.18.0: SimpleHttpProvider and ServiceException/Error

10 Oct 20:17
91bf4b3
Compare
Choose a tag to compare

Changes:

  • 91bf4b3 SimpleHttpProvider and ServiceException/Error [ #44, #37 ]
  • b433dd7 Merge pull request #38 from microsoftgraph/andrueastman/simplehttpprovider
  • 1cb02dd Merge remote-tracking branch 'origin/andrueastman/simplehttpprovider' into andrueastman/simplehttpprovider
  • 3c2ed23 Resolves breaking tests
  • d0512bb Corrects version number
  • 282fc4e Incorporates support for more detailed SeviceException/Error in the SimpleHttpProvider.
  • 1a9c2b5 Merge remote-tracking branch 'origin/dev' into andrueastman/simplehttpprovider
  • 9c89457 Improve ServiceException/Error class information (#37) [ #23, microsoftgraph/msgraph-sdk-dotnet#316 ]
  • 00d6636 Updates release notes
  • 9803d50 Bumps up version number.
See More
  • 65b9a1a Add SimpleHttpProvider for GraphClientFactory compatibility
  • d25eb57 Merge pull request #21 from microsoftgraph/dev
  • b3cb34f Update Microsoft.Graph.Core.csproj (#20)
  • e17f268 Update Microsoft.Graph.Core.csproj (#19)
  • 83837ed Mm/remove page iterator (#18)
  • b901700 Merge pull request #14 from microsoftgraph/is/retry-handler-update
  • 767b8fe Bumping up project version
  • 5b230e7 Refactoring the time-based request retry evaluation condition as per doc
  • f05a58f Merge pull request #15 from microsoftgraph/dev
  • 08cacb5 Using internal access modifier to restrict access to method
  • 17adc73 Code refactoring and adding new test
  • 4bed419 Removing redundant code and adding time-based retry evaluation
  • 9f73ba7 Re-adding methods for count-based retries and method renaming
  • 8a8d8e1 Revert "Removing redundant code"
  • 2e2db45 Using TimeSpan datatype
  • 9643d57 Setting default delay to 0.
  • c8c5455 Update to xml documentation and converting to overloaded method
  • a7bc6c0 Switching from int to TimeSpan datatype
  • 7b8c764 Variable renaming
  • 2f948af Removing redundant code
  • 51b4017 Code refactoring - property reference changes and renaming
  • 5fc7434 Code refactoring - renaming
  • 4913d12 Adding test for checking when delay is greater than RetryTimeLimit
  • 1abbf76 Property refactoring
  • e239ecc Checking whether we have reached the retry time limit
  • 8f48154 Update to test
  • 7f607d2 Method renaming
  • e00afe5 Implementing token cancellation
  • 908ea49 Property and variable renaming
  • 2c23a8b Merge pull request #13 from microsoftgraph/po/SkipCompressionHandler
  • 18b55d5 Update GraphClientFactory to skip CompressionHandler on Xamarin.iOS.
  • 058d990 Property and variable name changes
  • 9a4f096 Fix yaml definition, increment version, and failure notify (#12)
  • 3aabfd9 Update from dotnet pack to msbuild pack (#11)
  • 949af5f Switching from using count-based to time-based retries
  • bba1077 Adding property to hold the max retry time for requests
  • afbf28c Creating extension method for specifying max retry time from client
  • 422142f Updating error constants with Max Retry Time
  • 1f0d0f1 Merge pull request #5 from microsoftgraph/po/xamarinNariveHttpHandler
  • 08d3653 Fix typo.
  • 76aec52 Merge branch 'dev' into po/xamarinNariveHttpHandler
  • b9b90a7 Update release notes.
  • efa2b5c Only validate pull requests (#10)
  • f1f7ac8 Change how csproj is loaded to prevent bad char (#9)
  • 4444a89 Fix warnings.
  • 8586da6 Update exception message.
  • 7c670da Add release notes (#8)
  • 846ec2c Enable yaml build pipelines for production and preview (#7)
  • 81129d8 Add Xamarin.Android unit test runner.
  • 0012549 Rename method to GetNativePlatformHttpHandler.
  • 9142fa0 Remove CompressionHandler when using NSUrlSessionHandler in Xamarin.iOS.
  • ceb2c4c Add azure pipeline to validate PR and verify that version has been updated (#3)
  • d4777ea Fix broken tests.
  • c75352a Add multi-targeting for Xamarin iOS and Android.
  • 509d31f Merge pull request #2 from microsoftgraph/po/retry504
  • 2a2cef9 Update status badge.
  • 6aab59a Update RetryHandler to retry on Http status 504.
  • dc8ae2e Merge pull request #1 from microsoftgraph/GraphCore
  • 4e6c08d Update readme.
  • 8384356 Remove service library from core.
  • c3193b0 Add scripts to support release automation (#477)
  • fc2116b Merge pull request #475 from microsoftgraph/po/decoupleCore
  • bce4ffb Update README.md
  • 7bef24a Add wildcard reference to Microsoft.Graph in core tests.
  • 3093ee9 Move all MSTests to XUnit tests and fix broken tests.
  • 5d31169 Merge pull request #472 from microsoftgraph/po/batchContnentNetCore2.1Support
  • 82eb2ce Move MSTests to XUnit for core library.
  • 850c6c8 Update generated files with build 1261617 (#459)
  • 0c18ee2 Keep stream open after disposing StreamWritter.
  • dc7cb09 Remove core project reference from service lib.
  • da8cb81 Final update for Build (#456)
  • 3f59467 Update generated files with build 1237796 (#455)
  • 02e8590 Merge pull request #451 from microsoftgraph/po/clientFactoryRefactor
  • 63c6906 Add trailing slash to factory baseUrl.
  • c842b9c Add comments for ShouldAuthenticateRequest; Fix typo.
  • b889666 Add duplicate handler check.
  • b827379 Add comments to internal methods.
  • 9ccb3aa Add unit tests.
  • 4efaf49 Set feature flags dynamically.
  • eda5248 Adjust number of tasks.
  • c90e25d Drain response before redirect/retry. Add concurency test for HttpProvider.
  • a65a453 Make GraphClientFactory thread safe.
  • 5c43c00 Page iterator (#423)
  • 492188c Update LICENSE.txt
  • afe8fe8 Update LICENSE ref.
  • 337d03c Update LICENSE ref.
  • 5e2aa29 1.15.0 preview 1 release notes (#445)
  • daaa635 Merge pull request #442 from microsoftgraph/po/clientFactoryRefactor
  • 15be17c Remove added funtional test.
  • 31ad194 Make GraphClientFactory public, update tests.
  • d342bd0 Add SetFeatureFlag unit tests.
  • 9d3ef08 Update generated files with build 1145801 (#422)
  • 32bd92a Update generated files with build 1122967 (#414)
  • b4d0cb8 Refactored response handling out of baseRequest (#398)
  • a05a76c Expose auth provider to client factory.
  • 494bd0b Merge pull request #437 from microsoftgraph/po/compressionHandler
  • a5391b2 Merge pull request #410 from microsoftgraph/updateProject
  • a648d22 Merge branch 'dev' into po/compressionHandler
  • e791cca Merge pull request #412 from microsoftgraph/po/batchRequest
  • 05959b4 Merge pull request #432 from microsoftgraph/release/1.14
  • f0606a1 Update HttpProviderTests with accept-encoding header.
  • 0d6f4f4 Add CompressionHandler to default handlers.
  • 6868201 Ad...
Read more

Microsoft.Graph.Core.1.18.0-preview.2.nupkg

03 Oct 21:06
b433dd7
Compare
Choose a tag to compare

Changes:

  • b433dd7 Merge pull request #38 from microsoftgraph/andrueastman/simplehttpprovider
  • 1cb02dd Merge remote-tracking branch 'origin/andrueastman/simplehttpprovider' into andrueastman/simplehttpprovider
  • 3c2ed23 Resolves breaking tests
  • d0512bb Corrects version number
  • 282fc4e Incorporates support for more detailed SeviceException/Error in the SimpleHttpProvider.
  • 1a9c2b5 Merge remote-tracking branch 'origin/dev' into andrueastman/simplehttpprovider
  • 9c89457 Improve ServiceException/Error class information (#37) [ #23, microsoftgraph/msgraph-sdk-dotnet#316 ]
  • 00d6636 Updates release notes
  • 9803d50 Bumps up version number.
  • 65b9a1a Add SimpleHttpProvider for GraphClientFactory compatibility
See More
  • b3cb34f Update Microsoft.Graph.Core.csproj (#20)
  • e17f268 Update Microsoft.Graph.Core.csproj (#19)
  • 83837ed Mm/remove page iterator (#18)
  • b901700 Merge pull request #14 from microsoftgraph/is/retry-handler-update
  • 767b8fe Bumping up project version
  • 5b230e7 Refactoring the time-based request retry evaluation condition as per doc
  • 08cacb5 Using internal access modifier to restrict access to method
  • 17adc73 Code refactoring and adding new test
  • 4bed419 Removing redundant code and adding time-based retry evaluation
  • 9f73ba7 Re-adding methods for count-based retries and method renaming
  • 8a8d8e1 Revert "Removing redundant code"
  • 2e2db45 Using TimeSpan datatype
  • 9643d57 Setting default delay to 0.
  • c8c5455 Update to xml documentation and converting to overloaded method
  • a7bc6c0 Switching from int to TimeSpan datatype
  • 7b8c764 Variable renaming
  • 2f948af Removing redundant code
  • 51b4017 Code refactoring - property reference changes and renaming
  • 5fc7434 Code refactoring - renaming
  • 4913d12 Adding test for checking when delay is greater than RetryTimeLimit
  • 1abbf76 Property refactoring
  • e239ecc Checking whether we have reached the retry time limit
  • 8f48154 Update to test
  • 7f607d2 Method renaming
  • e00afe5 Implementing token cancellation
  • 908ea49 Property and variable renaming
  • 2c23a8b Merge pull request #13 from microsoftgraph/po/SkipCompressionHandler
  • 18b55d5 Update GraphClientFactory to skip CompressionHandler on Xamarin.iOS.
  • 058d990 Property and variable name changes
  • 9a4f096 Fix yaml definition, increment version, and failure notify (#12)
  • 3aabfd9 Update from dotnet pack to msbuild pack (#11)
  • 949af5f Switching from using count-based to time-based retries
  • bba1077 Adding property to hold the max retry time for requests
  • afbf28c Creating extension method for specifying max retry time from client
  • 422142f Updating error constants with Max Retry Time
  • 1f0d0f1 Merge pull request #5 from microsoftgraph/po/xamarinNariveHttpHandler
  • 08d3653 Fix typo.
  • 76aec52 Merge branch 'dev' into po/xamarinNariveHttpHandler
  • b9b90a7 Update release notes.
  • efa2b5c Only validate pull requests (#10)
  • f1f7ac8 Change how csproj is loaded to prevent bad char (#9)
  • 4444a89 Fix warnings.
  • 8586da6 Update exception message.
  • 7c670da Add release notes (#8)
  • 846ec2c Enable yaml build pipelines for production and preview (#7)
  • 81129d8 Add Xamarin.Android unit test runner.
  • 0012549 Rename method to GetNativePlatformHttpHandler.
  • 9142fa0 Remove CompressionHandler when using NSUrlSessionHandler in Xamarin.iOS.
  • ceb2c4c Add azure pipeline to validate PR and verify that version has been updated (#3)
  • d4777ea Fix broken tests.
  • c75352a Add multi-targeting for Xamarin iOS and Android.
  • 509d31f Merge pull request #2 from microsoftgraph/po/retry504
  • 2a2cef9 Update status badge.
  • 6aab59a Update RetryHandler to retry on Http status 504.
  • dc8ae2e Merge pull request #1 from microsoftgraph/GraphCore
  • 4e6c08d Update readme.
  • 8384356 Remove service library from core.
  • c3193b0 Add scripts to support release automation (#477)
  • fc2116b Merge pull request #475 from microsoftgraph/po/decoupleCore
  • bce4ffb Update README.md
  • 7bef24a Add wildcard reference to Microsoft.Graph in core tests.
  • 3093ee9 Move all MSTests to XUnit tests and fix broken tests.
  • 5d31169 Merge pull request #472 from microsoftgraph/po/batchContnentNetCore2.1Support
  • 82eb2ce Move MSTests to XUnit for core library.
  • 850c6c8 Update generated files with build 1261617 (#459)
  • 0c18ee2 Keep stream open after disposing StreamWritter.
  • dc7cb09 Remove core project reference from service lib.
  • da8cb81 Final update for Build (#456)
  • 3f59467 Update generated files with build 1237796 (#455)
  • 02e8590 Merge pull request #451 from microsoftgraph/po/clientFactoryRefactor
  • 63c6906 Add trailing slash to factory baseUrl.
  • c842b9c Add comments for ShouldAuthenticateRequest; Fix typo.
  • b889666 Add duplicate handler check.
  • b827379 Add comments to internal methods.
  • 9ccb3aa Add unit tests.
  • 4efaf49 Set feature flags dynamically.
  • eda5248 Adjust number of tasks.
  • c90e25d Drain response before redirect/retry. Add concurency test for HttpProvider.
  • a65a453 Make GraphClientFactory thread safe.
  • 5c43c00 Page iterator (#423)
  • 492188c Update LICENSE.txt
  • afe8fe8 Update LICENSE ref.
  • 337d03c Update LICENSE ref.
  • 5e2aa29 1.15.0 preview 1 release notes (#445)
  • daaa635 Merge pull request #442 from microsoftgraph/po/clientFactoryRefactor
  • 15be17c Remove added funtional test.
  • 31ad194 Make GraphClientFactory public, update tests.
  • d342bd0 Add SetFeatureFlag unit tests.
  • 9d3ef08 Update generated files with build 1145801 (#422)
  • 32bd92a Update generated files with build 1122967 (#414)
  • b4d0cb8 Refactored response handling out of baseRequest (#398)
  • a05a76c Expose auth provider to client factory.
  • 494bd0b Merge pull request #437 from microsoftgraph/po/compressionHandler
  • a5391b2 Merge pull request #410 from microsoftgraph/updateProject
  • a648d22 Merge branch 'dev' into po/compressionHandler
  • e791cca Merge pull request #412 from microsoftgraph/po/batchRequest
  • 05959b4 Merge pull request #432 from microsoftgraph/release/1.14
  • f0606a1 Update HttpProviderTests with accept-encoding header.
  • 0d6f4f4 Add CompressionHandler to default handlers.
  • 6868201 Add compression handler tests
  • 16a0047 Merge pull request #436 from microsoftgraph/po/retryHandlerFix
  • 5439ba8 Add check for null headers.
  • 13261f0 Add request content headers to clo...
Read more

Microsoft.Graph.Core.1.18.0-preview.1.nupkg: Improve ServiceException/Error class information (#37)

03 Oct 17:02
9c89457
Compare
Choose a tag to compare

Changes:

See More
  • 9f73ba7 Re-adding methods for count-based retries and method renaming
  • 8a8d8e1 Revert "Removing redundant code"
  • 2e2db45 Using TimeSpan datatype
  • 9643d57 Setting default delay to 0.
  • c8c5455 Update to xml documentation and converting to overloaded method
  • a7bc6c0 Switching from int to TimeSpan datatype
  • 7b8c764 Variable renaming
  • 2f948af Removing redundant code
  • 51b4017 Code refactoring - property reference changes and renaming
  • 5fc7434 Code refactoring - renaming
  • 4913d12 Adding test for checking when delay is greater than RetryTimeLimit
  • 1abbf76 Property refactoring
  • e239ecc Checking whether we have reached the retry time limit
  • 8f48154 Update to test
  • 7f607d2 Method renaming
  • e00afe5 Implementing token cancellation
  • 908ea49 Property and variable renaming
  • 2c23a8b Merge pull request #13 from microsoftgraph/po/SkipCompressionHandler
  • 18b55d5 Update GraphClientFactory to skip CompressionHandler on Xamarin.iOS.
  • 058d990 Property and variable name changes
  • 9a4f096 Fix yaml definition, increment version, and failure notify (#12)
  • 3aabfd9 Update from dotnet pack to msbuild pack (#11)
  • 949af5f Switching from using count-based to time-based retries
  • bba1077 Adding property to hold the max retry time for requests
  • afbf28c Creating extension method for specifying max retry time from client
  • 422142f Updating error constants with Max Retry Time
  • 1f0d0f1 Merge pull request #5 from microsoftgraph/po/xamarinNariveHttpHandler
  • 08d3653 Fix typo.
  • 76aec52 Merge branch 'dev' into po/xamarinNariveHttpHandler
  • b9b90a7 Update release notes.
  • efa2b5c Only validate pull requests (#10)
  • f1f7ac8 Change how csproj is loaded to prevent bad char (#9)
  • 4444a89 Fix warnings.
  • 8586da6 Update exception message.
  • 7c670da Add release notes (#8)
  • 846ec2c Enable yaml build pipelines for production and preview (#7)
  • 81129d8 Add Xamarin.Android unit test runner.
  • 0012549 Rename method to GetNativePlatformHttpHandler.
  • 9142fa0 Remove CompressionHandler when using NSUrlSessionHandler in Xamarin.iOS.
  • ceb2c4c Add azure pipeline to validate PR and verify that version has been updated (#3)
  • d4777ea Fix broken tests.
  • c75352a Add multi-targeting for Xamarin iOS and Android.
  • 509d31f Merge pull request #2 from microsoftgraph/po/retry504
  • 2a2cef9 Update status badge.
  • 6aab59a Update RetryHandler to retry on Http status 504.
  • dc8ae2e Merge pull request #1 from microsoftgraph/GraphCore
  • 4e6c08d Update readme.
  • 8384356 Remove service library from core.
  • c3193b0 Add scripts to support release automation (#477)
  • fc2116b Merge pull request #475 from microsoftgraph/po/decoupleCore
  • bce4ffb Update README.md
  • 7bef24a Add wildcard reference to Microsoft.Graph in core tests.
  • 3093ee9 Move all MSTests to XUnit tests and fix broken tests.
  • 5d31169 Merge pull request #472 from microsoftgraph/po/batchContnentNetCore2.1Support
  • 82eb2ce Move MSTests to XUnit for core library.
  • 850c6c8 Update generated files with build 1261617 (#459)
  • 0c18ee2 Keep stream open after disposing StreamWritter.
  • dc7cb09 Remove core project reference from service lib.
  • da8cb81 Final update for Build (#456)
  • 3f59467 Update generated files with build 1237796 (#455)
  • 02e8590 Merge pull request #451 from microsoftgraph/po/clientFactoryRefactor
  • 63c6906 Add trailing slash to factory baseUrl.
  • c842b9c Add comments for ShouldAuthenticateRequest; Fix typo.
  • b889666 Add duplicate handler check.
  • b827379 Add comments to internal methods.
  • 9ccb3aa Add unit tests.
  • 4efaf49 Set feature flags dynamically.
  • eda5248 Adjust number of tasks.
  • c90e25d Drain response before redirect/retry. Add concurency test for HttpProvider.
  • a65a453 Make GraphClientFactory thread safe.
  • 5c43c00 Page iterator (#423)
  • 492188c Update LICENSE.txt
  • afe8fe8 Update LICENSE ref.
  • 337d03c Update LICENSE ref.
  • 5e2aa29 1.15.0 preview 1 release notes (#445)
  • daaa635 Merge pull request #442 from microsoftgraph/po/clientFactoryRefactor
  • 15be17c Remove added funtional test.
  • 31ad194 Make GraphClientFactory public, update tests.
  • d342bd0 Add SetFeatureFlag unit tests.
  • 9d3ef08 Update generated files with build 1145801 (#422)
  • 32bd92a Update generated files with build 1122967 (#414)
  • b4d0cb8 Refactored response handling out of baseRequest (#398)
  • a05a76c Expose auth provider to client factory.
  • 494bd0b Merge pull request #437 from microsoftgraph/po/compressionHandler
  • a5391b2 Merge pull request #410 from microsoftgraph/updateProject
  • a648d22 Merge branch 'dev' into po/compressionHandler
  • e791cca Merge pull request #412 from microsoftgraph/po/batchRequest
  • 05959b4 Merge pull request #432 from microsoftgraph/release/1.14
  • f0606a1 Update HttpProviderTests with accept-encoding header.
  • 0d6f4f4 Add CompressionHandler to default handlers.
  • 6868201 Add compression handler tests
  • 16a0047 Merge pull request #436 from microsoftgraph/po/retryHandlerFix
  • 5439ba8 Add check for null headers.
  • 13261f0 Add request content headers to cloned http request.
  • 3a7ab2f Add compression handler implementation.
  • 960d8da Removes extra ItemGroup element in Core.Test.csproj
  • ac28d4e Refactors core constants
  • 87dd840 Disposes streams
  • 6f83f48 Adds dependsOn validation
  • 6b64b1c Updates GetResponse(s) summary
  • 105f6fa Adds ClientException and code refactor
  • 2c6f2bf Merge pull request #419 from microsoftgraph/po/1.14.0-patch
  • db0cdca Updates release notes
  • 4633fb6 Fixes issues #417 and #413
  • 0f89e51 Update M.G.C.csproj info for 1.14.1 patch release.
  • 79ad849...
Read more

1.17.0: Merge pull request #21 from microsoftgraph/dev

15 Aug 21:38
d25eb57
Compare
Choose a tag to compare

Changes:

  • d25eb57 Merge pull request #21 from microsoftgraph/dev
  • b3cb34f Update Microsoft.Graph.Core.csproj (#20)
  • e17f268 Update Microsoft.Graph.Core.csproj (#19)
  • 83837ed Mm/remove page iterator (#18)
  • b901700 Merge pull request #14 from microsoftgraph/is/retry-handler-update
  • 767b8fe Bumping up project version
  • 5b230e7 Refactoring the time-based request retry evaluation condition as per doc
  • f05a58f Merge pull request #15 from microsoftgraph/dev
  • 08cacb5 Using internal access modifier to restrict access to method
  • 17adc73 Code refactoring and adding new test
See more
  • 4bed419 Removing redundant code and adding time-based retry evaluation
  • 9f73ba7 Re-adding methods for count-based retries and method renaming
  • 8a8d8e1 Revert "Removing redundant code"
  • 2e2db45 Using TimeSpan datatype
  • 9643d57 Setting default delay to 0.
  • c8c5455 Update to xml documentation and converting to overloaded method
  • a7bc6c0 Switching from int to TimeSpan datatype
  • 7b8c764 Variable renaming
  • 2f948af Removing redundant code
  • 51b4017 Code refactoring - property reference changes and renaming
  • 5fc7434 Code refactoring - renaming
  • 4913d12 Adding test for checking when delay is greater than RetryTimeLimit
  • 1abbf76 Property refactoring
  • e239ecc Checking whether we have reached the retry time limit
  • 8f48154 Update to test
  • 7f607d2 Method renaming
  • e00afe5 Implementing token cancellation
  • 908ea49 Property and variable renaming
  • 2c23a8b Merge pull request #13 from microsoftgraph/po/SkipCompressionHandler
  • 18b55d5 Update GraphClientFactory to skip CompressionHandler on Xamarin.iOS.
  • 058d990 Property and variable name changes
  • 9a4f096 Fix yaml definition, increment version, and failure notify (#12)
  • 3aabfd9 Update from dotnet pack to msbuild pack (#11)
  • 949af5f Switching from using count-based to time-based retries
  • bba1077 Adding property to hold the max retry time for requests
  • afbf28c Creating extension method for specifying max retry time from client
  • 422142f Updating error constants with Max Retry Time
  • 1f0d0f1 Merge pull request #5 from microsoftgraph/po/xamarinNariveHttpHandler
  • 08d3653 Fix typo.
  • 76aec52 Merge branch 'dev' into po/xamarinNariveHttpHandler
  • b9b90a7 Update release notes.
  • efa2b5c Only validate pull requests (#10)
  • f1f7ac8 Change how csproj is loaded to prevent bad char (#9)
  • 4444a89 Fix warnings.
  • 8586da6 Update exception message.
  • 7c670da Add release notes (#8)
  • 846ec2c Enable yaml build pipelines for production and preview (#7)
  • 81129d8 Add Xamarin.Android unit test runner.
  • 0012549 Rename method to GetNativePlatformHttpHandler.
  • 9142fa0 Remove CompressionHandler when using NSUrlSessionHandler in Xamarin.iOS.
  • ceb2c4c Add azure pipeline to validate PR and verify that version has been updated (#3)
  • d4777ea Fix broken tests.
  • c75352a Add multi-targeting for Xamarin iOS and Android.
  • 509d31f Merge pull request #2 from microsoftgraph/po/retry504
  • 2a2cef9 Update status badge.
  • 6aab59a Update RetryHandler to retry on Http status 504.
  • dc8ae2e Merge pull request #1 from microsoftgraph/GraphCore
  • 4e6c08d Update readme.
  • 8384356 Remove service library from core.
  • c3193b0 Add scripts to support release automation (#477)
  • fc2116b Merge pull request #475 from microsoftgraph/po/decoupleCore
  • bce4ffb Update README.md
  • 7bef24a Add wildcard reference to Microsoft.Graph in core tests.
  • 3093ee9 Move all MSTests to XUnit tests and fix broken tests.
  • 5d31169 Merge pull request #472 from microsoftgraph/po/batchContnentNetCore2.1Support
  • 82eb2ce Move MSTests to XUnit for core library.
  • 850c6c8 Update generated files with build 1261617 (#459)
  • 0c18ee2 Keep stream open after disposing StreamWritter.
  • dc7cb09 Remove core project reference from service lib.
  • da8cb81 Final update for Build (#456)
  • 3f59467 Update generated files with build 1237796 (#455)
  • 02e8590 Merge pull request #451 from microsoftgraph/po/clientFactoryRefactor
  • 63c6906 Add trailing slash to factory baseUrl.
  • c842b9c Add comments for ShouldAuthenticateRequest; Fix typo.
  • b889666 Add duplicate handler check.
  • b827379 Add comments to internal methods.
  • 9ccb3aa Add unit tests.
  • 4efaf49 Set feature flags dynamically.
  • eda5248 Adjust number of tasks.
  • c90e25d Drain response before redirect/retry. Add concurency test for HttpProvider.
  • a65a453 Make GraphClientFactory thread safe.
  • 5c43c00 Page iterator (#423)
  • 492188c Update LICENSE.txt
  • afe8fe8 Update LICENSE ref.
  • 337d03c Update LICENSE ref.
  • 5e2aa29 1.15.0 preview 1 release notes (#445)
  • daaa635 Merge pull request #442 from microsoftgraph/po/clientFactoryRefactor
  • 15be17c Remove added funtional test.
  • 31ad194 Make GraphClientFactory public, update tests.
  • d342bd0 Add SetFeatureFlag unit tests.
  • 9d3ef08 Update generated files with build 1145801 (#422)
  • 32bd92a Update generated files with build 1122967 (#414)
  • b4d0cb8 Refactored response handling out of baseRequest (#398)
  • a05a76c Expose auth provider to client factory.
  • 494bd0b Merge pull request #437 from microsoftgraph/po/compressionHandler
  • a5391b2 Merge pull request #410 from microsoftgraph/updateProject
  • a648d22 Merge branch 'dev' into po/compressionHandler
  • e791cca Merge pull request #412 from microsoftgraph/po/batchRequest
  • 05959b4 Merge pull request #432 from microsoftgraph/release/1.14
  • f0606a1 Update HttpProviderTests with accept-encoding header.
  • 0d6f4f4 Add CompressionHandler to default handlers.
  • 6868201 Add compression handler tests
  • 16a0047 Merge pull request #436 from microsoftgraph/po/retryHandlerFix
  • 5439ba8 Add check for null headers.
  • 13261f0 Add request content headers to cloned http request.
  • 3a7ab2f Add compression handler implementation.
  • 960d8da Removes extra ItemGroup element in Core.Test.csproj
  • ac28d4e Refactors core constants
  • 87dd840 Disposes streams
  • 6f83f48 Adds dependsOn validation
  • 6b64b1c Updates GetResponse(s) summary
  • 105f6fa Adds ClientException and code refactor
  • 2c6f2bf Merge pull request #419 from microsoftgraph/po/1.14.0-patch
  • db0cdca Updates release notes
  • 4633fb6 Fixes issues #417 and #413
  • 0f89e51 Update M.G.C.csproj info f...
Read more

Microsoft.Graph.Core.1.17.0-preview.1.nupkg

15 Aug 21:05
b3cb34f
Compare
Choose a tag to compare

Changes:

  • b3cb34f Update Microsoft.Graph.Core.csproj (#20)
  • e17f268 Update Microsoft.Graph.Core.csproj (#19)
  • 83837ed Mm/remove page iterator (#18)
  • b901700 Merge pull request #14 from microsoftgraph/is/retry-handler-update
  • 767b8fe Bumping up project version
  • 5b230e7 Refactoring the time-based request retry evaluation condition as per doc
  • 08cacb5 Using internal access modifier to restrict access to method
  • 17adc73 Code refactoring and adding new test
  • 4bed419 Removing redundant code and adding time-based retry evaluation
  • 9f73ba7 Re-adding methods for count-based retries and method renaming
See more
  • 8a8d8e1 Revert "Removing redundant code"
  • 2e2db45 Using TimeSpan datatype
  • 9643d57 Setting default delay to 0.
  • c8c5455 Update to xml documentation and converting to overloaded method
  • a7bc6c0 Switching from int to TimeSpan datatype
  • 7b8c764 Variable renaming
  • 2f948af Removing redundant code
  • 51b4017 Code refactoring - property reference changes and renaming
  • 5fc7434 Code refactoring - renaming
  • 4913d12 Adding test for checking when delay is greater than RetryTimeLimit
  • 1abbf76 Property refactoring
  • e239ecc Checking whether we have reached the retry time limit
  • 8f48154 Update to test
  • 7f607d2 Method renaming
  • e00afe5 Implementing token cancellation
  • 908ea49 Property and variable renaming
  • 2c23a8b Merge pull request #13 from microsoftgraph/po/SkipCompressionHandler
  • 18b55d5 Update GraphClientFactory to skip CompressionHandler on Xamarin.iOS.
  • 058d990 Property and variable name changes
  • 9a4f096 Fix yaml definition, increment version, and failure notify (#12)
  • 3aabfd9 Update from dotnet pack to msbuild pack (#11)
  • 949af5f Switching from using count-based to time-based retries
  • bba1077 Adding property to hold the max retry time for requests
  • afbf28c Creating extension method for specifying max retry time from client
  • 422142f Updating error constants with Max Retry Time
  • 1f0d0f1 Merge pull request #5 from microsoftgraph/po/xamarinNariveHttpHandler
  • 08d3653 Fix typo.
  • 76aec52 Merge branch 'dev' into po/xamarinNariveHttpHandler
  • b9b90a7 Update release notes.
  • efa2b5c Only validate pull requests (#10)
  • f1f7ac8 Change how csproj is loaded to prevent bad char (#9)
  • 4444a89 Fix warnings.
  • 8586da6 Update exception message.
  • 7c670da Add release notes (#8)
  • 846ec2c Enable yaml build pipelines for production and preview (#7)
  • 81129d8 Add Xamarin.Android unit test runner.
  • 0012549 Rename method to GetNativePlatformHttpHandler.
  • 9142fa0 Remove CompressionHandler when using NSUrlSessionHandler in Xamarin.iOS.
  • ceb2c4c Add azure pipeline to validate PR and verify that version has been updated (#3)
  • d4777ea Fix broken tests.
  • c75352a Add multi-targeting for Xamarin iOS and Android.
  • 509d31f Merge pull request #2 from microsoftgraph/po/retry504
  • 2a2cef9 Update status badge.
  • 6aab59a Update RetryHandler to retry on Http status 504.
  • dc8ae2e Merge pull request #1 from microsoftgraph/GraphCore
  • 4e6c08d Update readme.
  • 8384356 Remove service library from core.
  • c3193b0 Add scripts to support release automation (#477)
  • fc2116b Merge pull request #475 from microsoftgraph/po/decoupleCore
  • bce4ffb Update README.md
  • 7bef24a Add wildcard reference to Microsoft.Graph in core tests.
  • 3093ee9 Move all MSTests to XUnit tests and fix broken tests.
  • 5d31169 Merge pull request #472 from microsoftgraph/po/batchContnentNetCore2.1Support
  • 82eb2ce Move MSTests to XUnit for core library.
  • 850c6c8 Update generated files with build 1261617 (#459)
  • 0c18ee2 Keep stream open after disposing StreamWritter.
  • dc7cb09 Remove core project reference from service lib.
  • da8cb81 Final update for Build (#456)
  • 3f59467 Update generated files with build 1237796 (#455)
  • 02e8590 Merge pull request #451 from microsoftgraph/po/clientFactoryRefactor
  • 63c6906 Add trailing slash to factory baseUrl.
  • c842b9c Add comments for ShouldAuthenticateRequest; Fix typo.
  • b889666 Add duplicate handler check.
  • b827379 Add comments to internal methods.
  • 9ccb3aa Add unit tests.
  • 4efaf49 Set feature flags dynamically.
  • eda5248 Adjust number of tasks.
  • c90e25d Drain response before redirect/retry. Add concurency test for HttpProvider.
  • a65a453 Make GraphClientFactory thread safe.
  • 5c43c00 Page iterator (#423)
  • 492188c Update LICENSE.txt
  • afe8fe8 Update LICENSE ref.
  • 337d03c Update LICENSE ref.
  • 5e2aa29 1.15.0 preview 1 release notes (#445)
  • daaa635 Merge pull request #442 from microsoftgraph/po/clientFactoryRefactor
  • 15be17c Remove added funtional test.
  • 31ad194 Make GraphClientFactory public, update tests.
  • d342bd0 Add SetFeatureFlag unit tests.
  • 9d3ef08 Update generated files with build 1145801 (#422)
  • 32bd92a Update generated files with build 1122967 (#414)
  • b4d0cb8 Refactored response handling out of baseRequest (#398)
  • a05a76c Expose auth provider to client factory.
  • 494bd0b Merge pull request #437 from microsoftgraph/po/compressionHandler
  • a5391b2 Merge pull request #410 from microsoftgraph/updateProject
  • a648d22 Merge branch 'dev' into po/compressionHandler
  • e791cca Merge pull request #412 from microsoftgraph/po/batchRequest
  • 05959b4 Merge pull request #432 from microsoftgraph/release/1.14
  • f0606a1 Update HttpProviderTests with accept-encoding header.
  • 0d6f4f4 Add CompressionHandler to default handlers.
  • 6868201 Add compression handler tests
  • 16a0047 Merge pull request #436 from microsoftgraph/po/retryHandlerFix
  • 5439ba8 Add check for null headers.
  • 13261f0 Add request content headers to cloned http request.
  • 3a7ab2f Add compression handler implementation.
  • 960d8da Removes extra ItemGroup element in Core.Test.csproj
  • ac28d4e Refactors core constants
  • 87dd840 Disposes streams
  • 6f83f48 Adds dependsOn validation
  • 6b64b1c Updates GetResponse(s) summary
  • 105f6fa Adds ClientException and code refactor
  • 2c6f2bf Merge pull request #419 from microsoftgraph/po/1.14.0-patch
  • db0cdca Updates release notes
  • 4633fb6 Fixes issues #417 and #413
  • 0f89e51 Update M.G.C.csproj info for 1.14.1 patch release.
  • 79ad849 Adds exception handling.
  • 89462ad Adds test cases
  • 3b989b9...
Read more

1.16.0: Merge pull request #15 from microsoftgraph/dev

03 Jul 18:17
f05a58f
Compare
Choose a tag to compare

Changes:

  • f05a58f Merge pull request #15 from microsoftgraph/dev
  • 2c23a8b Merge pull request #13 from microsoftgraph/po/SkipCompressionHandler
  • 18b55d5 Update GraphClientFactory to skip CompressionHandler on Xamarin.iOS.
  • 9a4f096 Fix yaml definition, increment version, and failure notify (#12)
  • 3aabfd9 Update from dotnet pack to msbuild pack (#11)
  • 1f0d0f1 Merge pull request #5 from microsoftgraph/po/xamarinNariveHttpHandler
  • 08d3653 Fix typo.
  • 76aec52 Merge branch 'dev' into po/xamarinNariveHttpHandler
  • b9b90a7 Update release notes.
  • efa2b5c Only validate pull requests (#10)
See more
  • f1f7ac8 Change how csproj is loaded to prevent bad char (#9)
  • 4444a89 Fix warnings.
  • 8586da6 Update exception message.
  • 7c670da Add release notes (#8)
  • 846ec2c Enable yaml build pipelines for production and preview (#7)
  • 81129d8 Add Xamarin.Android unit test runner.
  • 0012549 Rename method to GetNativePlatformHttpHandler.
  • 9142fa0 Remove CompressionHandler when using NSUrlSessionHandler in Xamarin.iOS.
  • ceb2c4c Add azure pipeline to validate PR and verify that version has been updated (#3)
  • d4777ea Fix broken tests.
  • c75352a Add multi-targeting for Xamarin iOS and Android.
  • 509d31f Merge pull request #2 from microsoftgraph/po/retry504
  • 2a2cef9 Update status badge.
  • 6aab59a Update RetryHandler to retry on Http status 504.
  • dc8ae2e Merge pull request #1 from microsoftgraph/GraphCore
  • 4e6c08d Update readme.
  • 8384356 Remove service library from core.
  • c3193b0 Add scripts to support release automation (#477)
  • fc2116b Merge pull request #475 from microsoftgraph/po/decoupleCore
  • bce4ffb Update README.md
  • 7bef24a Add wildcard reference to Microsoft.Graph in core tests.
  • 3093ee9 Move all MSTests to XUnit tests and fix broken tests.
  • 5d31169 Merge pull request #472 from microsoftgraph/po/batchContnentNetCore2.1Support
  • 82eb2ce Move MSTests to XUnit for core library.
  • 850c6c8 Update generated files with build 1261617 (#459)
  • 0c18ee2 Keep stream open after disposing StreamWritter.
  • dc7cb09 Remove core project reference from service lib.
  • da8cb81 Final update for Build (#456)
  • 3f59467 Update generated files with build 1237796 (#455)
  • 02e8590 Merge pull request #451 from microsoftgraph/po/clientFactoryRefactor
  • 63c6906 Add trailing slash to factory baseUrl.
  • c842b9c Add comments for ShouldAuthenticateRequest; Fix typo.
  • b889666 Add duplicate handler check.
  • b827379 Add comments to internal methods.
  • 9ccb3aa Add unit tests.
  • 4efaf49 Set feature flags dynamically.
  • eda5248 Adjust number of tasks.
  • c90e25d Drain response before redirect/retry. Add concurency test for HttpProvider.
  • a65a453 Make GraphClientFactory thread safe.
  • 5c43c00 Page iterator (#423)
  • 492188c Update LICENSE.txt
  • afe8fe8 Update LICENSE ref.
  • 337d03c Update LICENSE ref.
  • 5e2aa29 1.15.0 preview 1 release notes (#445)
  • daaa635 Merge pull request #442 from microsoftgraph/po/clientFactoryRefactor
  • 15be17c Remove added funtional test.
  • 31ad194 Make GraphClientFactory public, update tests.
  • d342bd0 Add SetFeatureFlag unit tests.
  • 9d3ef08 Update generated files with build 1145801 (#422)
  • 32bd92a Update generated files with build 1122967 (#414)
  • b4d0cb8 Refactored response handling out of baseRequest (#398)
  • a05a76c Expose auth provider to client factory.
  • 494bd0b Merge pull request #437 from microsoftgraph/po/compressionHandler
  • a5391b2 Merge pull request #410 from microsoftgraph/updateProject
  • a648d22 Merge branch 'dev' into po/compressionHandler
  • e791cca Merge pull request #412 from microsoftgraph/po/batchRequest
  • 05959b4 Merge pull request #432 from microsoftgraph/release/1.14
  • f0606a1 Update HttpProviderTests with accept-encoding header.
  • 0d6f4f4 Add CompressionHandler to default handlers.
  • 6868201 Add compression handler tests
  • 16a0047 Merge pull request #436 from microsoftgraph/po/retryHandlerFix
  • 5439ba8 Add check for null headers.
  • 13261f0 Add request content headers to cloned http request.
  • 3a7ab2f Add compression handler implementation.
  • 960d8da Removes extra ItemGroup element in Core.Test.csproj
  • ac28d4e Refactors core constants
  • 87dd840 Disposes streams
  • 6f83f48 Adds dependsOn validation
  • 6b64b1c Updates GetResponse(s) summary
  • 105f6fa Adds ClientException and code refactor
  • 2c6f2bf Merge pull request #419 from microsoftgraph/po/1.14.0-patch
  • db0cdca Updates release notes
  • 4633fb6 Fixes issues #417 and #413
  • 0f89e51 Update M.G.C.csproj info for 1.14.1 patch release.
  • 79ad849 Adds exception handling.
  • 89462ad Adds test cases
  • 3b989b9 Updated minor version
  • c8e504f Merge pull request #409 from microsoftgraph/v1.0/pipelinebuild/1100812
  • a469702 Merge pull request #400 from microsoftgraph/v1.0/pipelinebuild/1078567
  • 112509c Merge pull request #405 from ksikorsk/master
  • 2586b4c Adds BatchResponseContnent
  • 6dcd2b8 Merge pull request #394 from microsoftgraph/v1.0/pipelinebuild/1055899
  • 9d769bc Update generated files with build 1100812
  • b416f32 Merge pull request #399 from microsoftgraph/po/authHandlerRetry
  • b796170 Adds batch request content
  • b44c930 Added ResponseHeaders and StatusCode to ServiceException constructor.
  • 5df2b24 Update generated files with build 1078567
  • 90f859b Updates auth handlers SendRetry to use per request provider if set.
  • 78a2b7e Update generated files with build 1055899
  • c9a3093 Merge pull request #388 from microsoftgraph/14.0.0-preview
  • ad37299 Rename IsRetry -> ShouldRetry
  • b6fbd7a Add GraphUserAccount to request context
  • ae9bb56 Refactor HandlerOptions with defaults and exception handling
  • c1c7e6f Remove Newtonsoft reference form core.test
  • 7c078d9 Version Bump, Fix Newtonsoft Reference
  • cd8f557 Merge pull request #367 from microsoftgraph/middlewareoptions
  • 17f6932 Resolve conflict
  • 2e1b2ae Merge pull request #373 from microsoftgraph/v1.0/pipelinebuild/977754
  • ba0308e Merge branch 'dev' into v1.0/pipelinebuild/977754
  • 9d77596 Merge pull request #378 from microsoftgraph/httpRequestClone
  • eb141e8 Merge pull request #376 from microsoftgraph/enableRootSiteAccess [ #374 ]
  • 99b7a01 Merge pull request #369 from microsoftgraph/v1.0/pipelinebuild/960089
  • 1b33dc4 Add tests for PerRequestProvider
  • ccf11c7 Add cloning...
Read more