Skip to content

Releases: epam/ai-dial-core

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)

0.21.0

18 Dec 16:16
Compare
Choose a tag to compare

Features

  • Add customViewState field to conversation api (#599)
  • Cut off request/response body if its size exceeds limit #612 (#613)
  • Get the Project name from JWT token claims (#605)
  • Implement Randomized Weighted Balancer #589 (#596)
  • Implement fallback strategy in tier balancer #588 (#593)
  • Return aggregated error code if max attempts limit is exceeded #587 (#597)
  • Return retry-after header in case if rate limit is exceeded #615 (#617)
  • add week/month settings for tokens rate-limiting (#619)
  • include query params when rewritePath is enabled (#598)

Fixes

  • Application/Model listing API returns wrong value for max_retry_attemps #616 (#618)
  • Core sets parent_deployment to a wrong value #530 (#604)
  • GfLogStore writes corrupted prompt log record #607 (#608)
  • ORT fails with 'No locally installed toolchains match and toolchain download repositories have not been configured.' (#595)
  • Prompt logs are not saved for RouteController #611 (#614)
  • Rate limit is not updated in RouteController #600 (#601)
  • RouteController doesn't mark upstream as failed in case of unsuccessful http code #602 (#603)
  • execution path must contain deployment's name only (#610)

Other

  • Improve logging of LockService (#606)
  • change layout of console appender (#609)
  • update README.md (#620)

0.20.1

29 Nov 10:12
Compare
Choose a tag to compare

Fixes

  • patch jclouds 2.5.0 with important fix for google-cloud-storage;forbid double quotes in resource name (#375) (#594)