Skip to content

Commit f7788e2

Browse files
chore: release master (#2588)
Co-authored-by: sb-rohitdesai <[email protected]>
1 parent 4acb898 commit f7788e2

File tree

9 files changed

+52
-33
lines changed

9 files changed

+52
-33
lines changed

.release-please-manifest.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
".": "5.11.1",
3-
"packages/cli": "5.9.0",
2+
".": "5.11.2",
3+
"packages/cli": "5.10.0",
44
"packages/core": "5.8.0",
5-
"packages/http": "5.9.0",
6-
"packages/http-server": "5.9.0"
5+
"packages/http": "5.10.0",
6+
"packages/http-server": "5.10.0"
77
}

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ The format for this file is based on [Keep a Changelog](https://keepachangelog.c
1616

1717
<!-- markdown-link-check-disable -->
1818

19+
## [5.11.2](https://github.com/stoplightio/prism/compare/v5.11.1...v5.11.2) (2024-09-12)
20+
21+
22+
### Bug Fixes
23+
24+
* reverted changes and bump the JSON version ([#2598](https://github.com/stoplightio/prism/issues/2598)) ([4acb898](https://github.com/stoplightio/prism/commit/4acb8980b31c3902ff01cabef06a4fb6f9a6cd48))
25+
1926
## [5.11.1](https://github.com/stoplightio/prism/compare/v5.11.0...v5.11.1) (2024-08-09)
2027

2128

packages/cli/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [5.10.0](https://github.com/stoplightio/prism/compare/v5.9.0...v5.10.0) (2024-09-12)
4+
5+
### Bug Fixes
6+
7+
* reverted changes and bump the JSON version ([#2598](https://github.com/stoplightio/prism/issues/2598)) ([4acb898](https://github.com/stoplightio/prism/commit/4acb8980b31c3902ff01cabef06a4fb6f9a6cd48))
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* @stoplight/prism-http bumped from 5.9.0 to 5.10.0
14+
* @stoplight/prism-http-server bumped from ^5.9.0 to ^5.10.0
15+
316
## [5.9.0](https://github.com/stoplightio/prism/compare/v5.8.3...v5.9.0) (2024-08-09)
417

518
### Bug Fixes

packages/cli/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stoplight/prism-cli",
3-
"version": "5.9.0",
3+
"version": "5.10.0",
44
"author": "Stoplight <[email protected]>",
55
"bin": {
66
"prism": "./dist/index.js"
@@ -10,8 +10,8 @@
1010
"@stoplight/json": "3.21.7",
1111
"@stoplight/json-schema-ref-parser": "9.2.7",
1212
"@stoplight/prism-core": "^5.8.0",
13-
"@stoplight/prism-http": "5.9.0",
14-
"@stoplight/prism-http-server": "^5.9.0",
13+
"@stoplight/prism-http": "5.10.0",
14+
"@stoplight/prism-http-server": "^5.10.0",
1515
"@stoplight/types": "^14.1.0",
1616
"chalk": "^4.1.2",
1717
"chokidar": "^3.5.2",

packages/http-server/CHANGELOG.md

+13-12
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
11
# Changelog
22

3-
## [5.9.0](https://github.com/stoplightio/prism/compare/v5.8.3...v5.9.0) (2024-08-09)
3+
## [5.10.0](https://github.com/stoplightio/prism/compare/v5.9.0...v5.10.0) (2024-09-12)
44

55
### Bug Fixes
66

7-
* version update and bundled_issue changes ([#2577](https://github.com/stoplightio/prism/issues/2577)) ([c4074fa](https://github.com/stoplightio/prism/commit/c4074fa24438079e659061ee32d08464a688c17c))
7+
* reverted changes and bump the JSON version ([#2598](https://github.com/stoplightio/prism/issues/2598)) ([4acb898](https://github.com/stoplightio/prism/commit/4acb8980b31c3902ff01cabef06a4fb6f9a6cd48))
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* @stoplight/prism-http bumped from ^5.9.0 to ^5.10.0
14+
15+
## [5.9.0](https://github.com/stoplightio/prism/compare/v5.8.3...v5.9.0) (2024-08-09)
16+
17+
### Bug Fixes
818

19+
- version update and bundled_issue changes ([#2577](https://github.com/stoplightio/prism/issues/2577)) ([c4074fa](https://github.com/stoplightio/prism/commit/c4074fa24438079e659061ee32d08464a688c17c))
920

1021
### Dependencies
1122

@@ -15,14 +26,12 @@
1526

1627
## [5.8.3](https://github.com/stoplightio/prism/compare/v5.8.2...v5.8.3) (2024-07-19)
1728

18-
1929
### Bug Fixes
2030

2131
* mock issue resolve for similar templated requests ([#2564](https://github.com/stoplightio/prism/issues/2564)) ([b8e9fd8](https://github.com/stoplightio/prism/commit/b8e9fd815f0f612664b36704e4200d5473875fbe))
2232

2333
## [5.8.2](https://github.com/stoplightio/prism/compare/v5.8.1...v5.8.2) (2024-07-02)
2434

25-
2635
### Dependencies
2736

2837
* The following workspace dependencies were updated
@@ -31,7 +40,6 @@
3140

3241
## [5.8.1](https://github.com/stoplightio/prism/compare/v5.8.0...v5.8.1) (2024-04-29)
3342

34-
3543
### Dependencies
3644

3745
* The following workspace dependencies were updated
@@ -41,12 +49,10 @@
4149

4250
## [5.8.0](https://github.com/stoplightio/prism/compare/v5.7.0...v5.8.0) (2024-04-29)
4351

44-
4552
### Features
4653

4754
* **deps:** bump node from 16 to 18.20 ([#2520](https://github.com/stoplightio/prism/issues/2520)) ([4b175a6](https://github.com/stoplightio/prism/commit/4b175a614a7d1f184863d741c8cbec494b37b57f))
4855

49-
5056
### Dependencies
5157

5258
* The following workspace dependencies were updated
@@ -56,12 +62,10 @@
5662

5763
## [5.7.0](https://github.com/stoplightio/prism/compare/v5.6.0...v5.7.0) (2024-03-22)
5864

59-
6065
### Features
6166

6267
* STOP-243 - create prism instance with full spec ([#2501](https://github.com/stoplightio/prism/issues/2501)) ([ed41dca](https://github.com/stoplightio/prism/commit/ed41dca89e5ad673f1a0d813b403a44de7e367b2))
6368

64-
6569
### Dependencies
6670

6771
* The following workspace dependencies were updated
@@ -70,20 +74,17 @@
7074

7175
## [5.6.0](https://github.com/stoplightio/prism/compare/v5.5.4...v5.6.0) (2024-03-18)
7276

73-
7477
### Features
7578

7679
* 1813 start using 415 code for invalid content-types instead constantly inferring it ([df475fc](https://github.com/stoplightio/prism/commit/df475fcb67608428c143b3e6a988d95a1ef1fd3e))
7780
* adds more standard compliant request body handling ([#2260](https://github.com/stoplightio/prism/issues/2260)) ([3b56cb7](https://github.com/stoplightio/prism/commit/3b56cb72f41d106cbcc95bb7c27711a3c05c6298))
7881
* support circular refs ([#1835](https://github.com/stoplightio/prism/issues/1835)) ([d287dd7](https://github.com/stoplightio/prism/commit/d287dd700c2597c0b20214c8340680dd42e20085))
7982

80-
8183
### Bug Fixes
8284

8385
* **http-server:** discard request body if the content-length header i… ([#2103](https://github.com/stoplightio/prism/issues/2103)) ([c172f42](https://github.com/stoplightio/prism/commit/c172f42c89d67c3963eb9962d0550d5126756d34))
8486
* update http-spec ([#2037](https://github.com/stoplightio/prism/issues/2037)) ([72d6882](https://github.com/stoplightio/prism/commit/72d6882bc39a673e65b1fc10ff88d3581b838dca))
8587

86-
8788
### Dependencies
8889

8990
* The following workspace dependencies were updated

packages/http-server/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stoplight/prism-http-server",
3-
"version": "5.9.0",
3+
"version": "5.10.0",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"author": "Stoplight <[email protected]>",
@@ -20,7 +20,7 @@
2020
},
2121
"dependencies": {
2222
"@stoplight/prism-core": "^5.8.0",
23-
"@stoplight/prism-http": "^5.9.0",
23+
"@stoplight/prism-http": "^5.10.0",
2424
"@stoplight/types": "^14.1.0",
2525
"fast-xml-parser": "^4.2.0",
2626
"fp-ts": "^2.11.5",

packages/http/CHANGELOG.md

+8-10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
4+
## [5.10.0](https://github.com/stoplightio/prism/compare/v5.9.0...v5.10.0) (2024-09-12)
5+
6+
### Bug Fixes
7+
8+
* reverted changes and bump the JSON version ([#2598](https://github.com/stoplightio/prism/issues/2598)) ([4acb898](https://github.com/stoplightio/prism/commit/4acb8980b31c3902ff01cabef06a4fb6f9a6cd48))
9+
10+
311
## [5.9.0](https://github.com/stoplightio/prism/compare/v5.8.3...v5.9.0) (2024-08-09)
412

513
### Bug Fixes
@@ -8,21 +16,18 @@
816

917
## [5.8.3](https://github.com/stoplightio/prism/compare/v5.8.2...v5.8.3) (2024-07-19)
1018

11-
1219
### Bug Fixes
1320

1421
* mock issue resolve for similar templated requests ([#2564](https://github.com/stoplightio/prism/issues/2564)) ([b8e9fd8](https://github.com/stoplightio/prism/commit/b8e9fd815f0f612664b36704e4200d5473875fbe))
1522

1623
## [5.8.2](https://github.com/stoplightio/prism/compare/v5.8.1...v5.8.2) (2024-07-02)
1724

18-
1925
### Bug Fixes
2026

2127
* **http-negotiator:** [#2381](https://github.com/stoplightio/prism/issues/2381) add additional warn log message ([#2550](https://github.com/stoplightio/prism/issues/2550)) ([64a23fc](https://github.com/stoplightio/prism/commit/64a23fc530ff1e01c186f01e77a5906c0251f394))
2228

2329
## [5.8.1](https://github.com/stoplightio/prism/compare/v5.8.0...v5.8.1) (2024-04-29)
2430

25-
2631
### Dependencies
2732

2833
* The following workspace dependencies were updated
@@ -31,17 +36,14 @@
3136

3237
## [5.8.0](https://github.com/stoplightio/prism/compare/v5.7.0...v5.8.0) (2024-04-29)
3338

34-
3539
### Features
3640

3741
* **deps:** bump node from 16 to 18.20 ([#2520](https://github.com/stoplightio/prism/issues/2520)) ([4b175a6](https://github.com/stoplightio/prism/commit/4b175a614a7d1f184863d741c8cbec494b37b57f))
3842

39-
4043
### Bug Fixes
4144

4245
* readOnly objects in arrays are handled correctly ([#2513](https://github.com/stoplightio/prism/issues/2513)) ([7670236](https://github.com/stoplightio/prism/commit/767023681f481d5e9d8c46203613faa635541eab))
4346

44-
4547
### Dependencies
4648

4749
* The following workspace dependencies were updated
@@ -50,14 +52,12 @@
5052

5153
## [5.7.0](https://github.com/stoplightio/prism/compare/v5.6.0...v5.7.0) (2024-03-22)
5254

53-
5455
### Features
5556

5657
* STOP-243 - create prism instance with full spec ([#2501](https://github.com/stoplightio/prism/issues/2501)) ([ed41dca](https://github.com/stoplightio/prism/commit/ed41dca89e5ad673f1a0d813b403a44de7e367b2))
5758

5859
## [5.6.0](https://github.com/stoplightio/prism/compare/v5.5.4...v5.6.0) (2024-03-18)
5960

60-
6161
### Features
6262

6363
* 1813 start using 415 code for invalid content-types instead constantly inferring it ([df475fc](https://github.com/stoplightio/prism/commit/df475fcb67608428c143b3e6a988d95a1ef1fd3e))
@@ -68,7 +68,6 @@
6868
* **http:** detect complex schema error, improve error message ([#2327](https://github.com/stoplightio/prism/issues/2327)) ([07af511](https://github.com/stoplightio/prism/commit/07af51120ecb8593bc7c0892bc79f5ad5258a67c))
6969
* support circular refs ([#1835](https://github.com/stoplightio/prism/issues/1835)) ([d287dd7](https://github.com/stoplightio/prism/commit/d287dd700c2597c0b20214c8340680dd42e20085))
7070

71-
7271
### Bug Fixes
7372

7473
* [#1881](https://github.com/stoplightio/prism/issues/1881) fixed memory leak for validation ([931fc0f](https://github.com/stoplightio/prism/commit/931fc0fe47b4ff4ec58f8ba3369d50f8d1bf47c3))
@@ -88,7 +87,6 @@
8887
* use proper client call in memory leak tests ([c223192](https://github.com/stoplightio/prism/commit/c223192750c2edde958e43da8bffe639f2672952))
8988
* validateOutput() when schema contains internal reference ([#2363](https://github.com/stoplightio/prism/issues/2363)) ([8e143e6](https://github.com/stoplightio/prism/commit/8e143e6622bdc8098a5c86c399831a12858612d5))
9089

91-
9290
### Dependencies
9391

9492
* The following workspace dependencies were updated

packages/http/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stoplight/prism-http",
3-
"version": "5.9.0",
3+
"version": "5.10.0",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"author": "Stoplight <[email protected]>",

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.11.1
1+
5.11.2

0 commit comments

Comments
 (0)