Skip to content

0.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Feb 10:28
· 273 commits to development since this release

Experimental unstable version (with server-side persistence support). Use at your own risk.

  • Invitations are not cleaned up/updated after resource deletion
  • Crash of Redis cluster may lead to resource/data loss

Features

  • Bring back demo regime of core working with IDP #150 (#153)
  • Calculate cost for models with "char without space" #154 (#155)
  • Calculate token usage statistics using call stack #117 (#145)
  • Implement limits through stateful layer #59 (#184)
  • Improve token usage stats #160 (#161)
  • Print execution path as JSON array to prompt logs #168 (#169)
  • added seed, tools, system_prompt features and display_version flag to the listing (#204)
  • check resource key size (#194)
  • resources (#164)
  • share API implementation (#190)
  • support local file system for storage (#165) (#151)
  • support recursive resource listing (#196)
  • support if-none-match=* header in resource PUT API (#191)

Fixes

  • Core shouldn't check user roles in case authorization by API key… (#181)
  • Dockerfile after cleanup (#189)
  • Error on direct call to Proxy API #192 (#193)
  • Model cost calculation fails if token usage stats is not found in the response #157 (#158)
  • Model cost calculator fails with NPE for some adapters #201 (#202)
  • NPE occurs on rate limit hit in PostDeploymentController #178 (#179)
  • Revert "fix: bump redisson client version (#206)" (#207)
  • bump redisson client version (#206)
  • fix error handling in proxy (#195)
  • listing for root folder (#174)
  • prompt enum element name (#177)
  • refactor Files metadata to generic resource metadata (#147)
  • resource test (#170)
  • resource test (#172)
  • retry when client fails to send response header (#148)
  • selector with strict patterns (#200)
  • shared file access (#156)

Other

  • Add logging for unsuccessful requests (status code != 200) to … (#149)
  • GitHub workflow update (#187)
  • Unify field names with realtime analytics (#166)
  • clean up settings/config files (#186)
  • disable OTEL exporters by default (#167)
  • disable otl metrics/logs if they are not enable explicitly (#176)
  • disable trace exporter if the endpoint is not provided explicitly (#173)
  • logging not 200 responses (#199)
  • use apache http client in resource tests (#175)