Schema-salad

Latest version: v8.5.20240503091721

Safety actively analyzes 641872 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 16

8.3.20220626185350

Not secure
What's Changed
* Fix codegen enum symbol inheritance by ZimmerA in https://github.com/common-workflow-language/schema_salad/pull/558
* GA wheels CI: fetch complete history to get tags as well by mr-c in https://github.com/common-workflow-language/schema_salad/pull/559


**Full Changelog**: https://github.com/common-workflow-language/schema_salad/compare/8.3.20220626094427...8.3.20220626185350

8.3.20220626094427

Not secure
What's Changed

* Add dotnet codegen by ZimmerA in https://github.com/common-workflow-language/schema_salad/pull/548
* Upgrade from Bootstrap 3 to Bootstrap 5 by kinow in https://github.com/common-workflow-language/schema_salad/pull/543

* Make schema salad main log with logger if doc is valid by kinow in https://github.com/common-workflow-language/schema_salad/pull/547
* Update links in README.md by SGSSGene in https://github.com/common-workflow-language/schema_salad/pull/549
* Fix codegen error when a schema does not contain $base by kinow in https://github.com/common-workflow-language/schema_salad/pull/550
* add missing basket examples by bblfish in https://github.com/common-workflow-language/schema_salad/pull/542
* Add support for DocFx doc generation to dotnet codegen by ZimmerA in https://github.com/common-workflow-language/schema_salad/pull/557
* Fix documentation generated of inherited types by kinow in https://github.com/common-workflow-language/schema_salad/pull/556
* Fix: allow missing `fields` field in SaladRecordSchema by SGSSGene in https://github.com/common-workflow-language/schema_salad/pull/551

Deps
* Bump mypy from 0.950 to 0.960 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/539
* Bump mypy from 0.960 to 0.961 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/545
* Correct minimum python requirement by kinow in https://github.com/common-workflow-language/schema_salad/pull/544
* Bump actions/setup-python from 3 to 4 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/546


New Contributors
* kinow made their first contribution in https://github.com/common-workflow-language/schema_salad/pull/544
* SGSSGene made their first contribution in https://github.com/common-workflow-language/schema_salad/pull/549
* bblfish made their first contribution in https://github.com/common-workflow-language/schema_salad/pull/542

**Full Changelog**: https://github.com/common-workflow-language/schema_salad/compare/8.3.20220525163636...8.3.20220626094427

8.3.20220518163624

Not secure
What's Changed
* java/pycodegen: don't modify as we parse secondaryFiles by mr-c in https://github.com/common-workflow-language/schema_salad/pull/526
* Codegen shortname by mr-c in https://github.com/common-workflow-language/schema_salad/pull/530
* Remove unnecessary `either` by tom-tan in https://github.com/common-workflow-language/schema_salad/pull/536
* allow narrowing of inherited types by mr-c in https://github.com/common-workflow-language/schema_salad/pull/535

Dependencies
* Update pytest requirement from <6.3,>=6.2 to >=6.2,<7.1 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/513
* Update pytest requirement from <7 to <8 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/514
* Bump actions/setup-python from 2 to 3 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/515
* Bump actions/checkout from 2 to 3 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/516
* Update pytest requirement from <7.1,>=6.2 to >=6.2,<7.2 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/518
* Bump mypy from 0.931 to 0.940 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/519
* Bump mypy from 0.940 to 0.941 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/520
* Bump actions/cache from 2 to 3 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/521
* Bump mypy from 0.941 to 0.942 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/522
* javacodegen: jackson-databind min version by mr-c in https://github.com/common-workflow-language/schema_salad/pull/523
* Bump codecov/codecov-action from 2.1.0 to 3 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/524
* Bump cachecontrol from 0.12.10 to 0.12.11 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/527
* Bump github/codeql-action from 1 to 2 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/528
* Bump mypy from 0.942 to 0.950 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/529
* Bump docker/build-push-action from 2 to 3 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/534
* Bump docker/setup-qemu-action from 1 to 2 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/532
* Bump docker/setup-buildx-action from 1 to 2 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/533
* Bump docker/login-action from 1 to 2 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/531


**Full Changelog**: https://github.com/common-workflow-language/schema_salad/compare/8.2.20220204150214...8.3.20220518163624

8.2.20220204150214

Not secure
What's Changed

Bugfix
* addapt to ruamel changes in tabs reporting by mr-c in https://github.com/common-workflow-language/schema_salad/pull/512

Codegen
* Typescript: Fix initialization of class fields with instance type "string" by ZimmerA in https://github.com/common-workflow-language/schema_salad/pull/499
* javacodegen scope check: chop off the correct end of the fragment by mr-c in https://github.com/common-workflow-language/schema_salad/pull/500
* java: pom.xml bump some versions by mr-c in https://github.com/common-workflow-language/schema_salad/pull/502
* typescript: add documentation generation command by mr-c in https://github.com/common-workflow-language/schema_salad/pull/503
* Update package json and tsconfig in typescript codegen by ZimmerA in https://github.com/common-workflow-language/schema_salad/pull/504
* Java Codgen: use List<String> when applicable by mr-c in https://github.com/common-workflow-language/schema_salad/pull/507
* Typescript: Fix default value for class field parameters in constructors by ZimmerA in https://github.com/common-workflow-language/schema_salad/pull/508

Misc
* Bump mypy from 0.921 to 0.931 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/505
* Fix mergify config by mr-c in https://github.com/common-workflow-language/schema_salad/pull/509


**Full Changelog**: https://github.com/common-workflow-language/schema_salad/compare/8.2.20220103095339...8.2.20220204150214

8.2.20220103095339

Not secure
New feature!
* Implement TypeScript codegen (479) by ZimmerA

What's Changed
* drop support for Python 3.6 by mr-c in https://github.com/common-workflow-language/schema_salad/pull/497
* Fix document of `$import` (480) by tom-tan

misc

8.2.20211116214159

Not secure
What's Changed
* release-test: newer pip by mr-c in https://github.com/common-workflow-language/schema_salad/pull/474
* Bump cachecontrol from 0.12.9 to 0.12.10 by dependabot in https://github.com/common-workflow-language/schema_salad/pull/475
* Fix 473: Add `--codegen-parser-info` by tom-tan in https://github.com/common-workflow-language/schema_salad/pull/476
* Symbols with inVocab: false should still have avro-safe names by tetron in https://github.com/common-workflow-language/schema_salad/pull/477

**Full Changelog**: https://github.com/common-workflow-language/schema_salad/compare/8.2.20211104054942...8.2.20211116214159

Page 6 of 16

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.