Releases: Azure/azure-sdk-for-js
Releases · Azure/azure-sdk-for-js
@azure/arm-servicegroups_1.0.0-beta.1
feat(core/core-amqp): migrate to #platform/* imports (#38198) Migrate `@azure/core-amqp` to `#platform/*` conditional imports: - `#platform/hmacSha256` — platform-specific HMAC-SHA256 (Web Crypto vs Node crypto) - `#platform/checkNetworkConnection` — platform-specific network check - Per-platform tsconfigs under `config/`, updated eslint/vitest/warp configs - Lockfile update (`@azure-tools/vite-plugin-browser-test-map` removal) --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@azure/arm-relationships_1.0.0-beta.1
feat(core/core-rest-pipeline): migrate to #platform/* imports (#38205) Migrate `@azure/core-rest-pipeline` to `#platform/*` conditional imports: - `#platform/userAgent` — platform-specific user agent string generation - `#platform/wrapAbortSignal` — React Native AbortSignal compatibility shim - `#platform/createFile` — platform-specific File creation (Node raw content vs browser native) - Replace `NodeJS.ReadableStream`/`Buffer`/`ReadableStream` with `NodeReadableStream`/`NodeBuffer`/`WebReadableStream` from `@typespec/ts-http-runtime` - Per-platform tsconfigs under `config/`, updated eslint/vitest/warp configs --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@azure/arm-azurestackhci_4.1.0-beta.1
[ContentUnderstanding] Fix 1.1.0 user agent version string (#38247)
@azure/event-hubs_6.0.4
Prepare release: @azure/core-amqp 4.4.2 and @azure/event-hubs 6.0.4 (…
@azure/core-amqp_4.4.2
Prepare release: @azure/core-amqp 4.4.2 and @azure/event-hubs 6.0.4 (…
@azure/arm-computelimit_1.0.0
Improve test coverage to ~100% for @azure/core-client (#38176) ## Changes ### New test files - base64.spec.ts (node + browser) - interfaceHelpers.spec.ts - operationHelpers.spec.ts - pipeline.spec.ts - utils.spec.ts - urlHelpers.spec.ts (expanded) ### Expanded existing tests - deserializationPolicy.spec.ts: error paths, XML parsing, header deserialization - serializationPolicy.spec.ts: body serialization edge cases, stream bodies - serializer.spec.ts: polymorphism, flattening, readonly, date/bytearray edge cases - serviceClient.spec.ts: auth, custom pipelines, error handling, base URI - authorizeRequestOnClaimChallenge.spec.ts: challenge parsing edge cases - authorizeRequestOnTenantChallenge.spec.ts: multi-call token flows ### Test quality improvements - Replaced mutable request capture with vi.fn() pattern - Replaced try/catch + assert.fail with rejects.toThrow() / toMatchObject() - Replaced calledOnce flags with vi.fn().mockImplementationOnce() - deepEqual on primitives changed to strictEqual - assert.equal(x, undefined) changed to assert.isUndefined(x) --------- Co-authored-by: Deyaaeldeen Almahallawi <deyaa@microsoft.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@azure/cosmos_4.9.3
fix(cosmos): Escape backslashes and quotes in ORDER BY continuation t…
@azure/arm-kubernetesconfiguration-extensions_1.0.0
[AutoPR @azure-arm-relationships]-generated-from-SDK Generation - JS-…
@azure/ai-projects_2.1.0
update release date (#38191) ### Packages impacted by this PR ### Issues associated with this PR ### Describe the problem that is addressed by this PR ### What are the possible designs available to address the problem? If there are more than one possible design, why was the one in this PR chosen? ### Are there test cases added in this PR? _(If not, why?)_ ### Provide a list of related PRs _(if any)_ ### Command used to generate this PR:**_(Applicable only to SDK release request PRs)_ ### Checklists - [ ] Added impacted package name to the issue description - [ ] Does this PR needs any fixes in the SDK Generator?** _(If so, create an Issue in the [Autorest/typescript](https://github.com/Azure/autorest.typescript) repository and link it here)_ - [ ] Added a changelog (if necessary)
@azure/template_1.0.13-beta.6140844
Use publlic devOps registry since we publish packages to both public …