mirror of
https://github.com/oven-sh/setup-bun.git
synced 2025-02-24 03:00:39 +08:00
263 lines
17 KiB
Markdown
263 lines
17 KiB
Markdown
|
# Release History
|
||
|
|
||
|
## 2.2.5 (2022-05-05)
|
||
|
|
||
|
### Bugs Fixed
|
||
|
|
||
|
- Fix an issue where React-Native is loading the wrong file. Adding a `react-native` mapping to point to the ESM entrypoint file. [PR #21118](https://github.com/Azure/azure-sdk-for-js/pull/21118)
|
||
|
- delay creating XML parser/builder objects so that packages not requiring XML functionality but running on platforms lacking XML support can still load this package. [PR #21118](https://github.com/Azure/azure-sdk-for-js/pull/21118)
|
||
|
- Add a `react-native` mapping to use `xml2js` as it is already in our dependency list. Customer can get it to work after installing `stream` and `timers` packages in their React-Native project.
|
||
|
- Fix a run-time error in user agent policy when running in React-Native.
|
||
|
|
||
|
## 2.2.4 (2022-02-03)
|
||
|
|
||
|
### Bugs Fixed
|
||
|
|
||
|
- Updated the HTTP tracing span names to conform to the [OpenTelemetry Specification](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/semantic_conventions/http.md#name). [#19838](https://github.com/Azure/azure-sdk-for-js/pull/19838)
|
||
|
- New HTTP spans will use the `HTTP <VERB>` convention instead of using the URL path.
|
||
|
|
||
|
## 2.2.3 (2022-01-06)
|
||
|
|
||
|
### Bugs Fixed
|
||
|
|
||
|
- Fix `HttpHeaders.rawHeaders()` to preserve header name case. As a result HttpClient now sends requests with their original header names. `HttpHeaders.toJson()` now has an option to preserve header key casing.
|
||
|
|
||
|
### Other Changes
|
||
|
|
||
|
- Update dependency `node-fetch` version to `2.6.6` to address advisory [CVE-2020-15168](https://github.com/advisories/GHSA-w7rc-rwvf-8q5r)
|
||
|
|
||
|
## 2.2.2 (2021-11-03)
|
||
|
|
||
|
### Bugs Fixed
|
||
|
|
||
|
- Fix the issue of `HttpHeaders.clone()` not preserving raw header names' casing [PR #18348](https://github.com/Azure/azure-sdk-for-js/pull/18348)
|
||
|
- Fix the issue of network connection not being closed when download stream is closed [PR #14015](https://github.com/Azure/azure-sdk-for-js/pull/14015)
|
||
|
|
||
|
## 2.2.1 (2021-09-30)
|
||
|
|
||
|
### Bugs Fixed
|
||
|
|
||
|
- Fix incorrect caching of proxy agents [PR #17546](https://github.com/Azure/azure-sdk-for-js/pull/17546)
|
||
|
|
||
|
## 2.2.0 (2021-09-02)
|
||
|
|
||
|
### Bugs Fixed
|
||
|
|
||
|
- `tracingPolicy` will no longer propagate tracing errors to the caller, and such errors will be logged instead and the operation does not get interrupted. [PR #16916](https://github.com/Azure/azure-sdk-for-js/pull/16916)
|
||
|
|
||
|
## 2.1.0 (2021-07-22)
|
||
|
|
||
|
### Features Added
|
||
|
|
||
|
- `tracingPolicy` will no longer inject invalid traceparent headers if an incorrect tracer implementation is used.
|
||
|
- `proxyPolicy` now allows passing in a list of no-proxy patterns to override global ones loaded from NO_PROXY environment variable [PR #16414](https://github.com/Azure/azure-sdk-for-js/pull/16414)
|
||
|
|
||
|
## 2.0.0 (2021-06-30)
|
||
|
|
||
|
### Features Added
|
||
|
|
||
|
- Changed TS compilation target to ES2017 in order to produce smaller bundles and use more native platform features.
|
||
|
- Added support for the `Retry-After` header on responses with status code 503, Service Unavailable.
|
||
|
- Added support for multiple retries on the `ThrottlingRetryPolicy` (up to 3 by default).
|
||
|
|
||
|
### Breaking Changes
|
||
|
|
||
|
- Updated @azure/core-tracing to version `1.0.0-preview.12`. See [@azure/core-tracing CHANGELOG](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-tracing/CHANGELOG.md) for details about breaking changes with tracing.
|
||
|
|
||
|
### Fixed
|
||
|
|
||
|
- Fixed an issue where `proxySettings` does not work when there is username but no password [Issue 15720](https://github.com/Azure/azure-sdk-for-js/issues/15720)
|
||
|
- Throttling retry policy respects abort signal [#15796](https://github.com/Azure/azure-sdk-for-js/issues/15796)
|
||
|
|
||
|
## 1.2.6 (2021-06-14)
|
||
|
|
||
|
### Key Bugs Fixed
|
||
|
|
||
|
- Fixed an issue of lost properties when flattening array in deserialization [issue 15653](https://github.com/azure/azure-sdk-for-js/issues/15653)
|
||
|
- Fixed an issue of incorrect minimum version of tslib [issue 15697](https://github.com/Azure/azure-sdk-for-js/issues/15697)
|
||
|
|
||
|
## 1.2.5 (2021-06-03)
|
||
|
|
||
|
### Fixed
|
||
|
|
||
|
- Delay loading of NO_PROXY environment variable until when request pipeline is being created. This fixes [issue 14873](https://github.com/Azure/azure-sdk-for-js/issues/14873)
|
||
|
- Fixed an issue where tracing spans were not setting a status correctly (on success or error) which results in the span status being `UNSET`. In addition, we will now capture the HTTP status code when a request fails in the tracing span. [PR 15061](https://github.com/Azure/azure-sdk-for-js/pull/15061)
|
||
|
- Fix packaging issue [PR 15286](https://github.com/Azure/azure-sdk-for-js/pull/15286)
|
||
|
- Improve the sanitizer to handle recursive objects [PR 15426](https://github.com/Azure/azure-sdk-for-js/pull/15426)
|
||
|
|
||
|
## 1.2.4 (2021-03-30)
|
||
|
|
||
|
- Rewrote `bearerTokenAuthenticationPolicy` to use a new backend that refreshes tokens only when they're about to expire and not multiple times before. This fixes the issue: [13369](https://github.com/Azure/azure-sdk-for-js/issues/13369).
|
||
|
|
||
|
### Breaking Changes
|
||
|
|
||
|
- Updated @azure/core-tracing to version `1.0.0-preview.11`. See [@azure/core-tracing CHANGELOG](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-tracing/CHANGELOG.md) for details about breaking changes with tracing.
|
||
|
|
||
|
## 1.2.3 (2021-02-04)
|
||
|
|
||
|
- Don't set a default content-type when there is no request body. [PR 13233](https://github.com/Azure/azure-sdk-for-js/pull/13233)
|
||
|
- Clean up abort event handler properly for streaming operations. Fixed [issue 12029](https://github.com/Azure/azure-sdk-for-js/issues/12029)
|
||
|
- Reduce memory usage of the cache in proxy policy. Fixed [issue 13277](https://github.com/Azure/azure-sdk-for-js/issues/13277)
|
||
|
- Fix an issue where non-streaming response body was treated as stream [PR 13192](https://github.com/Azure/azure-sdk-for-js/pull/13192)
|
||
|
- Browser XML parser now lazily load parser error namespace into cache. Fixed [issue 13268](https://github.com/Azure/azure-sdk-for-js/issues/13268)
|
||
|
- Add ms-cv header used as correlation vector (used for distributed tracing) to list of non-redacted headers so that clients can share this header for debugging purposes. [PR 13541](https://github.com/Azure/azure-sdk-for-js/pull/13541)
|
||
|
|
||
|
## 1.2.2 (2021-01-07)
|
||
|
|
||
|
- Cache the default `HttpClient` used when one isn't passed in to `ServiceClient`. This means that for most packages we will only create a single `HttpClient`, which will improve platform resource usage by reducing overhead. [PR 12966](https://github.com/Azure/azure-sdk-for-js/pull/12966)
|
||
|
|
||
|
## 1.2.1 (2020-12-09)
|
||
|
|
||
|
- Support custom auth scopes. Scope is a mechanism in OAuth 2.0 to limit an application's access to a user's account [PR 12752](https://github.com/Azure/azure-sdk-for-js/pull/12752)
|
||
|
- Add helper function `createSpan` to help in the creation of tracing spans in Track2 libraries [PR 12525](https://github.com/Azure/azure-sdk-for-js/pull/12525)
|
||
|
|
||
|
## 1.2.0 (2020-11-05)
|
||
|
|
||
|
- Explicitly set `manual` redirect handling for node fetch. And fixing redirectPipeline [PR 11863](https://github.com/Azure/azure-sdk-for-js/pull/11863)
|
||
|
- Add support for multiple error response codes. [PR 11841](https://github.com/Azure/azure-sdk-for-js/)
|
||
|
- Allow customizing serializer behavior via optional `SerialzierOptions` parameters. Particularly allow using a different `XML_CHARKEY` than the default `_` when parsing XML [PR 12065](https://github.com/Azure/azure-sdk-for-js/pull/12065)
|
||
|
- Unexpected status code is now handled as an error if a mapper is not provided for it [PR 12153](https://github.com/Azure/azure-sdk-for-js/pull/12153)
|
||
|
- Empty collection is now serialized correctly for `multi` format query parameters [PR 12090](https://github.com/Azure/azure-sdk-for-js/pull/12090)
|
||
|
- De-serialize error from parsed object before trying to use its `code` and `message` properties [PR 12150](https://github.com/Azure/azure-sdk-for-js/pull/12150)
|
||
|
- Fix an error thrown on older versions of Safari [PR 11759](https://github.com/Azure/azure-sdk-for-js/pull/11759)
|
||
|
|
||
|
## 1.1.9 (2020-09-30)
|
||
|
|
||
|
- Add support for XML namespaces in deserialization [PR 11201](https://github.com/Azure/azure-sdk-for-js/pull/11201)
|
||
|
|
||
|
- Add support for NDJSON format [PR 11325](https://github.com/Azure/azure-sdk-for-js/pull/11325)
|
||
|
|
||
|
- Add support for `NO_PROXY` and `ALL_PROXY` environment variables [PR 7069](https://github.com/Azure/azure-sdk-for-js/pull/7069)
|
||
|
|
||
|
- Serializer now resolves `additionalProperties` correctly from referenced mapper [PR 11473](https://github.com/Azure/azure-sdk-for-js/pull/11473)
|
||
|
|
||
|
- Empty wrapped XML element lists are no properly de-serialized. This fixes [issue 11071](https://github.com/Azure/azure-sdk-for-js/issues/11071)
|
||
|
|
||
|
## 1.1.8 (2020-09-08)
|
||
|
|
||
|
- `URLQuery` parsing now accepts `=` in query parameter values and no longer drops such query parameter name/value pairs. This fixes [issue 11014](https://github.com/Azure/azure-sdk-for-js/issues/11014)
|
||
|
|
||
|
## 1.1.7 (2020-09-02)
|
||
|
|
||
|
- `BearerTokenAuthenticationPolicy` now starts trying to refresh the token 30 seconds before the token expires. It will only try to refresh said token on each request when refreshing is not in progress. In the mean time, requests will use the existing token. This fixes [issue 10084](https://github.com/Azure/azure-sdk-for-js/issues/10084).
|
||
|
- Un-export the `{...}Policy` classes that were meant to be internal to `@azure/core-http`. [PR 10738](https://github.com/Azure/azure-sdk-for-js/pull/10738)
|
||
|
|
||
|
## 1.1.6 (2020-08-04)
|
||
|
|
||
|
- Update dependencies `@azure/core-tracing` to version 1.0.0-preview.9 and `@opentelemetry/api` to version 0.10.2 [PR 10393](https://github.com/Azure/azure-sdk-for-js/pull/10393)
|
||
|
|
||
|
## 1.1.5 (2020-08-04)
|
||
|
|
||
|
- The global `fetch()` is no longer overridden by node-fetch. This fixed an issue impacting Electron render process. [PR #9880](https://github.com/Azure/azure-sdk-for-js/pull/9880)
|
||
|
|
||
|
## 1.1.4 (2020-07-02)
|
||
|
|
||
|
- Fix issue with flattened model serialization, where constant properties are being dropped [PR #8658](https://github.com/Azure/azure-sdk-for-js/pull/8658)
|
||
|
- Switch to use `x-ms-useragent` header key for passing user agent info in browsers [PR #9490](https://github.com/Azure/azure-sdk-for-js/pull/9490)
|
||
|
- Refactor `ExponentialRetryPolicy` and `SystemErrorRetryPolicy` to share common code [PR #9667](https://github.com/Azure/azure-sdk-for-js/pull/9490)
|
||
|
|
||
|
## 1.1.3 (2020-06-03)
|
||
|
|
||
|
- Fix issue of `SystemErrorRetryPolicy` didn't retry on errors [PR #8803](https://github.com/Azure/azure-sdk-for-js/pull/8803)
|
||
|
- Add support for serialization of text media type. [PR #8977](https://github.com/Azure/azure-sdk-for-js/pull/8977)
|
||
|
- Fix issue with URLBuilder incorrectly handling full URL in path. [PR #9245](https://github.com/Azure/azure-sdk-for-js/pull/9245)
|
||
|
|
||
|
## 1.1.2 (2020-05-07)
|
||
|
|
||
|
- Fix issue with null/undefined values in array and tabs/space delimiter arrays during sendOperationRequest. [PR #8604](https://github.com/Azure/azure-sdk-for-js/pull/8604)
|
||
|
|
||
|
## 1.1.1 (2020-04-28)
|
||
|
|
||
|
- Add support for `text/plain` endpoints. [PR #7963](https://github.com/Azure/azure-sdk-for-js/pull/7963)
|
||
|
- Updated to use OpenTelemetry 0.6.1 via `@azure/core-tracing`.
|
||
|
|
||
|
## 1.1.0 (2020-03-31)
|
||
|
|
||
|
- A new interface `WebResourceLike` was introduced to avoid a direct dependency on the class `WebResource` in public interfaces. `HttpHeadersLike` was also added to replace references to `HttpHeaders`. This should improve cross-version compatibility for core-http. [PR #7873](https://github.com/Azure/azure-sdk-for-js/pull/7873)
|
||
|
|
||
|
- Add support to disable response decompression in `node-fetch` Http client. [PR #7878](https://github.com/Azure/azure-sdk-for-js/pull/7878)
|
||
|
|
||
|
## 1.0.4 (2020-03-03)
|
||
|
|
||
|
- When an operation times out based on the `timeout` configured in the `OperationRequestOptions`, it gets terminated with an error. In this update, the error that is thrown in browser for such cases is updated to match what is thrown in node i.e an `AbortError` is thrown instead of the previous `RestError`. [PR #7159](https://github.com/Azure/azure-sdk-for-js/pull/7159)
|
||
|
- Support for username and password in the proxy url [PR #7211](https://github.com/Azure/azure-sdk-for-js/pull/7211)
|
||
|
- Removed dependency on `lib.dom.d.ts` so TypeScript users no longer need `lib: ["dom"]` in their tsconfig.json file to use this library. [PR #7500](https://github.com/Azure/azure-sdk-for-js/pull/7500)
|
||
|
|
||
|
## 1.0.3 (2020-01-02)
|
||
|
|
||
|
- Added `x-ms-useragent` to the list of allowed headers in request logs.
|
||
|
- Fix issue of data being pushed twice when reporting progress ([PR #6427](https://github.com/Azure/azure-sdk-for-js/issues/6427))
|
||
|
- Move `getDefaultProxySettings()` calls into `proxyPolicy` so that libraries that don't use the PipelineOptions or createDefaultRequestPolicyFactories from core-http can use this behavior without duplicating code. ([PR #6478](https://github.com/Azure/azure-sdk-for-js/issues/6478))
|
||
|
- Fix tracingPolicy() to set standard span attributes ([PR #6565](https://github.com/Azure/azure-sdk-for-js/pull/6565)). Now the following are set correctly for the spans
|
||
|
- `http.method`
|
||
|
- `http.url`
|
||
|
- `http.user_agent`
|
||
|
- `http.status_code`
|
||
|
- `requestId`
|
||
|
- `serviceRequestId`
|
||
|
- `kind` = Client
|
||
|
- span name: URI path
|
||
|
|
||
|
## 1.0.2 (2019-12-02)
|
||
|
|
||
|
- Updated to use OpenTelemetry 0.2 via `@azure/core-tracing`
|
||
|
|
||
|
## 1.0.0 (2019-10-29)
|
||
|
|
||
|
- This release marks the general availability of the `@azure/core-http` package.
|
||
|
- Removed the browser bundle. A browser-compatible library can still be created through the use of a bundler such as Rollup, Webpack, or Parcel.
|
||
|
([#5860](https://github.com/Azure/azure-sdk-for-js/pull/5860))
|
||
|
|
||
|
## 1.0.0-preview.6 (2019-10-22)
|
||
|
|
||
|
- Introduced a HTTP pipeline configuration type, `PipelineOptions`, which makes it easier to configure common settings for API requests. This is now the options type used in the `@azure/keyvault-*` data plane libraries.
|
||
|
- Support for HTTP request logging has been redesigned to use `@azure/logger`; use`AZURE_LOG_LEVEL="info"` to see full request/response logs when running in Node.js. In the browser, you can import `setLogLevel` from `@azure/logger` to change the log level; logs will then be written to the browser console.
|
||
|
- Removed error type `ResponseBodyNotFoundError` that was introduced in the previous preview. Use cases for it were removed.
|
||
|
- Fixed an issue where error response details were not being deserialized correctly when the default mapper is used.
|
||
|
- In Node.js, HTTP agents configured for proxy or keepAlive are now reused across requests. This resolves a memory leak reported in [#4964](https://github.com/Azure/azure-sdk-for-js/issues/4964).
|
||
|
- Fixes a memory leak issue resulting from event listeners not being removed from abortSignals.
|
||
|
- Cancelling an operation using an `abortSignal` will now throw an `AbortError`.
|
||
|
The `name` property on the error will match "AbortError".
|
||
|
|
||
|
## 1.0.0-preview.4 (2019-10-07)
|
||
|
|
||
|
- No longer re-exports `@azure/core-tracing`. To enable tracing, call `setTracer` from `@azure/core-tracing` directly.
|
||
|
([PR #5389](https://github.com/Azure/azure-sdk-for-js/pull/5389))
|
||
|
- Report upload/download progress only after the first data chunk is received
|
||
|
([PR #5298](https://github.com/Azure/azure-sdk-for-js/pull/5298))
|
||
|
- Added new error type `ResponseBodyNotFoundError` for cases when the response body is unexpectedly empty.
|
||
|
([PR #5369](https://github.com/Azure/azure-sdk-for-js/pull/5369))
|
||
|
- Temporary fix for a memory leak issue resulting from creating new agents every time WebResource is cloned.
|
||
|
([PR #5396](https://github.com/Azure/azure-sdk-for-js/pull/5396))
|
||
|
|
||
|
## 1.0.0-preview.3 (2019-09-09)
|
||
|
|
||
|
- Syncs changes from `@azure/ms-rest-js` to `@azure/core-http`.
|
||
|
([PR #4756](https://github.com/Azure/azure-sdk-for-js/pull/4756)).
|
||
|
- Updates HTTP clients to `fetch` and `node-fetch` for the browser and node.js respectively.
|
||
|
- Reintroduces `ServiceClientCredentials` type to `credentials` parameter of `ServiceClient`
|
||
|
([PR #4773](https://github.com/Azure/azure-sdk-for-js/pull/4773)).
|
||
|
- Updates types for better compatibility with TypeScript 3.6.x.
|
||
|
([PR #4928](https://github.com/Azure/azure-sdk-for-js/pull/4928)).
|
||
|
- Adds `TracingPolicy` to support setting `traceparent` and `tracestate` headers
|
||
|
when setting spans in operation as per the [trace context HTTP headers format](https://www.w3.org/TR/trace-context/#trace-context-http-headers-format).
|
||
|
([PR #4712](https://github.com/Azure/azure-sdk-for-js/pull/4712)).
|
||
|
- Adds `text/plain` as an accepted MIME type for JSON output.
|
||
|
([PR #4975](https://github.com/Azure/azure-sdk-for-js/pull/4975)).
|
||
|
- Exposes `ProxySettings` type. ([PR #5043](https://github.com/Azure/azure-sdk-for-js/pull/5043)).
|
||
|
- Fixes bug where `WebResource.clone` would not copy `proxySettings` or `keepAlive` settings.
|
||
|
([PR #5047](https://github.com/Azure/azure-sdk-for-js/pull/5047)).
|
||
|
|
||
|
## 1.0.0-preview.2 (2019-08-05)
|
||
|
|
||
|
- Removed `ServiceClientCredentials` type from `credentials` parameter of `ServiceClient` ([PR #4367](https://github.com/Azure/azure-sdk-for-js/pull/4367)). Credential implementations are now standardized on `@azure/core-auth`'s `TokenCredential` interface and provided by `@azure/identity`.
|
||
|
- Added an `AccessTokenCache` so that access tokens can be cached across pipeline instances ([PR #4174](https://github.com/Azure/azure-sdk-for-js/pull/4174)).
|
||
|
- Fixed the issue preventing `ServiceClient` from correctly setting the scope's resource URI when creating a `BearerTokenAuthenticationPolicy` ([PR #4335](https://github.com/Azure/azure-sdk-for-js/pull/4335)).
|
||
|
- Migrated over `AxiosHttpClient` fixes from `@azure/ms-rest-js` ([PR #4106](https://github.com/Azure/azure-sdk-for-js/pull/4106)).
|
||
|
|
||
|
## 1.0.0-preview.1 (2019-06-25)
|
||
|
|
||
|
- Forked `@azure/ms-rest-js` to `@azure/core-http` to form the base HTTP pipeline of the Azure SDK TypeScript/JavaScript libraries.
|
||
|
- Added `TokenCredential` to define a simple interface for credentials that provided bearer tokens
|
||
|
- Added `BearerTokenAuthenticationPolicy` which can use a `TokenCredential` implementation to perform bearer token authentication against Azure services
|