Skip to content

Releases: instill-ai/model-backend

v0.33.0-alpha

05 Nov 18:07
9504227
Compare
Choose a tag to compare
v0.33.0-alpha Pre-release
Pre-release

0.33.0-alpha (2024-11-05)

Features

  • minio: import updated minio package and add tag on file upload (#704) (7d03354)
  • run: write data for usage by model trigger chart record api (#705) (fababc9)

Bug Fixes

  • migration: migrate unsupported task to custom (#709) (f44afd6)
  • run: add metadata retention handler (#707) (43a6a61)
  • run: add namespace id in response (#708) (2940b1c)

v0.32.0-alpha

24 Oct 05:44
2a12075
Compare
Choose a tag to compare
v0.32.0-alpha Pre-release
Pre-release

0.32.0-alpha (2024-10-23)

Features

  • run: add requester id in list model run response (#701) (8c22eec)

v0.31.0-alpha

22 Oct 07:27
e4d733d
Compare
Choose a tag to compare
v0.31.0-alpha Pre-release
Pre-release

0.31.0-alpha (2024-10-22)

Features

  • run: run logging data list by requester API (#695) (b118026)
  • service: standardize the tag naming convention (#700) (e08be0d)

Bug Fixes

  • ray: fix upscale deployment failure (#698) (96563c9)
  • run: fix run logging update function (#699) (a753fe4)
  • run: not return minio error in list model run (#696) (cbeea05)

v0.30.2-alpha

08 Oct 17:00
6d13dfa
Compare
Choose a tag to compare
v0.30.2-alpha Pre-release
Pre-release

0.30.2-alpha (2024-10-08)

Bug Fixes

  • minio: fix nil logger causing panic (ef9645e)
  • test: switch to minimock and add tests (#687) (141da9d)

v0.30.1-alpha

13 Sep 13:40
03063cc
Compare
Choose a tag to compare
v0.30.1-alpha Pre-release
Pre-release

0.30.1-alpha (2024-09-13)

Bug Fixes

v0.30.0-alpha

11 Sep 05:29
e0bd741
Compare
Choose a tag to compare
v0.30.0-alpha Pre-release
Pre-release

0.30.0-alpha (2024-09-10)

Features

v0.29.0-alpha

29 Aug 17:46
63d5068
Compare
Choose a tag to compare
v0.29.0-alpha Pre-release
Pre-release

0.29.0-alpha (2024-08-29)

Features

  • minio: added minio connection (#651) (d17770f)
  • minio: added minio upload file bytes function (#656) (1f7b403)
  • minio: upgraded to minio v7 and return url and file size (#654) (4c34bf4)
  • model: support model statistics in model message (#660) (b460778)
  • model: support num_of_runs in list filter (#661) (b161512)
  • ray: add separate state for scaling (#659) (f519c82)
  • ray: support triggering upscale (#665) (441af13)
  • redis: replace I/O data retrieval from redis with minio (#667) (fc46ef8)
  • run: fix run logging owner view permission (#668) (5c07c9a)

Bug Fixes

v0.28.0-alpha

31 Jul 09:30
69cb1d3
Compare
Choose a tag to compare
v0.28.0-alpha Pre-release
Pre-release

0.28.0-alpha (2024-07-31)

Features

  • mgmt: use explicit user_id and organization_id in mgmt request (#638) (4af37e6)
  • model: implement namespace endpoints (#639) (8c9acac)
  • pkg: implement fuzze search for namespace and model ID (#642) (30b11a8)
  • tag: allow custom tags for model (#643) (9c49db6)
  • version: embed version names in model struct (#645) (88f107b)

Bug Fixes

v0.27.0-alpha

16 Jul 13:15
8c57c4d
Compare
Choose a tag to compare
v0.27.0-alpha Pre-release
Pre-release

0.27.0-alpha (2024-07-16)

Features

  • credit: added check and collect for model trigger (#619) (5d55b5b)
  • credit: refactored check and collect for model trigger (#629) (0a14f9e)
  • ray: sync deployment configs when starting up (#631) (4a2fc8a)
  • service: check trigger permissions when impersonating an org (#635) (427fc45)

Bug Fixes

  • worker: unit test for TriggerModelActivity (#624) (dec7a60)

v0.26.0-alpha

02 Jul 19:10
c6c4a63
Compare
Choose a tag to compare
v0.26.0-alpha Pre-release
Pre-release

0.26.0-alpha (2024-07-02)

Features

  • model: support model version deletion (#616) (2dca40b)
  • repository: support case-insensitive search models (#621) (26c76b2)

Bug Fixes

  • redis: fix misconfigured ttl (f5da795)
  • worker: fix mishandled workflow not found (0189dd8)