-
-
Notifications
You must be signed in to change notification settings - Fork 126
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
Version Packages #1497
Merged
Merged
Version Packages #1497
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
5781a3b
to
819c2cb
Compare
819c2cb
to
dc17034
Compare
dc17034
to
7464dd0
Compare
7464dd0
to
59a6b5f
Compare
59a6b5f
to
09fb56f
Compare
09fb56f
to
bf7610c
Compare
bf7610c
to
ac4480e
Compare
ac4480e
to
62ebc53
Compare
62ebc53
to
b090d39
Compare
b090d39
to
733a111
Compare
733a111
to
e29c10c
Compare
e29c10c
to
09926da
Compare
09926da
to
5479c20
Compare
5479c20
to
2c9c8e6
Compare
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@hey-api/[email protected]
Minor Changes
BREAKING: rename exported Security interface to Auth
BREAKING: remove support for passing auth to Axios instance
BREAKING: please update
@hey-api/openapi-ts
to the latest versionfeat: replace accessToken and apiKey functions with auth
Added
auth
optionClient package functions
accessToken
andapiKey
were replaced with a singleauth
function for fetching auth tokens. If your API supports multiple auth mechanisms, you can use theauth
argument to return the appropriate token.Due to conflict with the Axios native
auth
option, we removed support for configuring Axios auth. Please let us know if you require this feature added back.@hey-api/[email protected]
Minor Changes
BREAKING: please update
@hey-api/openapi-ts
to the latest versionfeat: replace accessToken and apiKey functions with auth
Added
auth
optionClient package functions
accessToken
andapiKey
were replaced with a singleauth
function for fetching auth tokens. If your API supports multiple auth mechanisms, you can use theauth
argument to return the appropriate token.BREAKING: rename exported Security interface to Auth
#1507
e2e1410
Thanks @nimobeeren! - BREAKING: return raw response body (of typeReadableStream
) whenContent-Type
response header is not provided andparseAs
is set toauto
@hey-api/[email protected]
Minor Changes
#1520
b3c23ba
Thanks @chriswiggins! - Add support for HTTP Bearer Authentication Scheme#1525
7b7313e
Thanks @mrlubos! - feat: add OpenAPI 2.0 support to experimental parser#1511
4e8064d
Thanks @mrlubos! - feat: add watch modeWatch Mode
::: warning
Watch mode currently supports only remote files via URL.
:::
If your schema changes frequently, you may want to automatically regenerate the output during development. To watch your input file for changes, enable
watch
mode in your configuration or pass the--watch
flag to the CLI.Config
CLI
BREAKING: please update
@hey-api/client-*
packages to the latest versionfeat: add support for basic http auth
Patch Changes
#1529
ccc0bbc
Thanks @mrlubos! - fix: add support for long integers#1512
dd0e0a2
Thanks @mrlubos! - fix: addsdk.throwOnError
option#1525
7b7313e
Thanks @mrlubos! - fix: preserve leading separators in enum keys@hey-api/[email protected]
Minor Changes
#1511
4e8064d
Thanks @mrlubos! - feat: add watch modeWatch Mode
::: warning
Watch mode currently supports only remote files via URL.
:::
If your schema changes frequently, you may want to automatically regenerate the output during development. To watch your input file for changes, enable
watch
mode in your configuration or pass the--watch
flag to the CLI.Config
CLI
Patch Changes
1e418ba
Thanks @mrlubos! - docs: split output section into multiple pages@example/[email protected]
Patch Changes
@example/[email protected]
Patch Changes
e2e1410
]:@example/[email protected]
Patch Changes
e2e1410
]:@example/[email protected]
Patch Changes
e2e1410
]:@example/[email protected]
Patch Changes
e2e1410
]:@example/[email protected]
Patch Changes
e2e1410
]:@example/[email protected]
Patch Changes
e2e1410
]: