Commit Graph

1727 Commits

Author SHA1 Message Date
filipenevola
23dbf94bf7 Bump package versions for 1.10.2 release 2020-04-21 17:32:43 -04:00
Seba Kerckhof
9c9a8263ab Add separate SERVER_NODE_FLAGS envar (#10965)
* Add separate SERVER_NODE_FLAGS envar

Since Meteor 0.5.3, Meteor allowed to pass node command line flags
to the server node process via the `NODE_OPTIONS` environment variable.

However, since Node version 8 / Meteor 1.6 this has become a default node
envar with the same behavior:
https://nodejs.org/api/cli.html#cli_node_options_options

The side effect is that this now also affects Meteor tool.

The command line parameters could already be set separately via the `TOOL_NODE_FLAGS` envar.
This is now also possible (again) for the server.
2020-04-17 20:17:53 -04:00
Christian Klaussner
8077d51724 Update MongoDB to 4.2.5. (#11020) 2020-04-17 13:20:52 -04:00
Filipe Névola
f80ae8205d Adds support to override mongo options via Meteor settings (#10976)
* Adds support to mongo options via Meteor settings
The options are in the `packages` key in the `mongo` key that is the package name. We should use the pattern every time we need a setting in a package.
2020-04-17 13:04:35 -04:00
zodern
9c0d2dcd2e Fix caching-compiler cache writes (#10969)
Meteor 1.8.2 made all Plugin.fs functions sync so the callback to fs.writeFile was never called.
2020-03-31 12:14:21 -04:00
Ben Newman
3a2a2921a6 Mention removal of default Flow support in History.md. 2020-03-24 12:26:42 -04:00
Ben Newman
156bdcd705 Update meteor-babel to version 7.9.0 and typescript to 3.8.3. 2020-03-24 12:11:00 -04:00
filipenevola
17136ff79a Updates Roadmap and History with 1.10.1 2020-03-16 12:31:04 -03:00
filipenevola
39e57ecd79 Bump package versions for the official 1.10 release. 🎉 2020-03-12 14:29:56 -03:00
filipenevola
e4fc3ccbcf Documents the new command to ensure cordova dependencies are installed 2020-03-11 23:01:31 -03:00
filipenevola
8822ce987e Merge branch 'devel' into release-1.10
# Conflicts:
#	packages/meteor-tool/package.js
#	packages/npm-mongo/package.js
#	scripts/admin/meteor-release-experimental.json
2020-03-09 22:48:17 -04:00
filipenevola
a8b31bc578 Merge branch 'master' into devel
# Conflicts:
#	History.md
#	packages/npm-mongo/.npm/package/npm-shrinkwrap.json
#	packages/npm-mongo/package.js
2020-03-09 22:47:26 -04:00
filipenevola
354e24b3f6 Bump package versions for 1.9.3 release 🎉 2020-03-09 18:55:24 -04:00
filipenevola
830a726d11 Updates History explaining the change on Swift version 2020-03-06 13:10:55 -04:00
filipenevola
975759f6aa WKWebViewOnly is set by default now as true and updates cordova-plugin-meteor-webapp to 1.9.0 that is compatible with Swift 5 2020-03-04 17:11:41 -04:00
Filipe Névola
629b3670b2 Merge pull request #10958 from StorytellerCZ/devel
Migrations steps for 1.10 MongoDB `Unexpected exit code 62`
2020-03-04 16:45:09 -04:00
Jan Dvorak
82d340921c Update History.md
Co-Authored-By: Christian Klaussner <christian@klaussner.me>
2020-03-03 21:06:19 +09:00
Jan Dvorak
2f5459c267 Migrations steps for 1.10 MongoDB Unexpected exit code 62
Add migrations steps in case of `Unexpected mongo exit code 62.`
2020-03-03 09:07:07 +09:00
filipenevola
e898ab9b98 Bump package versions for 1.10-rc.2 release 2020-02-28 16:13:02 -04:00
filipenevola
356f0a4d79 Updates skel-react
- meteor create --react app now uses useTracker hook instead of withTracker HOC, it also uses function components instead of classes
2020-02-28 15:44:01 -04:00
Ben Newman
0ca83e8fc7 Update mongodb driver package to version 3.5.4.
With any luck, this update should fix #10925, thanks to
https://jira.mongodb.org/browse/NODE-2467.
2020-02-26 15:39:31 -05:00
Ben Newman
a8686cb1bf Update npm to version 6.14.0. 2020-02-25 18:57:30 -05:00
Ben Newman
8939f93d86 Merge branch 'devel' into release-1.10 2020-02-25 18:53:50 -05:00
Ben Newman
b2eaab533b Include Meteor 1.10 changes in devel version of History.md.
Also removed trailing whitespace while I was at it.
2020-02-25 18:50:15 -05:00
Filipe Névola
979b31b87c Merge branch 'release-1.10' into fix-issue-10469 2020-02-25 15:40:39 -04:00
Filipe Névola
b582d7de58 Merge branch 'release-1.10' into mongo-performance-improvements 2020-02-24 22:45:51 -04:00
wildhart
10b3bd3fce Merge remote-tracking branch 'upstream/devel' into fix-issue-10469 2020-02-24 09:01:26 +13:00
filipenevola
fbfea6188f Fixes History format 2020-02-21 19:42:44 -04:00
filipenevola
dfef2c3641 Drops support for Windows 32-bit as MongoDB no longer supports it 2020-02-21 19:21:12 -04:00
Ben Newman
150d387b44 Merge branch 'master' into devel 2020-02-20 11:24:20 -05:00
filipenevola
b96fe01ffa Updates 1.9.2 release date 2020-02-20 2020-02-20 10:43:27 -04:00
Ben Newman
c81738fbb3 Update meteor-babel to version 7.8.2 and typescript to 3.7.5. 2020-02-19 15:20:20 -05:00
Ben Newman
0743289ff3 Add History.md section for Meteor 1.9.2. 2020-02-19 14:16:05 -05:00
filipenevola
d7bb478a41 Merge branch 'master' into devel 2020-02-19 09:26:16 -05:00
filipenevola
29c243fb6d V8 updated to v7.8 in History 2020-02-18 14:10:10 -04:00
filipenevola
268d8ff7f6 Adjusts 1.9 release date in History 2020-02-18 14:10:10 -04:00
filipenevola
68a85d78e7 Bump package versions for 1.9.1-rc.0 release 2020-02-18 14:10:10 -04:00
seke
9eaa77b2cf Reduce EJSON.clone's when observing query changes 2020-02-04 17:21:38 +01:00
Jan Dvorak
2e013c62b1 Update Facebook API calls to v5 2020-01-26 10:34:32 +09:00
Jan Dvorak
d044f05881 Merge branch 'devel' into facebook-api-update 2020-01-26 10:18:22 +09:00
Ben Newman
bb96f38d9b Update meteor-babel and typescript to latest versions.
Babel releases included in this update:
- https://github.com/babel/babel/releases/tag/v7.7.6
- https://github.com/babel/babel/releases/tag/v7.7.7
- https://github.com/babel/babel/releases/tag/v7.8.0
- https://github.com/babel/babel/releases/tag/v7.8.1
- https://github.com/babel/babel/releases/tag/v7.8.2
- https://github.com/babel/babel/releases/tag/v7.8.3

Although some of these changes won't take effect until the next Meteor
release, I intend to publish the babel-compiler, ecmascript, and
typescript changes using Meteor 1.9, so that applications can update
without waiting for Meteor 1.10.
2020-01-14 13:03:59 -05:00
Ben Newman
43d6971b62 Update npm to version 6.13.6 and pacote to version 9.5.12. 2020-01-13 18:01:06 -05:00
Ben Newman
fbbc36b6ef Update Node.js to version 12.14.1. 2020-01-13 18:01:06 -05:00
Ben Newman
3bc53524dd Merge pull request #10723 from klaussner/mongodb-4.2
Update MongoDB to 4.2
2020-01-13 17:39:55 -05:00
Seba Kerckhof
a205967186 Allow to exclude web architectures in development mode (#10824) 2020-01-13 16:24:50 -05:00
Ben Newman
6cc98ca85b Mention MongoDB 4.2 update in History.md. 2020-01-13 16:24:19 -05:00
filipenevola
b8630cbdb3 Includes v1.10 in History.md 2020-01-13 15:34:46 -05:00
Ben Newman
2257bdcc46 Update the release date for Meteor 1.9 in History.md.
[no ci]
2020-01-08 19:38:23 -05:00
Ben Newman
da11c28ed4 Use the official fibers@4.0.3 release.
This includes https://github.com/laverdet/node-fibers/pull/429, fixing the
CPU spikes reported and discussed here: https://github.com/meteor/meteor/pull/10527#issuecomment-567982128

Using an official fibers release rather than a GitHub URL is preferable
because it doesn't require building fibers from source when deploying a
Meteor app to production, and also doesn't rely on GitHub being
operational, though of course it does rely on other networked services
like npm.
2020-01-07 20:31:28 -05:00
filipenevola
8bf018f19b Merge branch 'devel' into release-1.9 2020-01-07 10:52:48 -05:00