From 8b7de5bcd4f64e44518af1e3b431183292bab869 Mon Sep 17 00:00:00 2001 From: Deyaaeldeen Almahallawi Date: Tue, 19 Nov 2024 21:10:18 +0200 Subject: [PATCH] [OpenAI] Update version (#31821) --- sdk/openai/openai/CHANGELOG.md | 10 ++++++++++ sdk/openai/openai/MIGRATION.md | 2 +- sdk/openai/openai/package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/sdk/openai/openai/CHANGELOG.md b/sdk/openai/openai/CHANGELOG.md index de6b40d7f4a..77eaa6040ca 100644 --- a/sdk/openai/openai/CHANGELOG.md +++ b/sdk/openai/openai/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 2.1.0-beta.1 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 2.0.0 (2024-11-18) This release marks the first stable library version for `@azure/openai` and it exposes Azure-exclusive features supported in the latest Azure OpenAI Service stable `api-version` label of `2024-10-21`. diff --git a/sdk/openai/openai/MIGRATION.md b/sdk/openai/openai/MIGRATION.md index 100dae5d179..8980b1f7a0c 100644 --- a/sdk/openai/openai/MIGRATION.md +++ b/sdk/openai/openai/MIGRATION.md @@ -548,4 +548,4 @@ The following table explores several type names from `@azure/openai` and shows t ## Azure types -`AzureOpenAI` connects to the Azure OpenAI service and can call all the operations available in the service. However, the types of the requests and responses are inherited from the `OpenAI` and are not yet updated to reflect the additional features supported exclusively by the Azure OpenAI service. TypeScript users will need to import `"@azure/openai/types"` from `@azure/openai@2.0.0-beta.1` which will merge Azure-specific definitions into existing types. Examples in [the Migration examples](#migration-examples) section show how to do this. +`AzureOpenAI` connects to the Azure OpenAI service and can call all the operations available in the service. However, the types of the requests and responses are inherited from the `OpenAI` and are not yet updated to reflect the additional features supported exclusively by the Azure OpenAI service. TypeScript users will need to import `"@azure/openai/types"` from `@azure/openai@latest` which will merge Azure-specific definitions into existing types. Examples in [the Migration examples](#migration-examples) section show how to do this. diff --git a/sdk/openai/openai/package.json b/sdk/openai/openai/package.json index 0267b733d47..c33ee8c1863 100644 --- a/sdk/openai/openai/package.json +++ b/sdk/openai/openai/package.json @@ -1,6 +1,6 @@ { "name": "@azure/openai", - "version": "2.0.0", + "version": "2.1.0-beta.1", "description": "A companion library to openai for Azure OpenAI.", "sdk-type": "client", "main": "./dist/commonjs/index.js",