We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f6d50c commit 52b248aCopy full SHA for 52b248a
packages/use-dataloader/CHANGELOG.md
@@ -3,6 +3,15 @@
3
All notable changes to this project will be documented in this file.
4
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
6
+## 2.3.0 (2021-09-27)
7
+
8
9
+### Features
10
11
+* concurrent request handle with dataloader ([#392](https://github.com/scaleway/scaleway-lib/issues/392)) ([7f6d50c](https://github.com/scaleway/scaleway-lib/commit/7f6d50c1f08c4a1ad851f2efefb781de6180653f))
12
13
14
15
## 2.2.0 (2021-09-09)
16
17
packages/use-dataloader/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@scaleway/use-dataloader",
- "version": "2.2.0",
+ "version": "2.3.0",
"description": "A small hook to handle api requests",
"keywords": [
"react",
0 commit comments