Skip to content

0.20.0

Choose a tag to compare

@github-actions github-actions released this 20 Mar 10:09
· 60 commits to development since this release

Features

  • add API for requesting application properties (#223)
  • sync chat completion data types with api-version 2024-10-21 (#224, #226)
  • add chat completion message with developer role (#227)
  • support Python 3.13 (#230, #231)

Other

  • bump pillow from 10.2.0 to 10.3.0 (#232)

Breaking changes

  • removed custom_fields.application_properties field from the chat completion request (#223); use new API to retrieve application properties instead:
    • await request.request_dial_application_properties() to fetch application properties from the DIAL listing
    • request.unreliable_dial_application_properties to get application properties supplied by Core in the request headers (keep in mind that excessively large headers may be removed in transit, thus, unreliable qualification)