Skip to content

Tags: eServer-System/openapi-generator-cli

Tags

v2.16.3

Toggle v2.16.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deps): update dependency proxy-agent to v6.5.0 (OpenAPITools#876)

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

v2.16.2

Toggle v2.16.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deps): update nest monorepo to v10.4.15 (OpenAPITools#868)

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

v2.16.1

Toggle v2.16.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deps): update dependency axios to v1.7.9 (OpenAPITools#867)

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

v2.16.0

Toggle v2.16.0's commit message

Verified

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

v2.15.4

Toggle v2.15.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deps): update dependency @nestjs/axios to v3.1.3 (OpenAPITools#858)

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

v2.15.3

Toggle v2.15.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deps): update dependency tslib to v2.8.1 (OpenAPITools#841)

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

v2.15.2

Toggle v2.15.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deps): update dependency @nestjs/axios to v3.1.1 (OpenAPITools#843)

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

v2.15.1

Toggle v2.15.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(deps): update nest monorepo (OpenAPITools#697)

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

v2.15.0

Toggle v2.15.0's commit message
feat(release): trigger a release

v2.14.1

Toggle v2.14.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(http): use proxy agent setup that supports proxy env variables wi…

…th `no_proxy` (OpenAPITools#781)

* chore(deps): move from `https-proxy-agent` to `proxy-agent` dependency

* fix(http): use proxy-agent that respect env variables and "no-proxy"-env

Related to OpenAPITools#762

In the linked PR, the proxy config was restored, but it didn't respected
the `NO_PROXY` | `no_proxy` configuration. This commit moved to a
different approach that is working with all common proxy environment
variables.