Updated changelog

This commit is contained in:
Jan Dvorak
2023-10-17 14:00:09 +02:00
parent c7b79b7b06
commit fbab28afd5

View File

@@ -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!