File tree Expand file tree Collapse file tree 13 files changed +80
-49
lines changed
jentic-openapi-datamodels
jentic-openapi-transformer-redocly
jentic-openapi-transformer
jentic-openapi-validator-redocly
jentic-openapi-validator-speclynx
jentic-openapi-validator-spectral Expand file tree Collapse file tree 13 files changed +80
-49
lines changed Original file line number Diff line number Diff line change 22
33<!-- version list -->
44
5+ ## v1.0.0-alpha.35 (2026-02-03)
6+
7+ ### Bug Fixes
8+
9+ - ** validator-redocly** : Assign WARNING severity to no-server-trailing-slash diag
10+ ([ #200 ] ( https://github.com/jentic/jentic-openapi-tools/pull/200 ) ,
11+ [ ` d5840aa ` ] ( https://github.com/jentic/jentic-openapi-tools/commit/d5840aa71795ce1657cef3d45fa726e56ea950a7 ) )
12+
13+ - ** validator-speclynx** : Fix regression in speclynx validator backend
14+ ([ #197 ] ( https://github.com/jentic/jentic-openapi-tools/pull/197 ) ,
15+ [ ` 35f8521 ` ] ( https://github.com/jentic/jentic-openapi-tools/commit/35f85216cec7414b12238d8688f44e037162a8ad ) )
16+
17+ ### Chores
18+
19+ - ** deps** : Pin @redocly/cli to v2.15.1
20+ ([ #198 ] ( https://github.com/jentic/jentic-openapi-tools/pull/198 ) ,
21+ [ ` 16ed232 ` ] ( https://github.com/jentic/jentic-openapi-tools/commit/16ed232b1ceeed54a67c3785895a47735cb35f5b ) )
22+
23+ - ** deps** : Pin @stoplight/spectral-cli to v6.15.0
24+ ([ #199 ] ( https://github.com/jentic/jentic-openapi-tools/pull/199 ) ,
25+ [ ` 0828504 ` ] ( https://github.com/jentic/jentic-openapi-tools/commit/082850460f34599312fd02a5611542bf69d6a381 ) )
26+
27+ - ** deps-dev** : Bump ruff from 0.14.13 to 0.14.14
28+ ([ #195 ] ( https://github.com/jentic/jentic-openapi-tools/pull/195 ) ,
29+ [ ` 4dfbbbd ` ] ( https://github.com/jentic/jentic-openapi-tools/commit/4dfbbbdadd3c239f8e2721ce7f2fa2afdcd54ff4 ) )
30+
31+ - ** deps-dev** : Update setuptools requirement
32+ ([ #194 ] ( https://github.com/jentic/jentic-openapi-tools/pull/194 ) ,
33+ [ ` c9808f9 ` ] ( https://github.com/jentic/jentic-openapi-tools/commit/c9808f985f5c53af698d63002f381afe9bb1ee8d ) )
34+
35+
536## v1.0.0-alpha.34 (2026-01-20)
637
738### Bug Fixes
Original file line number Diff line number Diff line change 11[project ]
22name = " jentic-openapi-common"
3- version = " 1.0.0-alpha.34 "
3+ version = " 1.0.0-alpha.35 "
44description = " Jentic OpenAPI Common"
55readme = " README.md"
66authors = [{ name = " Jentic" , email = " hello@jentic.com" }]
Original file line number Diff line number Diff line change 11[project ]
22name = " jentic-openapi-datamodels"
3- version = " 1.0.0-alpha.34 "
3+ version = " 1.0.0-alpha.35 "
44description = " Jentic OpenAPI Data Models"
55readme = " README.md"
66authors = [{ name = " Jentic" , email = " hello@jentic.com" }]
Original file line number Diff line number Diff line change 11[project ]
22name = " jentic-openapi-parser"
3- version = " 1.0.0-alpha.34 "
3+ version = " 1.0.0-alpha.35 "
44description = " Jentic OpenAPI Parser"
55readme = " README.md"
66authors = [{ name = " Jentic" , email = " hello@jentic.com" }]
@@ -9,8 +9,8 @@ license-files = ["LICENSE", "NOTICE"]
99requires-python = " >=3.11"
1010dependencies = [
1111 " attrs~=25.4.0" ,
12- " jentic-openapi-common~=1.0.0-alpha.34 " ,
13- " jentic-openapi-datamodels~=1.0.0-alpha.34 " ,
12+ " jentic-openapi-common~=1.0.0-alpha.35 " ,
13+ " jentic-openapi-datamodels~=1.0.0-alpha.35 " ,
1414 " pyyaml~=6.0.3" ,
1515 " requests~=2.32.5" ,
1616 " ruamel-yaml~=0.18.15"
Original file line number Diff line number Diff line change 11[project ]
22name = " jentic-openapi-transformer-redocly"
3- version = " 1.0.0-alpha.34 "
3+ version = " 1.0.0-alpha.35 "
44description = " Jentic OpenAPI Redocly Transformer Backend"
55readme = " README.md"
66authors = [{ name = " Jentic" , email = " hello@jentic.com" }]
77license = " Apache-2.0"
88license-files = [" LICENSE" , " NOTICE" ]
99requires-python = " >=3.11"
1010dependencies = [
11- " jentic-openapi-common~=1.0.0-alpha.34 " ,
12- " jentic-openapi-transformer~=1.0.0-alpha.34 "
11+ " jentic-openapi-common~=1.0.0-alpha.35 " ,
12+ " jentic-openapi-transformer~=1.0.0-alpha.35 "
1313]
1414
1515[project .urls ]
Original file line number Diff line number Diff line change 11[project ]
22name = " jentic-openapi-transformer"
3- version = " 1.0.0-alpha.34 "
3+ version = " 1.0.0-alpha.35 "
44description = " Jentic OpenAPI Transformer"
55readme = " README.md"
66authors = [{ name = " Jentic" , email = " hello@jentic.com" }]
77license = " Apache-2.0"
88license-files = [" LICENSE" , " NOTICE" ]
99requires-python = " >=3.11"
1010dependencies = [
11- " jentic-openapi-common~=1.0.0-alpha.34 " ,
12- " jentic-openapi-parser~=1.0.0-alpha.34 " ,
13- " jentic-openapi-traverse~=1.0.0-alpha.34 " ,
11+ " jentic-openapi-common~=1.0.0-alpha.35 " ,
12+ " jentic-openapi-parser~=1.0.0-alpha.35 " ,
13+ " jentic-openapi-traverse~=1.0.0-alpha.35 " ,
1414]
1515
1616[tool .uv ]
@@ -22,7 +22,7 @@ module-name = "jentic.apitools.openapi.transformer"
2222module-root = " src/"
2323
2424[project .optional-dependencies ]
25- redocly = [" jentic-openapi-transformer-redocly~=1.0.0-alpha.34 " ]
25+ redocly = [" jentic-openapi-transformer-redocly~=1.0.0-alpha.35 " ]
2626
2727[project .urls ]
2828Homepage = " https://github.com/jentic/jentic-openapi-tools"
Original file line number Diff line number Diff line change 11[project ]
22name = " jentic-openapi-traverse"
3- version = " 1.0.0-alpha.34 "
3+ version = " 1.0.0-alpha.35 "
44description = " Jentic OpenAPI Traversal Utilities"
55readme = " README.md"
66authors = [{ name = " Jentic" , email = " hello@jentic.com" }]
77license = " Apache-2.0"
88license-files = [" LICENSE" , " NOTICE" ]
99requires-python = " >=3.11"
1010dependencies = [
11- " jentic-openapi-datamodels~=1.0.0-alpha.34 " ,
11+ " jentic-openapi-datamodels~=1.0.0-alpha.35 " ,
1212 " jsonpointer~=3.0.0"
1313]
1414
Original file line number Diff line number Diff line change 11[project ]
22name = " jentic-openapi-validator-redocly"
3- version = " 1.0.0-alpha.34 "
3+ version = " 1.0.0-alpha.35 "
44description = " Jentic OpenAPI Redocly Validator Backend"
55readme = " README.md"
66authors = [{ name = " Jentic" , email = " hello@jentic.com" }]
77license = " Apache-2.0"
88license-files = [" LICENSE" , " NOTICE" ]
99requires-python = " >=3.11"
1010dependencies = [
11- " jentic-openapi-common~=1.0.0-alpha.34 " ,
12- " jentic-openapi-validator~=1.0.0-alpha.34 " ,
11+ " jentic-openapi-common~=1.0.0-alpha.35 " ,
12+ " jentic-openapi-validator~=1.0.0-alpha.35 " ,
1313 " lsprotocol~=2025.0.0" ,
1414 " jsonpointer~=3.0.0"
1515]
Original file line number Diff line number Diff line change 11[project ]
22name = " jentic-openapi-validator-speclynx"
3- version = " 1.0.0-alpha.34 "
3+ version = " 1.0.0-alpha.35 "
44description = " Jentic OpenAPI SpecLynx Validator Backend"
55readme = " README.md"
66authors = [{ name = " Jentic" , email = " hello@jentic.com" }]
77license = " Apache-2.0"
88license-files = [" LICENSE" , " NOTICE" ]
99requires-python = " >=3.11"
1010dependencies = [
11- " jentic-openapi-common~=1.0.0-alpha.34 " ,
12- " jentic-openapi-validator~=1.0.0-alpha.34 " ,
11+ " jentic-openapi-common~=1.0.0-alpha.35 " ,
12+ " jentic-openapi-validator~=1.0.0-alpha.35 " ,
1313 " lsprotocol~=2025.0.0" ,
1414]
1515
Original file line number Diff line number Diff line change 11[project ]
22name = " jentic-openapi-validator-spectral"
3- version = " 1.0.0-alpha.34 "
3+ version = " 1.0.0-alpha.35 "
44description = " Jentic OpenAPI Spectral Validator Backend"
55readme = " README.md"
66authors = [{ name = " Jentic" , email = " hello@jentic.com" }]
77license = " Apache-2.0"
88license-files = [" LICENSE" , " NOTICE" ]
99requires-python = " >=3.11"
1010dependencies = [
11- " jentic-openapi-common~=1.0.0-alpha.34 " ,
12- " jentic-openapi-validator~=1.0.0-alpha.34 " ,
11+ " jentic-openapi-common~=1.0.0-alpha.35 " ,
12+ " jentic-openapi-validator~=1.0.0-alpha.35 " ,
1313 " lsprotocol~=2025.0.0"
1414]
1515
You can’t perform that action at this time.
0 commit comments