Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

[9.1.1] Release #665

Merged
merged 15 commits into from
Apr 4, 2018
Merged

[9.1.1] Release #665

merged 15 commits into from
Apr 4, 2018

Conversation

erezvani1529
Copy link
Contributor

No description provided.

@erezvani1529 erezvani1529 merged commit 3331c60 into Azure:master Apr 4, 2018
erezvani1529 added a commit that referenced this pull request Apr 5, 2018
* Enforce serializer settings for table parsers and fix support for double.NaN, double.PositiveInfinity, double.NegativeInfinity (#656)

* [NET] Fix support for double.Nan, double.PositiveInfinity, double.NegativeInfinity. Expand tests around the various EDM types.

* [NET] Fix case where JSON serialization gets inadvertently overridden

* Adding missing copyright notice

* Fix non-table settings

* Address CR comments, fix bug introduced in 9.0 where doubles were not marked with EdmType when sent to server.

* Remove quotes from normal double values.

* Fix NetCore support of NaN

* Cap language use to C#5

* Further NetCore test fixes

* Remove incorrect project nuget dependency, fix test

* Test fixes

* Revert serializer settings changes for encryption cases

* [9.1.1] Release (#665)

* [NET] Fix support for double.Nan, double.PositiveInfinity, double.NegativeInfinity. Expand tests around the various EDM types.

* [NET] Fix case where JSON serialization gets inadvertently overridden

* Adding missing copyright notice

* Fix non-table settings

* Address CR comments, fix bug introduced in 9.0 where doubles were not marked with EdmType when sent to server.

* Remove quotes from normal double values.

* Fix NetCore support of NaN

* Cap language use to C#5

* Further NetCore test fixes

* Remove incorrect project nuget dependency, fix test

* Test fixes

* Revert serializer settings changes for encryption cases

* [9.1.1]Update assembly versions for release

* [9.1.1] Completed the reverts related to encryption SerializerSetting changes
erezvani1529 pushed a commit that referenced this pull request May 2, 2018
* Enforce serializer settings for table parsers and fix support for double.NaN, double.PositiveInfinity, double.NegativeInfinity (#656)

* [NET] Fix support for double.Nan, double.PositiveInfinity, double.NegativeInfinity. Expand tests around the various EDM types.

* [NET] Fix case where JSON serialization gets inadvertently overridden

* Adding missing copyright notice

* Fix non-table settings

* Address CR comments, fix bug introduced in 9.0 where doubles were not marked with EdmType when sent to server.

* Remove quotes from normal double values.

* Fix NetCore support of NaN

* Cap language use to C#5

* Further NetCore test fixes

* Remove incorrect project nuget dependency, fix test

* Test fixes

* Revert serializer settings changes for encryption cases

* [9.1.1] Release (#665)

* [NET] Fix support for double.Nan, double.PositiveInfinity, double.NegativeInfinity. Expand tests around the various EDM types.

* [NET] Fix case where JSON serialization gets inadvertently overridden

* Adding missing copyright notice

* Fix non-table settings

* Address CR comments, fix bug introduced in 9.0 where doubles were not marked with EdmType when sent to server.

* Remove quotes from normal double values.

* Fix NetCore support of NaN

* Cap language use to C#5

* Further NetCore test fixes

* Remove incorrect project nuget dependency, fix test

* Test fixes

* Revert serializer settings changes for encryption cases

* [9.1.1]Update assembly versions for release

* [9.1.1] Completed the reverts related to encryption SerializerSetting changes

* Add OperationContext.Proxy to desktop

* Update changelog for OperationContext.Proxy
erezvani1529 added a commit that referenced this pull request May 22, 2018
* Adds code samples for StorageProgress.

* Switch AsyncStreamCopier and WriteToAsync to use IBufferManager.

* Inherit service client in Get*BlobReference calls

* [9.0] Update facade test references + nuspecs netstandard dependency

* [split][9.0]Update service projects with released common package

* [split]Update common nuspec with fixed netstandard dll

* [split] Update service packages with common updated version

* [split] update package nuspecs

* [9.1] Update summary for cloud file to a clearer message

* [9.1][hotfix] Remove the obsolete tag from ErrorCode property on ExtendedInformation

* [9.1]Fix progress tracking + un-deprecate error code on SEEI

* [9.1] release assembly updates

* [9.1]Update Readme for release

* adding max number of messages to queue retrieval methods

* Enforce serializer settings for table parsers and fix support for double.NaN, double.PositiveInfinity, double.NegativeInfinity (#656)

* [NET] Fix support for double.Nan, double.PositiveInfinity, double.NegativeInfinity. Expand tests around the various EDM types.

* [NET] Fix case where JSON serialization gets inadvertently overridden

* Adding missing copyright notice

* Fix non-table settings

* Address CR comments, fix bug introduced in 9.0 where doubles were not marked with EdmType when sent to server.

* Remove quotes from normal double values.

* Fix NetCore support of NaN

* Cap language use to C#5

* Further NetCore test fixes

* Remove incorrect project nuget dependency, fix test

* Test fixes

* Revert serializer settings changes for encryption cases

* [9.1.1] Release (#665)

* [NET] Fix support for double.Nan, double.PositiveInfinity, double.NegativeInfinity. Expand tests around the various EDM types.

* [NET] Fix case where JSON serialization gets inadvertently overridden

* Adding missing copyright notice

* Fix non-table settings

* Address CR comments, fix bug introduced in 9.0 where doubles were not marked with EdmType when sent to server.

* Remove quotes from normal double values.

* Fix NetCore support of NaN

* Cap language use to C#5

* Further NetCore test fixes

* Remove incorrect project nuget dependency, fix test

* Test fixes

* Revert serializer settings changes for encryption cases

* [9.1.1]Update assembly versions for release

* [9.1.1] Completed the reverts related to encryption SerializerSetting changes

* Initial changes

* Mostly working, some tests failing.

* Test fix and adding share create

* More fixes, some tests still failing

* Working on hang

* Test failures

* Code cleanup

* CR feedback

* Revert "Soft-Delete Updated Server Changes + CR"

This reverts commit d5c2071.

* Revert "[Jul17] Soft-delete-NCR"

This reverts commit 7cdcefd.

* [httpClient]initial commit before merge with AsyncExe and 9.0 ODataRemoval

* [HttpClient] SuccessFul Build

* [httpclient] self CR fixes for first batch

* [httpclient] SyncExecutor update to httpClient

* Revert "Revert "Soft-Delete Updated Server Changes + CR""

This reverts commit a321d21.

* Revert "Revert "[Jul17] Soft-delete-NCR""

This reverts commit b61c31a.

* Convert XML operations to use async

* [httpclient] APM Executor now wraps AsyncExecutor + Test Fixes

* [httpclient] fix build issue caused by reverting softdelete

* Tests converted to use HttpClient.  Fixes authentication issue. Fixes request content stream issues.  Converts to async operation.

* CR feedback

* [httpclient]Queue API and file APIs to async and test fixes]

* [httpclient] CR feedback

* Fea http client2 (#147)

* XML Async for post processing

* Add missing name element assignments

* Add ConfigureAwait(false)

* Missed a ConfigureAwait(false)

* Responses to CR comments

* Fix tests.  Fix request result parsing error code.

* Make AccessPolicyResponseBase async

* Remove commented code

* [httpclient] Blob APIs to async + test fixes

* Netcore/RT build fixes with AsyncCounterEvent

* Squashed commit of the following:

commit 5f5719c1ad47c4142af3795ca4c1fb2622f343a1
Author: Keith Farmer (MSFT) <[email protected]>
Date:   Fri Mar 2 15:29:30 2018 -0800

    Disable use of HttpMangler for NetCore2 tests

commit 903bcb2a0ccc1d7b467b7d0fb5899661e5d5d933
Author: Keith Farmer (MSFT) <[email protected]>
Date:   Thu Mar 1 21:10:51 2018 -0800

    NetStandard2 client and NetCore2 test project created

commit 2ea0bfa971ebc6e8ca41013679f56bf8b6a1b1b6
Author: Keith Farmer (MSFT) <[email protected]>
Date:   Thu Mar 1 17:30:07 2018 -0800

    Initial netstandard2 project

* [httpclient] merge with latest release 9.1.1

* [httpclient] Address CT comments for blob/file api changes

* [httpclient] change ns before split merge

* [httpclient][split] Merge/TroubleShoot/StressTesting
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants