-
Notifications
You must be signed in to change notification settings - Fork 761
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
Provide support for OpenAPI 3.1.0 #2836
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This will allow to use optional chaining and other JavaScript advanced features. Refs #2717
Node.js =12.20.0 added support for exports field. Node.js =12.19.0 added support for imports field. Both of these fields are used by integrated ApiDOM. Jest@29.3.0 doesn't yet support package.json imports field. Next version will, more info in: jestjs/jest#12270. Refs #2744
Spec object can be provided instead of URL. If baseDoc or url options are not provided, default retrival URL is set to http://smartbear.com Refs #2754
This change is specific to OpenAPI 3.1.0 resolution strategy. Refs #2754
This change is specific to OpenAPI 3.1.0 strategy. Refs #2753
This change is specific to OpenAPI 3.1.0 strategy. Refs #2748
# [3.19.0-beta.2](v3.19.0-beta.1...v3.19.0-beta.2) (2023-02-16) ### Bug Fixes * **install:** fix local dev setup for npm >= 8.19.3 ([6eee23d](6eee23d)) * **resolver:** use native error cause syntax with ApiDOM errors ([#2842](#2842)) ([ae0e7e8](ae0e7e8)) ### Features * **build:** limit the size of UMD build fragment as much as possible ([#2843](#2843)) ([982a858](982a858)), closes [#2837](#2837) * **build:** limit the size on npm package as much as possible ([#2841](#2841)) ([a6c9f4f](a6c9f4f)), closes [#2837](#2837)
ApiDOM@0.68.0 comes with not correctly identified sideEffects field in package.json. ApiDOM@0.68.1 fixes this issue and allow bundlers to bundle code properly again.
# [3.19.0-beta.3](v3.19.0-beta.2...v3.19.0-beta.3) (2023-02-21) ### Bug Fixes * **build:** allow bundlers to process code properly ([#2852](#2852)) ([4eb131e](4eb131e))
Without this fix `npm ci` script in newer npm versions has problem consolidating the dependency tree.
# [3.19.0-beta.5](v3.19.0-beta.4...v3.19.0-beta.5) (2023-02-22) ### Bug Fixes * **build:** remove @types/ramda from bundled dependencies ([783f1b1](783f1b1))
Part of this commit is consolidation of resolve strategies and introduction of new 'strategies' option for resolve and resolveSubTree functions. The way this has been implemented allow effective tree shaking. Full API backward compatibility has remained.
# [3.19.0-beta.6](v3.19.0-beta.5...v3.19.0-beta.6) (2023-02-23) ### Features * **resolver:** expose resolve strategies ([#2854](#2854)) ([2a39fb4](2a39fb4))
Resolve makers are functions that preconfigure resolve and resolveSubTree function with default options.
# [3.19.0-beta.7](v3.19.0-beta.6...v3.19.0-beta.7) (2023-02-24) ### Features * **resolver:** expose resolve makers ([#2855](#2855)) ([5b88577](5b88577))
🎉 This PR is included in version 3.19.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The goal of this issue to introduce OpenAPI 3.1.0 support to the swagger-client. This support will come via ApiDOM integration.
TODO:
Refs #2718
Refs #2717
Prereleases of this PR are being published via swagger-client@3.19.0-alpha.x channel.