Skip to content

update examples to Meteor 3.5-rc.2 with change streams and uws - #45

Merged
nachocodoner merged 3 commits into
mainfrom
update-meteor-3.5-rc.2
Jul 29, 2026
Merged

update examples to Meteor 3.5-rc.2 with change streams and uws#45
nachocodoner merged 3 commits into
mainfrom
update-meteor-3.5-rc.2

Conversation

@italojs

@italojs italojs commented Jun 22, 2026

Copy link
Copy Markdown
Member

Summary

  • Bumps all 6 internal example projects from Meteor 3.4.1 to 3.5-rc.2
  • Updates mongo package pin from 2.2.1-rc341.1 to 2.4.0-rc350.2
  • Enables MongoDB change streams as the reactivity driver in all projects
  • Enables uws (µWebSockets) as the DDP transport in all projects
  • Creates settings.json for projects that didn't have one and updates their start script to pass --settings settings.json
  • Updates meteorVersion in examples.json

Projects updated

  • complex-todos-svelte
  • nft-marketplace
  • notes-offline
  • parties
  • task-manager
  • tic-tac-toe

Test plan

  • Run each project locally with npm start and confirm the app starts without errors
  • Verify change streams driver is active in server logs (not oplog/polling)
  • Verify uws transport is used (no SockJS in client connection)
  • Confirm reactivity works end-to-end in each app

- Bump .meteor/release from 3.4.1 to 3.5-rc.2 in all 6 projects
- Update mongo package pin from 2.2.1-rc341.1 to 2.4.0-rc350.2
- Add settings.json to projects that didn't have one
- Enable MongoDB change streams (reactivity: changeStreams) in all projects
- Enable uws transport (transport: uws) in all projects
- Update start scripts to pass --settings settings.json where missing
- Update meteorVersion in examples.json
@italojs italojs mentioned this pull request Jun 22, 2026
4 tasks
@italojs
italojs requested a review from nachocodoner June 22, 2026 13:53

@nachocodoner nachocodoner left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I upgraded to latest Meteor 3.5 official, which was pending. Merging.

@nachocodoner
nachocodoner merged commit f0fba1f into main Jul 29, 2026
15 checks passed
@nachocodoner
nachocodoner deleted the update-meteor-3.5-rc.2 branch July 29, 2026 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants