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

Fix client version for RateLimiterMongo #252

Merged
merged 1 commit into from
Jan 26, 2024

Conversation

o-ali
Copy link
Contributor

@o-ali o-ali commented Jan 26, 2024

The getDriverVersion logic is resulting in a 0.0.0 version on the latest mongoose + mongodb versions due to topology being undefined, added logic to process the version properly if the field is undefined.

Details of the error can be found here: #251

The getDriverVersion logic is resulting in a 0.0.0 version on the latest mongoose + mongodb versions due to topology being undefined, added logic to process the version properly if the field is undefined
@animir
Copy link
Owner

animir commented Jan 26, 2024

It looks good, thanks.

@animir animir merged commit 7fc7a77 into animir:master Jan 26, 2024
9 checks passed
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.

2 participants