-
Notifications
You must be signed in to change notification settings - Fork 9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SwaggerUI@v4: integrate latest beta release of swagger-client #8401
Labels
Comments
char0n
added a commit
that referenced
this issue
Feb 23, 2023
After integrating [email protected], there has been been slight decrease of bundle sizes, due to work that has been done in: swagger-api/swagger-js@2a39fb4 Before
After
|
char0n
added a commit
that referenced
this issue
Feb 23, 2023
char0n
added a commit
that referenced
this issue
Feb 23, 2023
CD pipeline is currently implemented in Jenkins, and is no longer able to run the tests during the release process, thus rendering the Jenkins CD pipeline unable to issue a new release. THis change disables running e2e tests before the release. CI pipeline implemented in GitHub Actions guarantees that master is always releasable. Refs #8401
char0n
added a commit
that referenced
this issue
Feb 24, 2023
char0n
added a commit
that referenced
this issue
Feb 24, 2023
char0n
added a commit
that referenced
this issue
Mar 1, 2023
char0n
added a commit
that referenced
this issue
Mar 1, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
The goal of this issue is to integrate latest beta version of swagger-client with OpenAPI 3.1.0 support with SwaggerUI@v4 release channel.
Latest version of swagger-client containing OpenAPI 3.1.0 is https://www.npmjs.com/package/swagger-client/v/3.19.0-beta.7.
Reason why we want to do it, is to provide feedback for
[email protected].*
and make sure it's fully backwards compatible. After it proves to be working correctly, we'll be able to move[email protected]
to stable release channel.There should be no increase in bundle size as from
swagger-client >=3.19.0-beta.6
was refactored in a way to allow proper tree-shaking. As SwaggerUI@v4 doesn't need OpneAPI 3.1.0 support, it will not be part of resulting bundle.TODO:
The text was updated successfully, but these errors were encountered: