Skip to content

Commit b722149

Browse files
committed
feat(docs): add fix for evaluation schema error in CHANGELOG
1 parent 9ab052d commit b722149

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ SPDX-License-Identifier: MIT-0
1515
- New `--template-file` option on `idp-cli deploy` for deploying from a local CloudFormation template file produced by a previous `idp-cli publish`.
1616
- `idp-cli deploy --headless` (without `--from-code`) now downloads the published template, transforms to headless with GovCloud config defaults, uploads to S3, and deploys — all in one command.
1717

18+
### Fixed
19+
20+
- **Evaluation schema error for free-form objects** — Stickler mapper now detects and skips unevaluable object schemas (e.g., objects with `additionalProperties` but no defined `properties`, and arrays of such objects) instead of raising validation errors.
21+
22+
1823
## [0.5.3]
1924

2025
### Added

0 commit comments

Comments
 (0)