-
Notifications
You must be signed in to change notification settings - Fork 137
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
Migrate to Mongo DB 6.0 #3540
Labels
enhancement
good first issue
Issues that do not require much in-depth knowledge of Hono
help wanted
Issues that we would welcome any help from (new) contributors with
MongoDB Device Registry
issues related to the Device Registry implementation based on MongoDB
Milestone
Comments
sophokles73
added
enhancement
MongoDB Device Registry
issues related to the Device Registry implementation based on MongoDB
labels
Sep 14, 2023
sophokles73
added
help wanted
Issues that we would welcome any help from (new) contributors with
good first issue
Issues that do not require much in-depth knowledge of Hono
labels
Sep 21, 2023
sophokles73
added a commit
that referenced
this issue
Oct 7, 2023
Unit and integration tests have been changed to use Mongo 6.0 by default. CI workflow has been adapted to test against Mongo versions 4.4, 5.0, 6.0 and 7.0. Support for Mongo 4.4 has been deprecated. Fixes #3540
sophokles73
added a commit
that referenced
this issue
Oct 7, 2023
Unit and integration tests have been changed to use Mongo 6.0 by default. CI workflow has been adapted to test against Mongo versions 4.4, 5.0, 6.0 and 7.0. Support for Mongo 4.4 has been deprecated. Fixes #3540
sophokles73
added a commit
that referenced
this issue
Oct 7, 2023
Unit and integration tests have been changed to use Mongo 6.0 by default. CI workflow has been adapted to test against Mongo versions 4.4, 5.0, 6.0 and 7.0. Support for Mongo 4.4 has been deprecated. Fixes #3540
sophokles73
added a commit
that referenced
this issue
Oct 12, 2023
Unit and integration tests have been changed to use Mongo 6.0 by default. CI workflow has been adapted to test against Mongo versions 4.4, 5.0, 6.0 and 7.0. Support for Mongo 4.4 has been deprecated. Fixes #3540
sophokles73
added a commit
that referenced
this issue
Oct 16, 2023
Unit and integration tests have been changed to use Mongo 6.0 by default. CI workflow has been adapted to test against Mongo versions 4.4, 5.0, 6.0 and 7.0. Support for Mongo 4.4 has been deprecated. Fixes #3540
sophokles73
added a commit
that referenced
this issue
Oct 23, 2023
Unit and integration tests have been changed to use Mongo 6.0 by default. CI workflow has been adapted to test against Mongo versions 4.4, 5.0, 6.0 and 7.0. Support for Mongo 4.4 has been deprecated. Fixes #3540
sophokles73
added a commit
that referenced
this issue
Oct 23, 2023
Unit and integration tests have been changed to use Mongo 6.0 by default. CI workflow has been adapted to test against Mongo versions 4.4, 5.0, 6.0 and 7.0. Support for Mongo 4.4 has been deprecated. Fixes #3540
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
good first issue
Issues that do not require much in-depth knowledge of Hono
help wanted
Issues that we would welcome any help from (new) contributors with
MongoDB Device Registry
issues related to the Device Registry implementation based on MongoDB
According to the Mongo DB Software Lifecycle Schedule support for Mongo DB 4.4, which is currently being used by default by Hono's Mongo DB registry, will end Feb 24.
I suggest using Mongo DB 6.0 as the new default version and also start testing with Mongo DB 7.0.
The text was updated successfully, but these errors were encountered: