Skip to content

Releases: common-workflow-language/schema_salad

8.5.20240503091721

16 May 12:26
Compare
Choose a tag to compare

What's Changed

Deps

  • build(deps): bump mypy[mypyc] from 1.9.0 to 1.10.0 by @dependabot in #818
  • build(deps-dev): update diff-cover requirement from <8.1 to <9.1 by @dependabot in #816
  • build(deps): update pytest requirement from <8.2,>=6.2 to >=6.2,<8.3 by @dependabot in #820
  • build(deps-dev): update flake8-bugbear requirement from <24.3 to <24.5 by @dependabot in #817
  • build(deps): update black requirement from <24.4,>=19.10b0 to >=19.10b0,<24.5 by @dependabot in #819

Full Changelog: 8.5.20240410123758...8.5.20240503091721

8.5.20240410123758

10 Apr 13:11
Compare
Choose a tag to compare

What's Changed

  • fixes #805 The value of copyFrom.fetcher is not used in the LoadingOp… by @bioflowy in #806
  • gh-actions: merge the downloaded artifects into a single directory. by @mr-c in #811

Deps

  • build(deps): bump cibuildwheel from 2.16.5 to 2.17.0 by @dependabot in #812
  • build(deps): update black requirement from ~=24.2 to ~=24.3 by @dependabot in #813
  • build(deps-dev): update build requirement from <1.1.2 to <1.2.2 by @dependabot in #814

New Contributors

Full Changelog: 8.5.20240311110950...8.5.20240410123758

8.5.20240311110950

11 Mar 11:31
Compare
Choose a tag to compare

What's Changed

  • makedoc: upgrade to mistune v3 by @fmigneault in #787
  • enable running more tests offline by @mr-c in #790
  • CircleCI: use the current Ubuntu 22.04 image by @mr-c in #802
  • package metadata: link to the documentation site. by @mr-c in #809

Deps

  • build(deps): bump actions/upload-artifact from 3 to 4 by @dependabot in #783
  • build(deps-dev): update flake8-bugbear requirement from <23.13 to <24.2 by @dependabot in #788
  • build(deps): bump actions/cache from 3 to 4 by @dependabot in #789
  • build(deps): update pytest requirement from <7.5,>=6.2 to >=6.2,<8.1 by @dependabot in #793
  • build(deps): bump cibuildwheel from 2.16.2 to 2.16.4 by @dependabot in #792
  • build(deps-dev): update bandit requirement from <1.7.7 to <1.7.8 by @dependabot in #791
  • build(deps): update pytest requirement from <8 to <9 by @dependabot in #794
  • build(deps): bump cibuildwheel from 2.16.4 to 2.16.5 by @dependabot in #795
  • build(deps): bump codecov/codecov-action from 3 to 4 by @dependabot in #796
  • build(deps-dev): update pylint requirement from <3.1 to <3.2 by @dependabot in #801
  • build(deps-dev): update flake8-bugbear requirement from <24.2 to <24.3 by @dependabot in #798
  • build(deps): update cachecontrol[filecache] requirement from <0.14,>=0.11.7 to >=0.11.7,<0.15 by @dependabot in #797
  • build(deps-dev): update autoflake requirement from <2.3 to <2.4 by @dependabot in #800
  • build(deps): update black requirement from <23.13,>=19.10b0 to >=19.10b0,<24.3 by @dependabot in #799
  • build(deps): update pytest requirement from <8.1,>=6.2 to >=6.2,<8.2 by @dependabot in #804
  • build(deps-dev): update build requirement from <1.0.4 to <1.1.2 by @dependabot in #803
  • build(deps-dev): update bandit requirement from <1.7.8 to <1.7.9 by @dependabot in #808
  • build(deps): bump mypy[mypyc] from 1.8.0 to 1.9.0 by @dependabot in #807

Full Changelog: 8.5.20240102191335...8.5.20240311110950

8.5.20240102191335

03 Jan 13:16
Compare
Choose a tag to compare

What's Changed

Upgrade mypy and a tweak for python codegen to support compilation using mypyc

Deps

  • build(deps-dev): update flake8-bugbear requirement from <23.12 to <23.13 by @dependabot in #775
  • build(deps): bump actions/setup-python from 4 to 5 by @dependabot in #776
  • build(deps): bump mypy[mypyc] from 1.7.1 to 1.8.0 by @dependabot in #784
  • build(deps-dev): update bandit requirement from <1.7.6 to <1.7.7 by @dependabot in #778
  • build(deps): update black requirement from <23.12,>=19.10b0 to >=19.10b0,<23.13 by @dependabot in #780
  • build(deps-dev): update isort requirement from <5.13 to <5.14 by @dependabot in #777
  • build(deps): bump github/codeql-action from 2 to 3 by @dependabot in #781
  • build(deps): bump actions/download-artifact from 3 to 4 by @dependabot in #782

Full Changelog: 8.5.20231201181309...8.5.20240102191335

8.5.20231201181309

01 Dec 18:27
d7ad321
Compare
Choose a tag to compare

What's Changed

Deps

  • build(deps): bump mypy[mypyc] from 1.7.0 to 1.7.1 by @dependabot in #773
  • build(deps-dev): update flake8-bugbear requirement from <23.10 to <23.12 by @dependabot in #774

Full Changelog: 8.4.20231117150958...8.5.20231201181309

8.4.20231117150958

17 Nov 16:44
Compare
Choose a tag to compare

What's Changed

  • enable Python3.12 wheel building by @mr-c in #771
  • some small tweaks for MyPy 1.7.0 by @mr-c in #770

Full Changelog: 8.4.20231113094720...8.4.20231117150958

8.4.20231113094720

13 Nov 10:17
Compare
Choose a tag to compare

What's Changed

Misc

  • gh-actions wheels: change subscription type to match expection by @mr-c in #762
  • build(deps): update black requirement from <23.11 to <23.12 by @dependabot in #767
  • build(deps): bump mypy from 1.6.1 to 1.7.0 by @dependabot in #768
  • synchronize dependencies by @mr-c in #769

Full Changelog: 8.4.20231024070348...8.4.20231113094720

8.4.20231024070348

25 Oct 12:35
Compare
Choose a tag to compare

What's Changed

  • Fix to work even if there are multiple Content-Type headers by @suecharo in #754
  • default to testing with Python 3.12 by @mr-c in #756

CPP Codegen

Deps

  • Bump cibuildwheel from 2.16.0 to 2.16.1 by @dependabot in #745
  • build(deps-dev): update pylint requirement from <2.18 to <3.1 by @dependabot in #749
  • build(deps): bump cibuildwheel from 2.16.1 to 2.16.2 by @dependabot in #750
  • build(deps): bump mypy from 1.5.1 to 1.6.0 by @dependabot in #755
  • build(deps-dev): update diff-cover requirement from <7.8 to <8.1 by @dependabot in #757
  • build(deps): bump mypy from 1.6.0 to 1.6.1 by @dependabot in #759
  • build(deps): update black requirement from <23.10 to <23.11 by @dependabot in #758
  • build(deps): update ruamel-yaml requirement from <0.18,>=0.17.6 to >=0.17.6,<0.19 by @dependabot in #761

New Contributors

Full Changelog: 8.4.20230927144413...8.4.20231024070348

8.4.20230927144413

27 Sep 16:27
6356268
Compare
Choose a tag to compare

What's Changed

deps

Full Changelog: 8.4.20230808163024...8.4.20230927144413

8.4.20230808163024

08 Aug 16:42
Compare
Choose a tag to compare

What's Changed

Deps

Full Changelog: 8.4.20230606143604...8.4.20230808163024