Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 22, 2024

Bumps github.com/Azure/azure-sdk-for-go/sdk/ai/azopenai from 0.2.0 to 0.4.1.

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/ai/azopenai's releases.

sdk/ai/azopenai/v0.4.1

0.4.1 (2024-01-16)

Bugs Fixed

  • AudioTranscriptionOptions.Filename and AudioTranslationOptions.Filename fields are now properly propagated, allowing for disambiguating the format of an audio file when OpenAI can't detect it. (PR#22210)

sdk/ai/azopenai/v0.4.0

0.4.0 (2023-12-11)

Support for many of the features mentioned in OpenAI's November Dev Day and Microsoft's 2023 Ignite conference

Features Added

  • Chat completions has been extended to accomodate new features:
    • Parallel function calling via Tools. See the function ExampleClient_GetChatCompletions_functions in example_client_getchatcompletions_extensions_test.go for an example of specifying a Tool.
    • "JSON mode", via ChatCompletionOptions.ResponseFormat for guaranteed function outputs.
  • ChatCompletions can now be used with both text and images using gpt-4-vision-preview.
    • Azure enhancements to gpt-4-vision-preview results that include grounding and OCR features
  • GetImageGenerations now works with DallE-3.
  • -1106 model feature support for gpt-35-turbo and gpt-4-turbo, including use of a seed via ChatCompletionsOptions.Seed and system fingerprints returned in ChatCompletions.SystemFingerprint.
  • dall-e-3 image generation capabilities via GetImageGenerations, featuring higher model quality, automatic prompt revisions by gpt-4, and customizable quality/style settings

Breaking Changes

  • azopenai.KeyCredential has been replaced by azcore.KeyCredential.
  • Deployment has been renamed to DeploymentName throughout all APIs.
  • CreateImage has been replaced with GetImageGenerations.
  • ChatMessage has been split into per-role types. The function ExampleClient_GetChatCompletions in example_client_getcompletions_test.go shows an example of this.

sdk/resourcemanager/scvmm/armscvmm/v0.4.0

0.4.0 (2023-11-30)

Features Added

  • Support for test fakes and OpenTelemetry trace spans.

sdk/messaging/azeventgrid/v0.4.0

0.4.0 (2023-11-27)

Features Added

  • New functionality for Event Grid namespaces:
    • Client.PublishCloudEvent can be used to publish a single messaging.CloudEvent.
    • Client.RenewCloudEventLocks can extend the lock time for a set of events.
    • Client.ReleaseCloudEvents (via ReleaseCloudEventsOptions.ReleaseDelayInSeconds) can release an event with a server-side delay, allowing the message to remain unavailable for a configured period of time.

Breaking Changes

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/Azure/azure-sdk-for-go/sdk/ai/azopenai](https://github.com/Azure/azure-sdk-for-go) from 0.2.0 to 0.4.1.
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md)
- [Commits](Azure/azure-sdk-for-go@sdk/azcore/v0.2.0...sdk/azcore/v0.4.1)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/ai/azopenai
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants