Skip to content
This repository has been archived by the owner on Jul 9, 2023. It is now read-only.

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

Closed
wants to merge 2 commits into from

Conversation

NickBarrett
Copy link
Contributor

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
Copy link
Contributor Author

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. 😅

<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.3" />
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.17.1" />
<PackageReference Include="Microsoft.Orleans.OrleansRuntime" Version="3.4.1" />
<PackageReference Include="System.Threading.Tasks.Extensions" Version="4.5.4" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CI broke as this also needs to be updated for test project

@ReubenBond
Copy link
Contributor

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

@ReubenBond ReubenBond closed this Jun 16, 2021
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.

3 participants