-
Notifications
You must be signed in to change notification settings - Fork 71.9k
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
mongodb version compatibility #8305
Comments
AFAIK the reason for this is the codebase still uses Mongo API that requires old drivers, which don't work with newer Mongo versions. I refactored the code to support the new drivers, which got merged, but there was a bug so the change was reverted and sadly in a way that causes a lot of work to re-apply the patch, but guess I'll have to find the time to do this. See here for the changes needed (minus one additional persistence call) https://github.com/nightscout/cgm-remote-monitor/pull/8026/files |
Running Nightscout 15.0.3 ( |
Received the same mail as Atlas user. Are we afraid that MongoDB 8.0 will not be compatible with current code base? |
Apologies, Sulka, I'll look at restoring your prior work on this. |
That bug hasn't been completely reverted, since the last GitHub Release still has it, as per #8208. This might be further confusing issues reported by users around mongo compatibility. |
@sulkaharo I'm pretty good with git patch wrangling and am happy to raise a mergeable branch, but where is the fix? |
Nightscout recommends running very old versions of mongodb (4.2 or 4.4) which are no longer receiving security support (4.4 ended 29.02.2024).
5.0 security support is ending 31.10.2024.
Does the software support 6.0 (EOS: 31.07.2025), 7.0 (EOS: 31.08.2026) or 8.0 (EOS: not yet determined; newest stable version) versions of mongodb?
The text was updated successfully, but these errors were encountered: