Skip to content

Tags: Azure/azure-documentdb-changefeedprocessor-dotnet

Tags

v2.3.1

Toggle v2.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
CI/CD Adding automatic pipeline tests (#153)

* Support for pipelines endpoint

* pipelines

* Adding assert

* Adding lock

* Refactor initialization

* Cleanup

* yaml update

* Using async initialize

* Cleanup

* throwing if retries consumed

* Removing TestClassData

* Renames

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #150 from mkolt/2.3.0

Bump version to 2.3.0.

What comes in 2.3.0 is new public interface ICheckpointPartitionProcessorFactory and corresponding ChangeFeedProcessorBuilder.WithCheckpointPartitionProcessorFactory method.

New factory is extension of IPartitionProcessorFactory and its Create method, in addition to ILease and IChangeFeedObserver that are passed to IParitionProcessorFactory.Create, also takes ILeaseCheckpointer, so that it be used to create partition processor that can take advantage of built-in checkpointing mechanism.

v2.2.8

Toggle v2.2.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #147 from mkolt/users/mkolt/2.2.8

Bump version to 2.2.8

v2.2.6

Toggle v2.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Propagate DocumentClientException from ProcessChangesAsync (#127)

Fix DocumentClientExceptions happening in user code and affecting Processor logic