Skip to content

0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Mar 16:54
· 246 commits to development since this release

Features

  • Implement endpoint for getting API key spent limit information #218 (#219)
  • Support available credentials providers for AWS blob storage #235 (#236)
  • Support available credentials providers for Azure blob storage #251 (#255)
  • Support available credentials providers for GCP blob storage #239 (#245)
  • support aws-s3 EC2 instance metadata authentication (#215)
  • support storage prefix (#208)
  • supported url_attachments feature flag for models/applications (#261)

Fixes

  • Application does not terminate if severe error occurs #185 (#211)
  • Core doesn't check access to file which was auto shared previously (#243)
  • Errors when trying to run Core locally from compose #237 (#238)
  • Model and settings in message should not be required (#257)
  • Model cost calculator fails with NPE for some adapters #201 (#252)
  • NPE on revoke/discard shared resource (#212)
  • caller must have access to attached files from all messages in chat completion request (#232)
  • clean up shared access on resource deletion (#209)
  • enforce json schema for prompts and conversations (#253)(#213)
  • normalize URL for comparison (#230)(#224)
  • removed USER directive and added entrypoint to allow volume setup (#214)
  • support prefix for resource queue (#258)(#256)
  • unintentional sharing; clean up invitations and revoke shared access (#241)(#221)
  • updated README with core configs settings (#234)
  • workaround for jclouds s3 when blob key was cut without notice (#263)

Other

  • Update github workflow reference (#248)
  • add dynamic settings table to README (#205)
  • bump redisson version (#246)
  • documented tokenizeModel core config parameter (#244)