meteor v1.5.3 Release Notes

Release Date: 2017-11-04 // over 6 years ago
    • 🔒 Node has been upgraded to version 4.8.5, a recommended security release: https://nodejs.org/en/blog/release/v4.8.5/. While it was expected that Node 4.8.5 would also include our fix of a faulty backport of garbage collection-related logic in V8, the timing of this security release has caused that to be delayed until 4.8.6. Therefore, this Node still includes our patch for this issue. Issue #8648

    • Various backports from Meteor 1.6, as detailed in the PR for Meteor 1.5.3. Briefly, these involve fixes for:

      • Child imports of dynamically imported modules within packages. #9182
      • Unresolved circular dependencies. #9176
      • Windows temporary directory handling.