forked from meteor/meteor
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request meteor#13066 from meteor/release-2.16
Release 2.16
- Loading branch information
Showing
74 changed files
with
2,588 additions
and
1,825 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
## v2.16.0, 2024-05-14 | ||
|
||
### Highlights | ||
|
||
|
||
#### Migration Steps | ||
|
||
## Breaking Changes | ||
|
||
## Docs | ||
|
||
## Internal API changes | ||
|
||
* Add method name to MethodInvocation in DDP messages | ||
|
||
## Meteor Version Release | ||
|
||
* Meteor tool | ||
- Updated Svelte skeleton | ||
- Update tsconfig.json for Svelte skeleton | ||
- Updated Solid skeleton NPM dependencies | ||
|
||
* Blaze | ||
- Support of async dynamic attributes [PR](https://github.com/meteor/blaze/pull/460) | ||
- Fix Blaze._expandAttributes returns empty object, if null. [PR](https://github.com/meteor/blaze/pull/458) | ||
|
||
* `accounts-base@get-version` | ||
- Supported session storage to store accounts login token [PR #13046] | ||
- Update config checking | ||
- Added new types [PR #13042] | ||
|
||
* `accounts-oauth@get-version` | ||
- Remove config checking as it is done in `accounts-base` | ||
|
||
* `accounts-ui-unstyled@get-version` | ||
- `Connect with Twitter` is now `Connect with X/Twitter` | ||
|
||
* `check@get-version`: | ||
- Added an optional flag to immediately throw error when all checks failed. [PR #12970] | ||
|
||
* `ddp-common@get-version` | ||
- Add method name to MethodInvocation | ||
|
||
* `ddp-client@get-version` | ||
- Add method name to MethodInvocation | ||
|
||
* `ddp-server@get-version` | ||
- Add method name to MethodInvocation | ||
|
||
* `twitter-config-ui@get-version` | ||
- Update setup instructions | ||
|
||
* `email@get-version` | ||
- Nodemailer update to v6.9.10 | ||
- `@types/nodemailer` updated to v6.4.14 | ||
- Adds the ability to encrypt your emails using PGP [PR #12991] | ||
|
||
* `logging@get-version` | ||
- Type update | ||
|
||
* `minimongo@get-version` | ||
- Support observeChangesAsync and observeAsync [PR #13025] | ||
- Report and extend test cases for the old async behaviors | ||
|
||
* `minifier-js@get-version` | ||
- Update terser to v5.31.0 | ||
|
||
* `mongo@get-version` | ||
- Support a new option to include/exclude certain collections for oplog tailing [PR #13009] | ||
|
||
* `reload-safetybelt@get-version` | ||
- Remove underscore dependency | ||
|
||
* `service-configuration@get-version` | ||
- Type update | ||
|
||
## Independent releases | ||
|
||
* `mongo@1.16.9`: | ||
- Set `minPoolSize` for oplog | ||
|
||
* `underscore@1.6.1` | ||
- Fix bug in `_.intersection` | ||
|
||
## Contributors | ||
|
||
- [GH nachocodoner] | ||
- [GH StorytellerCZ] | ||
- [GH jamauro] | ||
- [GH Twisterking] | ||
- [GH harryadel] | ||
|
||
For making this great framework even better! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.