From fbab28afd5430784013243c115dc8f58d7959bb4 Mon Sep 17 00:00:00 2001 From: Jan Dvorak Date: Tue, 17 Oct 2023 14:00:09 +0200 Subject: [PATCH] Updated changelog --- docs/generators/changelog/versions/2.14.md | 47 +++++++++++++--------- 1 file changed, 29 insertions(+), 18 deletions(-) diff --git a/docs/generators/changelog/versions/2.14.md b/docs/generators/changelog/versions/2.14.md index 0d487edcc1..841acd96ae 100644 --- a/docs/generators/changelog/versions/2.14.md +++ b/docs/generators/changelog/versions/2.14.md @@ -4,22 +4,20 @@ Hacktoberfest release! 🎉 -* You can now set `DISABLE_SOCKJS_CORS=1` if you want to prevent SockJS from setting CORS headers. Do not set this option if you will have DDP clients from other origins connecting to the DDP server. +* MongoDB driver has been updated to v4.17.0 + +* You can now set `DISABLE_SOCKJS_CORS=1` if you want to prevent SockJS from setting CORS headers. Do not set this option if you will have DDP clients from other origins connecting to the DDP server. [PR #12789] * Added guide on (how to prepare for Meteor 3.0 migration)[https://guide.meteor.com/prepare-meteor-3.0]. +* New DDP merge strategy `NO_MERGE_MULTI`, which is similar to `NO_MERGE`, but it does track whether a document is used by multiple publications. [PR #12742] + +* Appcache has been further deprecated and moved to the deprecated packages folder. #### Migration Steps TODO - -## New Features -- Option to disable sockjs cors headers. [PR #12789] - -## Patch changes -- Fixed EACCESS typo. [PR #12698] - ## Breaking Changes N/A @@ -36,32 +34,41 @@ N/A - Fixed links in skeletons - Fixed build issue in Vue skeleton - Updated `source-map-support` + - Fixed bugs in negated “in” and “instanceof” expressions -## Core dependencies +## Meteor Version Release * `accounts-base@get-version` - Ensure that `onLogin` callback fires properly +* `accounts-passwordless@get-version` + - Fix #12401, ensure that user is found with ID + * `ddp-server@get-version`: - Allow setting `DISABLE_SOCKJS_CORS` to prevent SockJS from setting CORS headers + - Added new publication strategy `NO_MERGE_MULTI` + +* `facebook-oauth@get-version`: + - Updated default version of Facebook GraphAPI to v17 * `fetch@get-version`: - Update `node-fetch` to version 1.6.12 - Update `whatwg-fetch` to version 3.6.17 -* `accounts-passwordless@get-version` - - Fix #12401, ensure that user is found with ID +* `logging@get-version`: + - Added TS types + +* `meteor@get-version`: + - Improve TS types + +* `npm-mongo@get-version`: + - Bumped MongoDB driver to version 4.17 * `react-fast-refresh@get-version`: - Updated `semver` to version 7.5.4 -* `facebook-oauth@get-version`: - - Updated default version of Facebook GraphAPI to v17 -* `logging@get-version`: - - Added TS types - -## Dependencies +## Independent releases * `google-oauth@1.4.4`: - Remove logging request/response in google_server @@ -71,13 +78,17 @@ N/A ## Contributors -- [@StorytellerCZ](https://github.com/sponsors/StorytellerCZ). +- [@StorytellerCZ](https://github.com/sponsors/StorytellerCZ) +- [@Grubba27](https://github.com/sponsors/Grubba27) - [@vit0rr](https://github.com/vit0rr) - [@realyze](https://github.com/realyze) - [@jamauro](https://github.com/jamauro) - [@Torgen](https://github.com/Torgen) - [@brucejo75](https://github.com/brucejo75) - [@zodern](https://github.com/sponsors/zodern) +- [@alisnic](https://github.com/alisnic) +- [@ebroder](https://github.com/ebroder) +- [@BANSAL-NISHU](https://github.com/BANSAL-NISHU) For making this great framework even better!