Skip to content

Commit 5032bff

Browse files
github-actions[bot]sethidden
authored andcommittedDec 16, 2024·
ci: release
1 parent 591ba61 commit 5032bff

File tree

5 files changed

+18
-9
lines changed

5 files changed

+18
-9
lines changed
 

‎.changeset/curly-gifts-hang.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

‎docs/content/3.middleware/4.reference/change-log.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change log
22

3+
## 5.3.2
4+
5+
### Patch Changes
6+
7+
- **[FIXED]** Fix /readyz returning 503 if readinessProbes not passed in middleware.config.ts
8+
9+
Before this fix, sending a GET request to `http://localhost:4000/readyz` would return { "status": "error" } and a HTTP 503 status. This happened only when `readinessProbes` wasn't added to middleware options (the default behavior)
10+
311
## 5.3.1
412

513
### Patch Changes

‎packages/middleware/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change log
22

3+
## 5.3.2
4+
5+
### Patch Changes
6+
7+
- **[FIXED]** Fix /readyz returning 503 if readinessProbes not passed in middleware.config.ts
8+
9+
Before this fix, sending a GET request to `http://localhost:4000/readyz` would return { "status": "error" } and a HTTP 503 status. This happened only when `readinessProbes` wasn't added to middleware options (the default behavior)
10+
311
## 5.3.1
412

513
### Patch Changes

‎packages/middleware/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue-storefront/middleware",
3-
"version": "5.3.1",
3+
"version": "5.3.2",
44
"main": "lib/index.cjs.js",
55
"module": "lib/index.es.js",
66
"types": "lib/index.d.ts",

‎packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"devDependencies": {
2626
"@types/jest": "^29.0.3",
2727
"@types/node": "^18.11.17",
28-
"@vue-storefront/middleware": "5.3.1",
28+
"@vue-storefront/middleware": "5.3.2",
2929
"axios": "^1.6.7",
3030
"babel-preset-node": "^5.1.1",
3131
"isomorphic-fetch": "^3.0.0",

0 commit comments

Comments
 (0)
Please sign in to comment.