Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates release notes about new ADO.NET persistence provider #2023

Merged
merged 1 commit into from
Aug 15, 2016
Merged

Updates release notes about new ADO.NET persistence provider #2023

merged 1 commit into from
Aug 15, 2016

Conversation

veikkoeeva
Copy link
Contributor

No description provided.

@@ -10,6 +10,11 @@ The idea is to track end-user facing changes as they occur.*
- Now using Microsoft.Extensions.DepedencyInjection.ServiceProvider as the default service provider if the user does not override it.
- Grains are still not being injected automatically unless the user opts in by specifying his own Startup configuration that returns a service provider.
- Updated Azure Storage dependency to 7.0.0 #1968
- The SQL Server specific persistence provider rewritten to support any ADO.NET backend. Configuration is now done as for any (programmatic) persistence provider
Copy link
Member

Choose a reason for hiding this comment

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

I suggest something like:
A brand new ADO.NET based storage provider which replaces the current SQL Server specific storage provider. The change is not backwards compatible and removes the use of Elastic Sharding tooling (likely be replaced later with Orleans sharding provider). More information in #1682 and in Grain Persistence documentation.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ack.

@veikkoeeva
Copy link
Contributor Author

@shayhatsor Hopefully improved wording, taking cue of what you proposed.

@shayhatsor shayhatsor merged commit 1716956 into dotnet:master Aug 15, 2016
@veikkoeeva veikkoeeva deleted the updateadonotes branch December 30, 2016 20:15
@github-actions github-actions bot locked and limited conversation to collaborators Dec 9, 2023
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