Skip to content

Releases: epam/ai-dial-client-python

0.12.0

25 Jun 10:30

Choose a tag to compare

Features

  • add pagination support for file metadata retrieval (#106)
  • add streaming download functionality for large files in AsyncFiles class (#109)
  • add user resource and documentation for retrieving authenticated user info (#108)

0.11.0

24 Jun 10:25

Choose a tag to compare

BREAKING CHANGES

  • deprecate addons (#103)

Features

  • add lifecycle management support for synchronous and asynchronous clients (#110)
  • enhance FileDownloadResponse with headers and content type properties (#105)

Other

  • bump the ai-dial-ci group with 3 updates (#107, #111)
  • migrate to Ruff linter (#102)

0.10.0

05 Jun 14:01

Choose a tag to compare

Features

  • add possibility to save and delete prompts (#99)
  • support sign-in into toolsets via client channel (#100)

Other

0.9.0

26 May 17:12

Choose a tag to compare

Fixes

  • avoid missing credentials exception in the AsyncDial constructor (#96)

Other

  • align .ort.yml format with ai-dial-quickapps-backend (#89)
  • bump the ai-dial-ci group with 3 updates (#88)
  • configure pre-push hooks by default (#95)

0.8.0

20 May 12:56

Choose a tag to compare

Features

  • add move_to/copy_to to Files resource #83 (#84)

Other

  • bump idna from 3.7 to 3.15 (#86)

0.7.2

14 May 09:14

Choose a tag to compare

Fixes

  • preserve trailing slash on relative URLs #80 (#82)

Other

  • bump the ai-dial-ci group with 3 updates (#81)

0.7.1

23 Apr 12:18

Choose a tag to compare

Features

  • add mcp boolean option to Features #78 (#79)

Other

  • chore(ci): add release candidate branching (#76)
  • bump dependabot/fetch-metadata from 3.0.0 to 3.1.0 in the github-actions group (#77)

0.7.0

20 Apr 10:40

Choose a tag to compare

Features

  • add Prompts/AsyncPrompts resource for fetching DIAL prompts (#74)
  • integrate pre-commit tool (#70)

Other

  • add config for Claude Code (#75)
  • bump dependabot/fetch-metadata from 2.5.0 to 3.0.0 in the github-actions group (#68)
  • bump pytest from 7.4.4 to 9.0.3 (#71)
  • bump the ai-dial-ci group with 3 updates (#72)

0.6.2

01 Apr 13:31

Choose a tag to compare

Fixes

  • fix method that grants resource permissions (#67)

0.6.1

26 Mar 11:58

Choose a tag to compare

Fixes

  • allow name to be None in BaseMetadata to handle API response #63 (#64)