OrleansContrib / Orleans.CosmosDB

Orleans providers for Azure Cosmos DB
MIT License
40 stars 30 forks source link

Updating Orleans and Cosmos Db Packages and dealing with breaking change #48

Closed NickBarrett closed 3 years ago

NickBarrett commented 3 years ago

Hi folks,

We have had a go at updating the package references to Microsoft.Azure.Cosmos and Microsoft.Orleans.OrleansRuntime to their current latest versions (3.17.1 and 3.4.1 respectively).

As part of this we had to make some changes to the methods in CosmosDBGrainStorage to set grainState.RecordExists appropriately, as a breaking change was introduced in Orleans 3.3.0.

Cheers,

Nick

NickBarrett commented 3 years ago

My apologies. I just noticed that I said gave the incorrect package versions in the first commit. The actual version updates were 3.0.2 => 3.4.1 for Orleans and 3.6.0 => 3.17.1 for Cosmos Db. 😅

ReubenBond commented 3 years ago

Apologies for not getting to this sooner, @NickBarrett! I was unable to push updates to your PR branch, so I pushed them to a new PR: #51