Skip to content

Commit ee77428

Browse files
committed
chore(release): cut the v1.0.0-rc.4 release [skip ci]
1 parent 9145c30 commit ee77428

File tree

81 files changed

+543
-334
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+543
-334
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.0.0-rc.4](https://github.com/swagger-api/apidom/compare/v1.0.0-rc.3...v1.0.0-rc.4) (2025-11-25)
7+
8+
### Bug Fixes
9+
10+
- **apidom-ls:** validation message for schema in openapi3.0/3.1 ([#5050](https://github.com/swagger-api/apidom/issues/5050)) ([9145c30](https://github.com/swagger-api/apidom/commit/9145c3090023cb5970d55d224037e49a64a8b194))
11+
- **deps:** update vulnerable dependencies ([#5054](https://github.com/swagger-api/apidom/issues/5054)) ([dfcf3b9](https://github.com/swagger-api/apidom/commit/dfcf3b91ce6774616b2e5daa9edc358344bcc29a))
12+
- **ls:** fix validation of writeOnly and readOnly properties ([#5053](https://github.com/swagger-api/apidom/issues/5053)) ([1e0f226](https://github.com/swagger-api/apidom/commit/1e0f22624398aaed662cea13b6699177b06332c5))
13+
- **ls:** point to parent of ref target in definition service ([#5042](https://github.com/swagger-api/apidom/issues/5042)) ([b068ae3](https://github.com/swagger-api/apidom/commit/b068ae3b0031bede11d658917dada12d66ef342b))
14+
15+
### Features
16+
17+
- **apidom-reference:** resolve references async v3 ([#5051](https://github.com/swagger-api/apidom/issues/5051)) ([1932078](https://github.com/swagger-api/apidom/commit/1932078a7a4cd21203cf075599c46621ee9c189e))
18+
- **ns-asyncapi-3:** add package for apidom-ns-async-api-3 ([#5032](https://github.com/swagger-api/apidom/issues/5032)) ([177e364](https://github.com/swagger-api/apidom/commit/177e3644140f166e722cb4e86251bb91be20ab7b))
19+
- parser adapter for json in asyncapi3 ([#5048](https://github.com/swagger-api/apidom/issues/5048)) ([1ba6aad](https://github.com/swagger-api/apidom/commit/1ba6aad986009b597daae17c22818ce1f9370b5d))
20+
- **parser-adapter-asyncapi-yaml-3:** add package for parser adapter … ([#5047](https://github.com/swagger-api/apidom/issues/5047)) ([6fd34b6](https://github.com/swagger-api/apidom/commit/6fd34b64fa3547cc65c70e31c456f31b96321077))
21+
22+
### Performance Improvements
23+
24+
- **ls:** add cache for getting linting rules ([#5055](https://github.com/swagger-api/apidom/issues/5055)) ([af81e1f](https://github.com/swagger-api/apidom/commit/af81e1fec96fcc22bd53749ad9f3ade463c552d4))
25+
626
# [1.0.0-rc.3](https://github.com/swagger-api/apidom/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2025-11-07)
727

828
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"packages": ["packages/*"],
33
"npmClient": "npm",
4-
"version": "1.0.0-rc.3",
4+
"version": "1.0.0-rc.4",
55
"changelogPreset": "angular",
66
"command": {
77
"bootstrap": {

0 commit comments

Comments
 (0)