Skip to content

Commit 22dee76

Browse files
authored
Merge pull request #109941 from mkolt/CFP.2.3.0
2.3.0 release notes
2 parents c411b6d + 0e27f03 commit 22dee76

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ 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 `ILeaseCheckpointer` parameter.
46+
* Only one of the two methods, either `ChangeFeedProcessorBuilder.WithPartitionProcessorFactory` or `ChangeFeedProcessorBuilder.WithCheckpointPartitionProcessorFactory`, can be used for the same `ChangeFeedProcessorBuilder` instance.
47+
4448
### <a name="2.2.8"/>2.2.8
4549
* Stability and diagnosability improvements:
4650
* 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 +181,7 @@ Any request to Cosmos DB using a retired SDK will be rejected by the service.
177181

178182
| Version | Release Date | Retirement Date |
179183
| --- | --- | --- |
184+
| [2.3.0](#2.3.0) |April 2, 2020 |--- |
180185
| [2.2.8](#2.2.8) |October 28, 2019 |--- |
181186
| [2.2.7](#2.2.7) |May 14, 2019 |--- |
182187
| [2.2.6](#2.2.6) |January 29, 2019 |--- |

0 commit comments

Comments
 (0)