Add new items to the 2.8 changelog

This commit is contained in:
Frederico Maia Arantes
2022-08-16 14:18:58 +02:00
parent 51d750e076
commit fbcce7a6c8

View File

@@ -1,12 +1,15 @@
## 2.8, 2022-08-XX
## v2.8, 2022-08-XX
#### Highlights
* New MongoDB Package Async API. [PR](https://github.com/meteor/meteor/pull/12028)
* Node update to [v14.20.0](https://nodejs.org/en/blog/release/v14.20.0/) as part of the [July 7th security release](https://nodejs.org/en/blog/vulnerability/july-2022-security-releases/)
* Update MongoDB driver to 4.8. [PR](https://github.com/meteor/meteor/pull/12097)
#### Breaking Changes
N/A
#### Migration Steps
Read our [Migration Guide](https://deploy-preview-12057--meteor-guide.netlify.app/2.8-migration.html) for this version.
#### Meteor Version Release
* `modules@0.19.0`:
@@ -25,8 +28,16 @@ N/A
- Fixing bug where tokes where never expiring. [PR](https://github.com/meteor/meteor/pull/12088).
* `accounts-base@2.2.4`:
- Adding new options to the `Accounts.config()` method: `loginTokenExpirationHours` and `tokenSequenceLength`. [PR](https://github.com/meteor/meteor/pull/12088).
* `minifiser-css@1.6.1`:
- Update postcss package to avoid issues with `Browserslist` and `caniuse-lite`. [PR](https://github.com/meteor/meteor/pull/12136).
* `minifiser-js@2.7.5`:
- Update terser package due to security fixes and to take advantage of terser improvements. [PR](https://github.com/meteor/meteor/pull/12137).
* `standard-minifiser-css@1.8.2`:
- Update dependencies to avoid issues with `Browserslist` and `caniuse-lite`. [PR](https://github.com/meteor/meteor/pull/12141).
* `standard-minifiser-js@2.8.1`:
- Update dependencies to avoid issues with `Browserslist` and `caniuse-lite`. [PR](https://github.com/meteor/meteor/pull/12142).
## 2.7.3, 2022-05-31
## v2.7.3, 2022-05-31
#### Highlights
* `accounts-passwordless@2.1.2`:
@@ -50,7 +61,7 @@ N/A
* Fix win style paths being added to watch sets.
* Fix recompiling npm packages for web arch. [PR](https://github.com/meteor/meteor/pull/12023).
## 2.7.2, 2022-05-10
## v2.7.2, 2022-05-10
#### Highlights