Skip to content

Commit

Permalink
Merge branch 'release-3.0' into typescript-5.4.4
Browse files Browse the repository at this point in the history
# Conflicts:
#	package-lock.json
#	packages/deprecated/stylus/.npm/plugin/compileStylusBatch/npm-shrinkwrap.json
#	packages/npm-mongo/.npm/package/npm-shrinkwrap.json
  • Loading branch information
nachocodoner committed May 20, 2024
2 parents 977f775 + 5172596 commit b2a78ee
Show file tree
Hide file tree
Showing 12 changed files with 2,713 additions and 4,530 deletions.
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
title: Meteor API Docs
subtitle: API Docs
versions:
- '2.15'
- '2.16'
- '2.14'
- '2.13'
- '2.12'
Expand Down
66 changes: 46 additions & 20 deletions docs/generators/changelog/versions/2.16.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,53 @@
## v2.16.0, 2024-03-26
## v2.16.0, 2024-05-14

### Highlights

- Support observeChangesAsync and observeAsync. [PR](https://github.com/meteor/meteor/pull/13025)
- New mongo package options to optimize Oplog tailing performance to include/exclude certain collections [PR](https://github.com/meteor/meteor/pull/13009)

#### Migration Steps

## Breaking Changes
To update from 2.15 to this one, you can run:

## Docs
```
meteor update --release 2.16
```

## Internal API changes
If you're coming from an older version, please check our [Migration Guides](https://guide.meteor.com/2.14-migration).

#### Breaking Changes
N/A

#### Internal API changes

* Add method name to MethodInvocation in DDP messages

## Meteor Version Release
#### 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`

* `twitter-config-ui@get-version`
- Update setup instructions
* `check@get-version`:
- Added an optional flag to immediately throw error when all checks failed. [PR #12970]

* `ddp-common@get-versio`
* `ddp-common@get-version`
- Add method name to MethodInvocation

* `ddp-client@get-version`
Expand All @@ -41,36 +56,47 @@
* `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
- Support observeChangesAsync and observeAsync [PR #13025]
- Report and extend test cases for the old async behaviors

* `logging@get-version`
- Type update
* `minifier-js@get-version`
- Update terser to v5.31.0

* `service-configuration@get-version`
- Type update
* `mongo@get-version`
- Support a new option to include/exclude certain collections for oplog tailing [PR #13009]

* `reload-safetybelt@get-version`
- Remove underscore dependency

## Independent releases
* `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

- [@nachocodoner](https://github.com/nachocodoner)
- [@StorytellerCZ](https://github.com/sponsors/StorytellerCZ)
- [@jamauro](https://github.com/jamauro)
#### Contributors

For making this great framework even better!
- [GH nachocodoner]
- [GH StorytellerCZ]
- [GH jamauro]
- [GH Twisterking]
- [GH harryadel]

Thanks for making this great framework even better!
107 changes: 104 additions & 3 deletions docs/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@

[//]: # (go to meteor/docs/generators/changelog/docs)




## v3.0, TBD

### Highlights
Expand Down Expand Up @@ -724,6 +721,110 @@

For making this great framework even better!


## v2.16.0, 2024-05-14

### Highlights

- Support observeChangesAsync and observeAsync. [PR](https://github.com/meteor/meteor/pull/13025)
- New mongo package options to optimize Oplog tailing performance to include/exclude certain collections [PR](https://github.com/meteor/meteor/pull/13009)

#### Migration Steps

To update from 2.15 to this one, you can run:

```
meteor update --release 2.16
```

If you're coming from an older version, please check our [Migration Guides](https://guide.meteor.com/2.14-migration).

#### Breaking Changes
N/A

#### 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@2.2.11`
- Supported session storage to store accounts login token [PR](https://github.com/meteor/meteor/pull/13046)
- Update config checking
- Added new types [PR](https://github.com/meteor/meteor/pull/13042)

* `accounts-oauth@1.4.4`
- Remove config checking as it is done in `accounts-base`

* `accounts-ui-unstyled@1.7.1`
- `Connect with Twitter` is now `Connect with X/Twitter`

* `check@1.4.1`:
- Added an optional flag to immediately throw error when all checks failed. [PR](https://github.com/meteor/meteor/pull/12970)

* `ddp-common@1.4.1`
- Add method name to MethodInvocation

* `ddp-client@2.6.2`
- Add method name to MethodInvocation

* `ddp-server@2.7.1`
- Add method name to MethodInvocation

* `twitter-config-ui@1.0.2`
- Update setup instructions

* `email@2.2.6`
- Nodemailer update to v6.9.10
- `@types/nodemailer` updated to v6.4.14
- Adds the ability to encrypt your emails using PGP [PR](https://github.com/meteor/meteor/pull/12991)

* `logging@1.3.4`
- Type update

* `minimongo@1.9.4`
- Support observeChangesAsync and observeAsync [PR](https://github.com/meteor/meteor/pull/13025)
- Report and extend test cases for the old async behaviors

* `minifier-js@2.8.0`
- Update terser to v5.31.0

* `mongo@1.16.10`
- Support a new option to include/exclude certain collections for oplog tailing [PR](https://github.com/meteor/meteor/pull/13009)

* `reload-safetybelt@1.0.13`
- Remove underscore dependency

* `service-configuration@1.3.4`
- Type update

#### Independent releases

* `mongo@1.16.9`:
- Set `minPoolSize` for oplog

* `underscore@1.6.1`
- Fix bug in `_.intersection`

#### Contributors

- [nachocodoner](https://github.com/nachocodoner)
- [StorytellerCZ](https://github.com/StorytellerCZ)
- [jamauro](https://github.com/jamauro)
- [Twisterking](https://github.com/Twisterking)
- [harryadel](https://github.com/harryadel)

Thanks for making this great framework even better!

## v2.15.0, 2024-02-05

### Highlights
Expand Down

0 comments on commit b2a78ee

Please sign in to comment.