Skip to content

Commit c116df6

Browse files
committed
2.3.0 release notes
1 parent 639b034 commit c116df6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/cosmos-db/sql-api-sdk-dotnet-changefeed.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ ms.author: maquaran
4141

4242
### v2 builds
4343

44+
### <a name="2.3.0"/>2.3.0
45+
* Added a new method ChangeFeedProcessorBuilder.WithCheckpointPartitionProcessorFactory and corresponding public interface ICheckpointPartitionProcessorFactory. This allows an implementation of the IPartitionProcessor interface to use built-in checkpointing mechanism. The new factory is similar to the existing IPartitionProcessorFactory except that its Create method also takes the the ILeaseCheckpointer parameter.
46+
* Only one the methods, either ChangeFeedProcessorBuilder.WithPartitionProcessorFactory or ChangeFeedProcessorBuilder.WithCheckpointPartitionProcessorFactory, can be used for the same ChangeFeedProcessorBuilder instance.
47+
48+
4449
### <a name="2.2.8"/>2.2.8
4550
* Stability and diagnosability improvements:
4651
* Added support to detect reading change feed taking long time. When it takes longer than the value specified by the `ChangeFeedProcessorOptions.ChangeFeedTimeout` property, the following steps are taken:
@@ -177,6 +182,7 @@ Any request to Cosmos DB using a retired SDK will be rejected by the service.
177182

178183
| Version | Release Date | Retirement Date |
179184
| --- | --- | --- |
185+
| [2.3.0](#2.3.0) |April 1, 2020 |--- |
180186
| [2.2.8](#2.2.8) |October 28, 2019 |--- |
181187
| [2.2.7](#2.2.7) |May 14, 2019 |--- |
182188
| [2.2.6](#2.2.6) |January 29, 2019 |--- |

0 commit comments

Comments
 (0)