Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
denihs committed May 15, 2024
1 parent 9d6e528 commit c38e3c7
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 15 deletions.
23 changes: 16 additions & 7 deletions docs/generators/changelog/versions/2.16.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,27 @@

### 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
Expand Down Expand Up @@ -74,20 +83,20 @@
* `service-configuration@get-version`
- Type update

## Independent releases
#### Independent releases

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

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

## Contributors
#### Contributors

- [GH nachocodoner]
- [GH StorytellerCZ]
- [GH jamauro]
- [GH Twisterking]
- [GH harryadel]

For making this great framework even better!
Thanks for making this great framework even better!
24 changes: 16 additions & 8 deletions docs/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,27 @@

### 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
Expand Down Expand Up @@ -86,24 +95,23 @@
* `service-configuration@1.3.4`
- Type update

## Independent releases
#### Independent releases

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

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

## Contributors
#### 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)

For making this great framework even better!

Thanks for making this great framework even better!
## v2.15.0, 2024-02-05

### Highlights
Expand Down

0 comments on commit c38e3c7

Please sign in to comment.