Skip to content

Commit 5032bff

Browse files
github-actions[bot]sethidden
authored andcommitted
ci: release
1 parent 591ba61 commit 5032bff

File tree

5 files changed

+18
-9
lines changed

5 files changed

+18
-9
lines changed

Diff for: .changeset/curly-gifts-hang.md

-7
This file was deleted.

Diff for: docs/content/3.middleware/4.reference/change-log.md

+8
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

Diff for: packages/middleware/CHANGELOG.md

+8
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

Diff for: packages/middleware/package.json

+1-1
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",

Diff for: packages/sdk/package.json

+1-1
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)