Skip to content
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

Release 2.4 #11488

Merged
merged 294 commits into from
Sep 15, 2021
Merged

Release 2.4 #11488

merged 294 commits into from
Sep 15, 2021

Conversation

StorytellerCZ
Copy link
Collaborator

@StorytellerCZ StorytellerCZ commented Jun 24, 2021

Meteor 2.4

We are currently in the beta phase. That means that new features are being added and things are tinkered with. This is for testing and is not meant for production deployment. You can update to the latest release by running :

meteor update --release 2.4-rc.6

Docs PRs:

BrianMulhall and others added 22 commits April 13, 2020 18:51
…for multiple publication strategies (merge box control) in the Meteor livedata server, to reduce server-side memory and CPU usage.

We now provide client-side MongoDB compatibility when the publication strategy is set to NO_MERGE, by gracefully handling duplicate events without throwing an exception. Specific changes:

*When we receive an added message for a document that is already present in the client's collection, it will be changed
*When we receive a change message for a document that is not in the client's collection, it will be added
*When we receive a removed message for a document that is not in the client's collection, nothing will happen.

Based on extracts of code from Mitar's package peerlibrary:control-mergebox.

For more information, refer to discussion "Initial support for publication strategies in livedata server"
#11151
…ainly to publication strategies

Added History.md entry
@StorytellerCZ StorytellerCZ added this to the Release 2.4 milestone Jun 24, 2021
@StorytellerCZ
Copy link
Collaborator Author

Everything seems to check out from our end, please give RC6 a try. We'll make it the final release shortly unless something new emerges.

meteor update --release 2.4-rc.6

@StorytellerCZ StorytellerCZ changed the base branch from devel to master September 14, 2021 15:16
@StorytellerCZ StorytellerCZ merged commit f14f000 into master Sep 15, 2021
@vlasky
Copy link
Contributor

vlasky commented Sep 16, 2021

Am experiencing an issue with minifier-js causing build failure after updating a project to Meteor 2.4. It is choking on a line of code in iron:router.

#11629

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