| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| datacontract_cli-0.11.9-py3-none-any.whl | 2026-04-20 | 309.2 kB | |
| datacontract_cli-0.11.9-py3-none-any.whl.sigstore.json | 2026-04-20 | 9.3 kB | |
| datacontract_cli-0.11.9.tar.gz | 2026-04-20 | 371.8 kB | |
| datacontract_cli-0.11.9.tar.gz.sigstore.json | 2026-04-20 | 9.2 kB | |
| README.md | 2026-04-20 | 878 Bytes | |
| v0.11.9 source code.tar.gz | 2026-04-20 | 2.8 MB | |
| v0.11.9 source code.zip | 2026-04-20 | 3.1 MB | |
| Totals: 7 Items | 6.6 MB | 0 | |
[0.11.9] - 2026-04-20
Added
- Added
--checksoption totestcommand to selectively run check categories:schema,quality,servicelevel(#678) - Added
--schema-nameoption totestcommand to test a specific schema instead of all schemas (#1079,#1085 @kelsoufi-sanofi)
Fixed
- Move
precision/scalefornumbertypes fromlogicalTypeOptionstocustomProperties(#1145,#1160 @davidb-tada) - Emit placeholder server values in SQL importer so generated contracts pass lint (#1146,#1152 @Ai-chan-0411)
- Fix Protobuf export for arrays of objects and improve message/enum naming to UpperCamelCase (#1012 @Schokuroff)
- Exit with code 1 when
--servername is not found (#1153,#1161 @Ai-chan-0411)
Thanks to @kelsoufi-sanofi for the new --schema-name option on test, and to @Schokuroff, @Ai-chan-0411, and @davidb-tada for their contributions.