Skip to content

Tags: OpenAPITools/openapi-generator-cli

Tags

v2.31.1

Toggle v2.31.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(custom generators): prioritize custom generator JAR when provided (

…#1189)

v2.31.0

Toggle v2.31.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(release): v7.21.0 release (#1180)

v2.30.2

Toggle v2.30.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): update dependency @types/node to v20.19.37 (#1165)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

v2.30.1

Toggle v2.30.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deps): update dependency fs-extra to v11.3.4 (#1157)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

v2.30.0

Toggle v2.30.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(release): trigger a release (#1148)

v2.29.0

Toggle v2.29.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(release): v7.20.0 release (#1135)

v2.28.3

Toggle v2.28.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: resolve Node 24+ spawn deprecation warning (DEP0190) (#1130)

When using spawn with shell: true, passing args as a separate array
causes a deprecation warning in Node 24+:

'Passing args to a child process with shell option true can lead to
security vulnerabilities, as the arguments are not escaped, only
concatenated.'

This commit fixes the issue by joining the command and args into a
single command string before passing to spawn, which is the recommended
pattern for shell: true usage.

Fixes #1102

v2.28.2

Toggle v2.28.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deps): update dependency jsonpath to v1.2.1 (#1124)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

v2.28.1

Toggle v2.28.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deps): update dependency jsonpath to v1.2.0 (#1121)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

v2.28.0

Toggle v2.28.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(release): v7.19.0 release (#1103)