EventStore / EventStore-Client-Dotnet

Dotnet Client SDK for the Event Store gRPC Client API written in C#
Other
145 stars 38 forks source link

Remove Obsolete APIs (DEV-307) #292

Closed thefringeninja closed 5 months ago

thefringeninja commented 7 months ago

Removed: SubscribeToAllAsync and SubscribeToStreamAsync stream APIs Removed: SubscribeToAllAsync and SubscribeToStreamAsync persistent subscription APIs Removed: IWriteResult.NextExpectedRevision Removed: SubscriptionFilterOptions.CheckpointReached callback Removed: EventStoreClientConnectivitySettings.GossipOverHttps

RagingKore commented 5 months ago

We are keeping booth api's for now. But will create a new PR To remove [obsolete] markers.