Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support ChangeStream #125

Merged
merged 7 commits into from
Mar 27, 2024
Merged

support ChangeStream #125

merged 7 commits into from
Mar 27, 2024

Conversation

tayloraswift
Copy link
Owner

@tayloraswift tayloraswift commented Mar 26, 2024

three major changes in this PR

  1. BSON encoding DSL now almost always requires you to specify the coding key type to use. this should have little impact on most external users, because BSON literals are an uncommon use case.

  2. the driver now accounts for network connection timeout when interrupting awaitable requests. the upshot is that operations that expect to block for a while (e.g. tailable cursors, linearizable concern, etc.) now work more reliably instead of breaking down when network conditions fluctuate.

  3. the library now supports a significant subset of the MongoDB change stream API.

@tayloraswift tayloraswift merged commit 96f95fe into master Mar 27, 2024
2 checks passed
@tayloraswift tayloraswift deleted the change-streams branch March 27, 2024 23:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant