v20240208
github-actions
released this
08 Feb 10:57
·
137 commits
to main
since this release
v20240208 (2024-02-08)
⚠ BREAKING CHANGES
- core: Migrate from dataclasses_json to pydantic models. (#41)
- generator: Migrate openapi-generator to pydantic models. (#42)
Features
- github: add
contrib-lint.yaml
workflow (#299) (7fc8520) - Quality: Add Quality Tools:
Black
(#5) (f121310) - Quality: Add Quality Tools: EditorConfig (#6) (5b6e240)
- Quality: Add Quality Tools: Flake8 & BugBear (#3) (e2d5740)
- Quality: Add Quality Tools: flake8-pep585 (#7) (4e9777b)
- Quality: Add Quality Tools: iSort (#4) (a48a6d1)
- generator: Add Support for Multi-Level Inheritance. (#96) (204e0de)
- core: Add Support for Rapid's Signature Authentication. (#66) (e2bcafc)
- core: Adds per logging-level logs masking. (#265) (b95c1a0)
- docs-generator: Docs generator new release. (#236) (7cad2d9)
- github: fix not latest commit only validated (#300) (2a9785e)
- git: Implement Python Executor. (#149) (c7947ff)
- workflows: Publish Generated Docs (#249) (6efa2e0)
- deps: pydantic
1.x.x
to2.x.x
migration (#292) (47b73bf)
Bug Fixes
- (#147) (c8033b3)
- downgrade @commitlint/config-conventional version (#320) (bd72308)
- github: Fix lint issues on publish-sources action. (#288) (f3062e4)
- generator: Fix non-needed imports being added. (#23) (6711faa)
- generation: Fix Repository URL in setup.jinja2 (#250) (0ced914)
- generator: Fix version ignorance in generated SDK. (#19) (5b378cd)
- docs-generator: Optional templates path parameter issue. (#243) (a111213)
- deps-dev: Remove
mdformat-frontmatter
dependency. (#267) (a898fc4) - generator: Remove
Pydantic
Model Config Params from Enum Models. (#128) (d369afe) - docs-generator: Set attribute datatype to
typing.Any
if missing. (#270) (bcdc116) - generator: Set version of
urllib3
to1.26.15
tillrequests
supportsurllib3>=2.0.0
. (#129) (bbbc077) - generator: Spaces in API name. (#173) (5ca3478)
- git: Update
publish-sources
to meet new dependency management. (#231) (dff6082) - generator: User-Agent invalid parse. (#48) (6f81c80)