Skip to content

Release v17.24.9

Choose a tag to compare

@github-actions github-actions released this 23 Nov 11:22
8e559e8

Fixed

  • Fixing the return value interceptor for MongoDB to use a new RetryingChangeStreamCursor for the Azure MongoDB scenario of Collection not found. This cursor will retry with one second intervals till the collection is there and keep the cursor going. It honors any CancellationToken given to it.