Release v17.24.9
Fixed
- Fixing the return value interceptor for MongoDB to use a new
RetryingChangeStreamCursorfor the Azure MongoDB scenario ofCollection not found. This cursor will retry with one second intervals till the collection is there and keep the cursor going. It honors anyCancellationTokengiven to it.