Commit Graph

1747 Commits

Author SHA1 Message Date
filipenevola
77600e6fb5 Updates History.md
- `--apollo` skeleton was missing client cache setup [PR #11146](https://github.com/meteor/meteor/pull/11146)
2020-08-24 08:06:04 -04:00
filipenevola
3c96818a18 Set 1.11 release date on History 2020-08-18 22:09:20 -04:00
filipenevola
156afa0956 History.md updates for 1.11 release 2020-08-18 07:48:20 -04:00
Jan Dvorak
2aa51c5c3d Bump node to 12.10.3 2020-07-30 19:58:34 +02:00
Jan Dvorak
582064ab13 Updated node, npm and MongoDB dependencies 2020-07-16 13:59:30 +09:00
Jan Dvorak
d51df01a62 Merge branch 'release-1.10.3' into update-deps 2020-07-02 11:17:01 +09:00
Jordan Brant Baker
25cda00f14 Update History.md
Co-authored-by: William Reiske <wreiske@mieweb.com>
2020-06-26 15:02:23 -07:00
Jan Dvorak
f7fded97db Fix hookSend test & add to changelog 2020-06-24 10:06:18 -04:00
Jan Dvorak
f93a73b117 Major version bump for email package 2020-06-24 10:06:18 -04:00
Jan Dvorak
b9adad7e47 Update email dependencies
And bump the email package version as a result.
2020-06-24 10:06:18 -04:00
filipenevola
c19bb8f492 Bump package versions for 1.10.3-beta.0 release 2020-06-24 10:06:17 -04:00
Jan Dvorak
520da8cddf Update history & npm in dev bundle 2020-06-22 16:18:01 +09:00
Filipe Névola
25d6105de9 Merge pull request #11045 from StorytellerCZ/feature/update-email 2020-06-11 11:56:30 -04:00
Jan Dvorak
db385925a9 Fix hookSend test & add to changelog 2020-06-11 14:34:47 +09:00
filipenevola
42a01b3321 Bump package versions for 1.10.3-beta.0 release 2020-05-21 15:24:12 -04:00
Filipe Névola
051ebafd41 Merge pull request #11056 from TheRealNate/patch-1 2020-05-21 11:01:25 -04:00
Jan Dvorak
adae6b2bc2 Major version bump for email package 2020-05-13 13:51:43 +09:00
Seba Kerckhof
8891650ac8 Document changes to the URL package 2020-05-12 12:19:01 +02:00
Nathaniel Dsouza
c90749dd07 Add a note about breaking change due to retryWrites option for v1.9.3 2020-05-11 18:35:03 -04:00
Jan Dvorak
27f43273a4 Update email dependencies
And bump the email package version as a result.
2020-05-06 23:13:27 +09:00
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