Meteor 3.0.2-beta.0 is out!

We have a new release: meteor 3.0.2-beta.0

Hello everyone! We just dropped a new release for version 3 :tada: :rocket:

Updates

Fixes:

How to test it?

Installing Meteor

npx meteor@beta

Existing projects:

meteor update --release 3.0.2-beta.0

Starting a project:

meteor create app-name --release 3.0.2-beta.0

Your help testing this version by creating a new app or migrating your current one will be extremely helpful!

Please give us your feedback, and if you find any issues, you can create a post here or open an issue on GitHub .

7 Likes

Thanks for this!

We’re still seeing the behavior reported here in 3.0.2-beta.0 (subscriptions running before login, so logged-in users get authenticated subscription requests rejected upon reconect). From this comment I had thought this would be resolved in 3.0.2-beta.0 but I’m wondering if the fix did not make it into 3.0.2 yet and was queued up for the next release or if perhaps something else is going on?

Hey @brianlukoff we could only fix the subscription for the Accounts package in time for this beta, that is enough for some apps, but looks like it isn’t for yours, we need to solve it for all subs but that will involve more work.

Got it – thank you! I’m happy to help test anything with our app – just let me know.

1 Like