typegoose / mongodb-memory-server

Manage & spin up mongodb server binaries with zero(or slight) configuration for tests.
https://typegoose.github.io/mongodb-memory-server/
MIT License
2.56k stars 185 forks source link

fix(MongoBinaryDownloadUrl): support Debian 12 (Bookworm) #858

Closed pnordhus closed 5 months ago

pnordhus commented 5 months ago

Binaries for Debian 12 are available for MongoDB >= 7.0.3.

See https://jira.mongodb.org/browse/SERVER-77231

Related Issues

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 91.29%. Comparing base (fca7981) to head (6d7a7f1). Report is 1 commits behind head on master.

:exclamation: Current head 6d7a7f1 differs from pull request most recent head 90c3f2d. Consider uploading reports for the commit 90c3f2d to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #858 +/- ## ========================================== + Coverage 91.16% 91.29% +0.12% ========================================== Files 15 15 Lines 1992 1998 +6 Branches 502 506 +4 ========================================== + Hits 1816 1824 +8 + Misses 167 165 -2 Partials 9 9 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

pnordhus commented 5 months ago

@hasezoey Good point! I think it makes sense to include the doc update in this PR. Updated :relaxed:

github-actions[bot] commented 5 months ago

:tada: This PR is included in version 9.1.8 :tada:

The release is available on:

Your semantic-release bot :package::rocket: