Skip to content

Commit afa3cb3

Browse files
committed
chore: release v2.2.0
1 parent dfb9d93 commit afa3cb3

6 files changed

+15
-21
lines changed

.changeset/lovely-grapes-bake.md

-5
This file was deleted.

.changeset/lucky-poets-fail.md

-5
This file was deleted.

.changeset/swift-buckets-drop.md

-5
This file was deleted.

.changeset/wet-melons-wash.md

-5
This file was deleted.

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# dataloader
22

3+
## 2.2.0
4+
5+
### Minor Changes
6+
7+
- [#326](https://github.com/graphql/dataloader/pull/326) [`6c758d0`](https://github.com/graphql/dataloader/commit/6c758d03bef628a69b238f053da3b263cd5e3321) Thanks [@SimenB](https://github.com/SimenB)! - Add `name` property to `DataLoader`. Useful in APM tools.
8+
9+
### Patch Changes
10+
11+
- [#318](https://github.com/graphql/dataloader/pull/318) [`588a8b6`](https://github.com/graphql/dataloader/commit/588a8b6c6391aad042b369f10dc440c7e0458312) Thanks [@boopathi](https://github.com/boopathi)! - Fix the propagation of sync throws in the batch function to the loader function instead of crashing the process wtih an uncaught exception.
12+
13+
* [#252](https://github.com/graphql/dataloader/pull/252) [`fae38f1`](https://github.com/graphql/dataloader/commit/fae38f14702e925d1e59051d7e5cb3a9a78bfde8) Thanks [@LinusU](https://github.com/LinusU)! - Fix types for priming cache with promise
14+
15+
- [#321](https://github.com/graphql/dataloader/pull/321) [`3cd3a43`](https://github.com/graphql/dataloader/commit/3cd3a430bdb4f9ef2f7f265a29e93e0255277885) Thanks [@thekevinbrown](https://github.com/thekevinbrown)! - Resolves an issue where the maxBatchSize parameter wouldn't be fully used on each batch sent to the backend loader.
16+
317
## 2.1.0
418

519
### Minor Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dataloader",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "A data loading utility to reduce requests to a backend via batching and caching.",
55
"contributors": [
66
"Lee Byron <lee@leebyron.com> (http://leebyron.com/)",

0 commit comments

Comments
 (0)