What's left until an official Meteor 3.0?

When you update and there’s conflicts you can use the exclamation prefix like so: alanning:roles@3.6.2! in .packages

1 Like

I cloned the github repo,
commented out the line api.versionsFrom(['2.8.0'])
and changed the line

api.use(['blaze@2.7.1'], 'client', { weak: true })
to
api.use(['blaze@3.0.0-alpha300.17'], 'client', { weak: true })

and it works, thanks

2 Likes

We’ll be releasing a beta version soonish which will resolve these issues.

5 Likes

Updates about the first Meteor 3.0 RC Release:

Due to some roadblocks, our ETA for the RC Release has been postponed to 19th April.

These are the tasks for the first RC:

Estimated Release Dates

  • Last Meteor 3.0 Beta: March 26, 2024 - meteor update --release 3.0-beta.7
  • First Meteor 3.0 RC: April 19, 2024
  • Meteor 2.16: We plan to start working on a release after the first RC

You can follow the updates on What’s left until an official Meteor 3.0? Discussion, and on the Release 3.0 PR.

7 Likes

It is time for a Weekly update :tada: :comet:

We are proud to say that we have the first Release Candidate for Meteor 3.0 :star_struck::partying_face:
You can check more details about it here.

The priority of the next RC will be to review and fix issues with Cordova’s experience.

Next Releases:

  • Meteor 2.16 [PR]
    • We plan to release it by the end of this week.
  • Meteor 3.0 RC (next): May 3, 2024.
    • The plan is to have a new release candidate every 2 weeks.

You can follow the updates on What’s left until an official Meteor 3.0? Discussion, and on the Release 3.0 PR.

7 Likes

It is time for a Weekly update :tada: :comet:

We are proud to say that we have the Release for 2.16 beta :star_struck::partying_face:
You can check more details about it here .

Tasks and fixes for the next Meteor 3.0 RC:

Next Releases:

  • Meteor 2.16 RC [PR]
    • We plan to release it early next week, probably Monday (May 6th).
  • Meteor 3.0 RC (next): Friday, May 3rd, 2024.
    • The plan is to have a new release candidate every 2 weeks.

You can follow the updates on What’s left until an official Meteor 3.0? Discussion, and on the Release 3.0 PR.

3 Likes

It is time for a Weekly update :tada: :comet:

We are proud to say that we have the Release for Meteor 3.0-rc.1 :star_struck::partying_face:
You can check more details about it here.

We also have the Meteor 2.16-rc.0 :star_struck::partying_face:
You can check more details about it here.


Tasks and fixes for the next 3.0 RC:

Next Releases:

  • Meteor 2.16 - Official [PR]
    • We plan to release it next week. Probably until May 14th.
  • Meteor 3.0 RC - next [PR]
    • Monday, May 20th, 2024.
    • The plan is to have a new release candidate every 2 weeks. Every Monday.
  • Meteor 3.0 - Official
    • We need your help testing the RC versions to make it more stable before the official release.
6 Likes

It is time for a Weekly update :tada: :comet:

We are proud to say that we have the Release for Meteor 2.16 official :star_struck::partying_face:
You can check more details about it here.


Next Releases:

  • Meteor 3.0 RC - next [PR]
    • Monday, May 20th, 2024.
    • The plan is to have a new release candidate every 2 weeks. Every Monday.
  • Meteor 3.0 - Official
    • We need your help testing the RC versions to make it more stable before the official release.
  • Meteor 2.X versions
    • We plan to hold off on releasing new Meteor 2.X versions for now to focus on the 3.0 releases.
5 Likes

It’s time for a weekly update :tada: :comet:
It’s been some time, but we are proud to say that we have the Release for Meteor 3.0-rc.2 :star_struck: :partying_face:

You can check here for more details.

Tasks and fixes for the next, and final until the official, Meteor 3.0 Release Candidate (rc.3):

Meteor 3-rc.3 is expected to arrive on Tuesday, June 11th, stay tuned.

Next Releases

  • Meteor 3.0 Official (July 8th, 2024) [PR]
  • Meteor 3.0.1 (July 22nd, 2024)
  • Meteor 3.0.2 (August 5th, 2024)

These dates are subject to change as we add or remove things from the backlog.

12 Likes

It’s time for a weekly update :tada: :comet:

We are proud to say that we have the Release for Meteor 3.0-rc.4 :star_struck: :partying_face:

You can check here for more details.


Tasks and fixes for the next, and official, Meteor 3.0 Release:

  • Ensure the documentation is up to date
  • Upgrade Node.js to v20.14
  • Improve package version resolution process
  • React Router SSR for Meteor 3
  • Remove pinned version of packages inside the skeletons
  • Add addEmailAsync alias
  • Incorrect Node.js version in Meteor 3 projects
  • Review Security Updates

Meteor 3.0 is expected to arrive on Tuesday, July 8th, stay tuned.

Next Releases

  • Meteor 3.0.1 (July 22nd, 2024)
  • Meteor 3.0.2 (August 5th, 2024)

These dates are subject to change as we add or remove things from the backlog.

10 Likes

Weekly Update June 28th, 2024 :tada: :comet:

So far we have released rc4 as we mentioned in our previous updates, and work is progressing well for our official Meteor 3 release.

You can check here for more details about our last Release Candidate.

The backlog has evolved a little over the last days with some issues gaining priority, our most important ones are as follows:

  • Incorrect Node.js version in Meteor project if the meteor-tool is missing, this has gone up in priority but it’s extremely hard to solve, we have a path forward but have some loose ends we need to account for, some tests on Windows are failing at the moment
  • The method call order when Meteor goes back from offline and authentication
  • Finding a replacement for @vlasky/whomst since it depends on a package called posix which builds a binary and breaks on some installations

We also confirmed that Cordova is working completely fine, this was done by @nachocodoner, one of our developers with the most expertise in that area.

We are also revamping the documentation and researching ways to simplify the mechanics for call and callAsync, we have @denyhs at this forefront and also huge help from @zodern . The goal is to make Meteor have the best Developer Experience as possible and the migration as simple as possible too.


Other tasks and fixes for the next, and official, Meteor 3.0 Release:

  • Unable to run bundle from “meteor build”
  • Ensure the documentation is up to date
  • Upgrade Node.js to v20.14
  • Improve package version resolution process
  • React Router SSR for Meteor 3
  • Remove pinned version of packages inside the skeletons
  • Add addEmailAsync alias
  • Incorrect Node.js version in Meteor 3 projects
  • Review Security Updates
  • Rename or remove asyncLocalStorage global
  • Verify tinytest major version increase

Meteor 3.0 is expected to arrive on Monday, July 8th or 15th at the most

Next Releases

  • Meteor 3.0.1 (July 22nd, 2024)
  • Meteor 3.0.2 (August 5th, 2024)

These dates are subject to change as we add or remove things from the backlog.

5 Likes

Weekly Update July 5th, 2024 :tada: :comet:

So far we have released rc4 as we mentioned in our previous updates, and work continues progressing well for our Meteor 3 official release.

You can check here for more details about our last Release Candidate.

We have launched our Meteor Lounge Discord server, you read more about it here.

Today we have successfully hosted our first Community Call where many amazing people joined like @storyteller @copleykj, to name just a few! We are going to host these regularly, the time is still to be defined. If you have any suggestions please reply below.

Join Meteor Lounge


Tasks and fixes for the next, and official, Meteor 3.0 Release:

  • Incorrect Node.js version in Meteor 3 projects
  • Find alternative and remove dependencies which hold the posix package
  • Check Fix handling unexpected errors during build and merge it
  • Unable to run bundle from “meteor build”
  • Deprecate Meteor.call for async methods
  • Review and update documentation for callAsync
  • Make sure Cordova is working well (native build)
  • Replace docs page for Meteor 3 with a link to the ad hoc docs for the migration
  • Fix how to compare constraints version when publishing a package
  • Check if TLA or require as promises is missing documentation
  • Update node version to latest v20
  • Rename or remove asyncLocalStorage global
  • Tinytest major version increased
  • Add addEmailAsync alias
  • Cannot create new project with meteor create my-react-app due to skeleton clone

Meteor 3.0 is expected to arrive from Monday, July 8th to July 15th at the most. Most likely sometime mid-week.

Next Releases

  • Meteor 3.0.1 (July 29th, 2024)
  • Meteor 3.0.2 (August 12th, 2024)

These dates are subject to change as we add or remove things from the backlog.

6 Likes

Can someone help me on this one, I’m trying to update from meteor 2.10.0 to 3.0-rc.4

Hi Cloudiy,

The error message you shared shows you that simple:rest 1.2.1 requires accounts-base-2.1.0, which is a version that is not compatible with meteor 3.0.

In order to fix this issue, you either need to update the package manually yourself, request an update to the package on github, but as you can see the development of this package has stopped, so alternatively I would recommend looking for an alternative or determining if you really need this package in your project and remove it.

Let me know if this helps and if you are able to upgrade!

also note, that simple:rest might not be required anymore since 3.0 uses express which basically provides all the functionality natively unless I missed a detail here.

3 Likes

simple:rest package automatically exposes your methods, publications and collections as rest endpoints. That’s not available as of now with the move to express.

You might be talking about a different package

Thanks @rjdavid yes I think this was restivus :thinking:

Yes, we have projects running in production with Meteor 3 and Langchain :wink:

1 Like

Since 3.0.1 was the public release, I’m wondering if the schedule for 3.0.2 has moved forward at all? We’re eagerly awaiting 3.0.2 as I think this issue is a blocker for us to roll out Meteor 3 in production (it is I think what is underlying some weird behavior that is causing UX issues in our app).

The issue mentioned is already fixed in our release branch, we are planning to release 3.0.2 as soon as we can, waiting on other fixes to include in it. I would say Thursday/Friday.

4 Likes