Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

carlosarraes
Copy link

This PR adds support for dots (.) in MongoDB key names within Minimongo. Fixes #13552

Changes:

  • Modified key validation in local_collection.js to allow dots in key names
  • Added tests to verify dot support in key names
  • Bumped minimongo package version to 2.0.5

Minimongo now allows dots (.) in MongoDB key names, aligning with modern
MongoDB support.

Fixes meteor#13552
@CLAassistant
Copy link

CLAassistant commented Oct 8, 2025

CLA assistant check
All committers have signed the CLA.

@netlify
Copy link

netlify bot commented Oct 8, 2025

Deploy Preview for v3-meteor-api-docs canceled.

Name Link
🔨 Latest commit 8ccea01
🔍 Latest deploy log https://app.netlify.com/projects/v3-meteor-api-docs/deploys/68e5beccda0759000840f0c5

@netlify
Copy link

netlify bot commented Oct 8, 2025

Deploy Preview for v3-migration-docs canceled.

Name Link
🔨 Latest commit 8ccea01
🔍 Latest deploy log https://app.netlify.com/projects/v3-migration-docs/deploys/68e5becc237be9000818b8ad

Copy link
Member

@italojs italojs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@nachocodoner nachocodoner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice to have this fix at last! Great job!

Indeed, this is more somthing for a Meteor 3.4 or a patch version after it (3.4.1).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Minimongo does not support "." in the key names, v3.04

4 participants