azure-sdk-for-js

This repository is for active development of the Azure SDK for JavaScript (NodeJS & Browser). For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/javascript/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-js.

MIT License

Downloads
155.2M
Stars
2.1K
Committers
481
azure-sdk-for-js - @azure/template_1.0.12-beta.3429968

Published by azure-sdk 9 months ago

1.0.12-beta.3429968 (2024-01-23)

  • Test Release Pipeline
azure-sdk-for-js - @azure/template_1.0.12-beta.3429827

Published by azure-sdk 9 months ago

1.0.12-beta.3429827 (2024-01-23)

  • Test Release Pipeline
azure-sdk-for-js - @azure/eventgrid_5.1.1

Published by azure-sdk 9 months ago

azure-sdk-for-js - @azure-rest/ai-vision-image-analysis_1.0.0-beta.1

Published by azure-sdk 9 months ago

1.0.0-beta.1 (2024-01-09)

Features Added

Initial release of Image Analysis SDK. Uses the generally available Computer Vision REST API (2023-10-01).

azure-sdk-for-js - @azure/identity_4.0.1

Published by azure-sdk 9 months ago

azure-sdk-for-js - @azure/template_1.0.12-beta.3424697

Published by azure-sdk 9 months ago

1.0.12-beta.3424697 (2024-01-22)

  • Test Release Pipeline
azure-sdk-for-js - @azure/cosmos_4.0.1-beta.1

Published by azure-sdk 9 months ago

4.0.1-beta.1 (2024-01-17)

Features Added

  • We have implemented support for Request Unit (RU) caps in Query operations. Clients can now seamlessly integrate RU caps into their fetch functions by specifying the desired cap within the operation options. If the specified RU cap is surpassed during the operation, clients will promptly receive an error notification, providing enhanced control and transparency over resource consumption.

Breaking Changes

Dropped Support for TypeScript 4.1

  • We have opted to discontinue support for TypeScript version 4.1. Consequently, the minimum supported TypeScript version has been elevated to 4.2. Kindly ensure that your environment is promptly updated to align with these changes.
azure-sdk-for-js - @azure/eventgrid_5.1.0

Published by azure-sdk 9 months ago

azure-sdk-for-js - @azure-rest/maps-search_2.0.0-beta.1

Published by azure-sdk 9 months ago

azure-sdk-for-js - @azure-rest/maps-search_2.0.0-beta.1

Published by azure-sdk 9 months ago

azure-sdk-for-js - @azure-rest/maps-geolocation_1.0.0-beta.3

Published by azure-sdk 9 months ago

azure-sdk-for-js - @azure-rest/maps-render_1.0.0-beta.3

Published by azure-sdk 9 months ago

azure-sdk-for-js - @azure-rest/maps-route_1.0.0-beta.3

Published by azure-sdk 9 months ago

azure-sdk-for-js - @azure/abort-controller_2.0.0

Published by azure-sdk 10 months ago

azure-sdk-for-js - @azure/api-management-custom-widgets-scaffolder_1.0.0-beta.4

Published by azure-sdk 10 months ago

azure-sdk-for-js - @azure/openai_1.0.0-beta.10

Published by azure-sdk 10 months ago

1.0.0-beta.10 (2024-01-03)

Bugs Fixed

  • Fix responseFormat behavior in getAudioTranscription and getAudioTranslation methods where request wasn't properly formed if it wasn't specified.
azure-sdk-for-js - @azure/openai_1.0.0-beta.9

Published by azure-sdk 10 months ago

1.0.0-beta.9 (2024-01-02)

Breaking Changes

  • listChatCompletions and listCompletions are renamed to streamChatCompletions and streamCompletions respectively and their return types are updated to be a ReadableStream. For example, streamChatCompletions can be used as follows:
  const events = await client.streamChatCompletions(deploymentId, messages);
  for await (const event of events) {
    // use event ...
  }
azure-sdk-for-js - @azure-rest/core-client_1.1.7

Published by azure-sdk 10 months ago

azure-sdk-for-js - @azure/core-sse_2.0.0

Published by azure-sdk 10 months ago

azure-sdk-for-js - @azure/web-pubsub-client_1.0.0

Published by azure-sdk 10 months ago