Azure / azure-cosmos-dotnet-v3

.NET SDK for Azure Cosmos DB for the core SQL API
MIT License
723 stars 477 forks source link

Change Feed / Processor AVAD: Fixes timeToLiveExpired missing from metadata #4523

Closed philipthomas-MSFT closed 1 week ago

philipthomas-MSFT commented 3 weeks ago

Pull Request Template

Description

Bug recognize when onboarding a customer that needed to set TTL on the item. timeToLiveExpired was not being deserialized and always returning default Boolean value of false. The TTL deletes where recognized in the feed, just wrong value for timeToLiveExpired.

Type of change

Please delete options that are not relevant.

Closing issues

To automatically close an issue: closes #IssueNumber

philipthomas-MSFT commented 3 weeks ago

Please update the title in a way that makes sense for a customer when reading it in the changelog. Maybe Change Feed / Processor AVAD: Fixes timeToLiveExpired missing from metadata or something that when an external user without much context reads it, can understand what it fixed.

Sure. Done as recommended.