Skip to content

Releases: Azure/azure-sdk-for-js

@azure/arm-servicegroups_1.0.0-beta.1

25 Apr 00:14
8d8eeba

Choose a tag to compare

Pre-release
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

24 Apr 20:20
8d8b5b5

Choose a tag to compare

Pre-release
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

23 Apr 09:28
ece199a

Choose a tag to compare

Pre-release
[ContentUnderstanding] Fix 1.1.0 user agent version string (#38247)

@azure/event-hubs_6.0.4

22 Apr 23:28
25fc00a

Choose a tag to compare

Prepare release: @azure/core-amqp 4.4.2 and @azure/event-hubs 6.0.4 (…

@azure/core-amqp_4.4.2

23 Apr 00:15
25fc00a

Choose a tag to compare

Prepare release: @azure/core-amqp 4.4.2 and @azure/event-hubs 6.0.4 (…

@azure/arm-computelimit_1.0.0

23 Apr 16:34
55155ea

Choose a tag to compare

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

20 Apr 12:22
5c4a90e

Choose a tag to compare

fix(cosmos): Escape backslashes and quotes in ORDER BY continuation t…

@azure/arm-kubernetesconfiguration-extensions_1.0.0

20 Apr 07:18
e46873b

Choose a tag to compare

[AutoPR @azure-arm-relationships]-generated-from-SDK Generation - JS-…

@azure/ai-projects_2.1.0

17 Apr 19:48
cb5f00d

Choose a tag to compare

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

11 Apr 05:24

Choose a tag to compare

Pre-release
Use publlic devOps registry since we publish packages to both public …