Skip to content

Releases: epam/ai-dial-core

0.25.0

05 Mar 14:47
Compare
Choose a tag to compare

Features

  • Core should ignore dead shared applications on listing request #705 (#706)
  • Make API to reload DIAL config #695 (#696)
  • Provide author in resource metadata response #691 (#693)
  • Restrict access to create code-apps and code interpreters #718 (#719)
  • Return owner, create and last update for deployment listing #707 (#711)
  • disable Share API for per-request keys. (#699)

Fixes

  • Core hangs in an infinite loop when an upstream of interceptor calls DIAL deployment #716 (#717)
  • Core should allow access to the folder appdata for read and writ… (#697)
  • Core should allow to create code app or run code interpreters with per request key #720 (#721)
  • Custom routes should ignore request parameters #703 (#714)
  • disable admin access for per-request key (#659)

Other

  • Need to remove lastActivityDate from conversation validation #685 (#692)
  • add error codes (#704)
  • update documentation for routes #700 (#713)

0.24.0

19 Feb 15:00
Compare
Choose a tag to compare

Features

  • Allow nested objects inside of usage field (#680)
  • Forward per request key to DIAL routes #683 (#684)
  • Provide publication author #686 (#687)
  • Redeploy Application Without Requiring Undeploy #688 (#690)
  • Tolerate trivial auth header when non-trivial api-key header is provided #675 (#677)
  • add get_session endpoint in code interpreter API (#689)

Fixes

  • fix vulnerability issues (#679)
  • fix vulnerability issues (#682)

Other

  • add GitHub issue and pull request templates [skip ci]
  • debug config loading (#681)

0.23.0

06 Feb 10:15
Compare
Choose a tag to compare

Features

  • Add server-specific files to the request for application with schema while proxying the completion request (#649)
  • Support optional field 'audience' in Identity Provider #650 (#652)

Fixes

  • Access service validates permission to user appdata in a wrong manner #674 (#676)
  • Core fails to list file metadata of the root folder #662 (#663)
  • Core fails to process chat completion request to interceptor #660 (#661)
  • Publish request fails for quick apps #653 (#654)
  • RandomizedWeightedBalancer chooses the first upstream with higher probability than others #666 (#667)
  • fixed computation of assembled_response (#648)
  • threadlock logs are debug (#673)
  • update models with missing parameters (#664)

Other

  • dial file format with additional brackets supported (#665)
  • properties grouped to container field for applications with type schema (#644)

0.21.3

06 Feb 09:56
Compare
Choose a tag to compare

Fixes

  • threadlock logs are debug (#670)

0.22.3

03 Feb 11:03
Compare
Choose a tag to compare

Fixes

  • RandomizedWeightedBalancer chooses the first upstream with higher probability than others #666 (#667)

0.21.2

03 Feb 11:45
Compare
Choose a tag to compare

Fixes

  • RandomizedWeightedBalancer chooses the first upstream with higher probability than others #666 (#667)

0.22.2

29 Jan 08:00
Compare
Choose a tag to compare

Fixes

  • Publish request fails for quick apps #653 (#654)

0.22.1

16 Jan 10:38
Compare
Choose a tag to compare

Other

  • properties grouped to container field for applications with type schema (#644)

0.22.0

15 Jan 13:55
Compare
Choose a tag to compare

Features

  • Implement temperatureSupport and addonsSupport features to be able to hide these settings fields #637 (#638)
  • Setting for tweaking merging strategy for JSON arrays in configs (#622)
  • add cache max size setting to ResourceService (#628)
  • add viewer url to custom app schemas (#632)
  • add viewer url to the schemas listing (#634)
  • applications type schemas for DIAL (#575)
  • code interpreter (#633)

Fixes

  • RouteController is not responsive #623 (#624)
  • feature controller (#629)
  • improve session id validation (#639)
  • invalidate per-request API key in DeploymentFeatureController (#643)
  • propagate headers to feature endpoints (#635)
  • resource type to support code_interpreter_session (#641)
  • revert initial scale for code interpreter (#642)
  • use zero initial scale in code interpreter (#640)

Other

  • Fix naming of a field to transfer server-side application properties (#630)
  • ignore unknown properties in TokenRateLimit (#625)
  • java dependency review (#562)

0.21.1

20 Dec 12:34
Compare
Choose a tag to compare

Features

  • Setting for tweaking merging strategy for JSON arrays in configs (#622)

Fixes

  • RouteController is not responsive #623 (#624)

Other

  • ignore unknown properties in TokenRateLimit (#625)