Update v3-docs/docs/about/roadmap.md

Co-authored-by: Henrique Schmaiske <59376543+henriquealbert@users.noreply.github.com>
This commit is contained in:
Leonardo Venturini
2024-08-26 14:54:41 -04:00
committed by GitHub
parent b497847df3
commit 6f8d139fa5

View File

@@ -23,7 +23,7 @@ Contributors are encouraged to focus their efforts on work that aligns with the
> After removing fibers, we became heavily reliant on async resources and consequently Async Hooks/Async Local Storage, which has a performance cost, we need to optimize that.
- Bringing community packages to the core
> Some packages are widely used and should be part of the core, so this involves identifying and moving them there.
> Some packages are widely used and should be part of the core, which involves identifying and moving them to the core.
- MongoDB Change Streams support ([Discussion](https://github.com/meteor/meteor/discussions/11842))
> Change Streams is the official way to listen to changes in MongoDB. We should provide a way to use it seamlessly in Meteor. It has been planned for a long time, and now were in a position to do it.