Skip to content

Commit 4e4853c

Browse files
chore: prep next release (#205)
1 parent a9a7c44 commit 4e4853c

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## Version 0.13.0 - tbd
8+
## Version 0.13.0 - 2025-07-11
99

1010
### Added
1111

1212
- Schema validation after schema generation (on server startup or manual compilation) to ensure that the generated schema is valid according to the GraphQL specification
1313
- Scalar type `Void` that represents the absence of a return value and only allows value `null`
1414

15-
### Changed
16-
1715
### Fixed
1816

1917
- Improved schema generation robustness where specific CDS modelling could cause empty GraphQL types to be generated (which is not allowed) for entities, aspects and services. These types and any resulting empty parent types are omitted from the generated schema and a warning is logged for them. If schema generation would result in an empty query root type, a placeholder field `_` of type `Void` is added to keep the schema valid.
2018

21-
### Removed
22-
2319
## Version 0.12.0 - 2025-05-05
2420

2521
### Changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
},
4141
"devDependencies": {
4242
"@cap-js/graphql": "file:.",
43-
"@cap-js/sqlite": ">=1",
43+
"@cap-js/sqlite": ">=2",
4444
"@cap-js/cds-test": ">=0",
4545
"express": "^4.17.1",
46-
"jest": "^29.3.1"
46+
"jest": "^30"
4747
}
4848
}

0 commit comments

Comments
 (0)