Skip to content

Commit f7cac91

Browse files
chore: release v5.2.0 (#451)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 322e2a1 commit f7cac91

File tree

9 files changed

+34
-18
lines changed

9 files changed

+34
-18
lines changed

Diff for: CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [5.2.0](https://github.com/uploadcare/uploadcare-js-api-clients/compare/v5.1.2...v5.2.0) (2022-11-26)
2+
3+
4+
### Bug Fixes
5+
6+
* **rest-client:** send `user-agent` instead of `x-uc-user-agent` header ([#447](https://github.com/uploadcare/uploadcare-js-api-clients/issues/447)) ([759768a](https://github.com/uploadcare/uploadcare-js-api-clients/commit/759768a20e05eec82377a16bb4289cf9a5f769dc))
7+
* **upload-client:** read `retry-after` header instead of `x-throttle-wait-seconds` ([81698df](https://github.com/uploadcare/uploadcare-js-api-clients/commit/81698df92b68548c56573f6330e3c53079d431e6))
8+
9+
10+
### Features
11+
12+
* **rest-client:** add pagination helpers ([#450](https://github.com/uploadcare/uploadcare-js-api-clients/issues/450)) ([19f6d8f](https://github.com/uploadcare/uploadcare-js-api-clients/commit/19f6d8f7196700f257d2d2b248d28252d9faad8f))
13+
* **rest-client:** retry requests on network errors ([#449](https://github.com/uploadcare/uploadcare-js-api-clients/issues/449)) ([846d8fd](https://github.com/uploadcare/uploadcare-js-api-clients/commit/846d8fd717390ce9f68d1c38472e8bc2d089d7c6))
14+
15+
16+
117
## [5.1.2](https://github.com/uploadcare/uploadcare-js-api-clients/compare/v5.1.1...v5.1.2) (2022-11-24)
218

319

Diff for: package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@uploadcare/api-clients",
33
"private": true,
44
"type": "module",
5-
"version": "5.1.2",
5+
"version": "5.2.0",
66
"license": "MIT",
77
"workspaces": [
88
"packages/api-client-utils",

Diff for: packages/api-client-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uploadcare/api-client-utils",
3-
"version": "5.1.2",
3+
"version": "5.2.0",
44
"type": "module",
55
"main": "dist/index.browser.js",
66
"module": "dist/index.browser.js",

Diff for: packages/api-client-utils/src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '5.1.2'
1+
export default '5.2.0'

Diff for: packages/rest-client/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uploadcare/rest-client",
3-
"version": "5.1.2",
3+
"version": "5.2.0",
44
"description": "Library for work with Uploadcare Rest API",
55
"type": "module",
66
"module": "./dist/index.node.js",
@@ -46,7 +46,7 @@
4646
"keywords": ["uploadcare", "file", "rest", "api"],
4747
"devDependencies": {
4848
"@types/blueimp-md5": "^2.18.0",
49-
"@uploadcare/upload-client": "^5.1.2",
49+
"@uploadcare/upload-client": "^5.2.0",
5050
"ts-node": "^10.8.1"
5151
},
5252
"dependencies": {

Diff for: packages/rest-client/src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '5.1.2'
1+
export default '5.2.0'

Diff for: packages/upload-client/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uploadcare/upload-client",
3-
"version": "5.1.2",
3+
"version": "5.2.0",
44
"description": "Library for work with Uploadcare Upload API",
55
"type": "module",
66
"module": "./dist/index.node.js",
@@ -78,7 +78,7 @@
7878
"koa-body": "5.0.0",
7979
"mock-socket": "9.0.3",
8080
"start-server-and-test": "1.14.0",
81-
"@uploadcare/api-client-utils": "^5.1.2",
81+
"@uploadcare/api-client-utils": "^5.2.0",
8282
"chalk": "^4.1.2"
8383
},
8484
"dependencies": {

Diff for: packages/upload-client/src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default '5.1.2'
1+
export default '5.2.0'

0 commit comments

Comments
 (0)