Skip to content

Latest commit

 

History

History
418 lines (205 loc) · 26.4 KB

CHANGELOG.md

File metadata and controls

418 lines (205 loc) · 26.4 KB

Changelog

0.29.0-beta (2024-11-05)

Features

  • blob: relay file download and upload to minio (#261) (ec27223)
  • run: pipeline/model runs and metrics APIs (#265) (c5f1a8d)

Bug Fixes

  • blob: build the blob plugin in image (#263) (24fc718)

0.28.1-beta (2024-10-23)

Bug Fixes

  • metric: reintroduce /metrics/vdp/pipeline/triggers endpoint (#259) (6624dcd)

0.28.0-beta (2024-10-22)

Features

Bug Fixes

  • connection: fix GetNamespaceConnection route (#257) (7f18715)

0.27.0-beta (2024-10-04)

Features

  • artifact: add chunk uid in query string (#252) (0180e75)

0.26.0-beta (2024-09-24)

Miscellaneous Chores

0.25.0-beta (2024-09-10)

Features

  • pipeline: add connection create and get endpoints (#246) (28e7cdc)
  • pipeline: add integration read endpoints (#244) (2e4d8fa)
  • pipeline: expose integration endpoints (#248) (b02ec58)
  • vdp: add grpc pipeline run logging endpoints (#247) (795aeb0)

0.24.0-beta (2024-08-26)

Features

  • catalog: add conversations and messages endpoints (#234) (7734662)
  • model: added model run logging endpoint (#231) (e7c3232)
  • model: fixed model run logging endpoint prefix (#235) (1051b64)
  • model: fixed model run logging endpoint query param (#233) (2d11f99)
  • vdp: added pipeline run logging endpoints (#237) (c0a52d9)
  • vdp: support authentication for streaming API (#238) (a99d723)
  • vdp: use the Accept header to identify and handle text/event-stream (#242) (3891071)

Bug Fixes

  • model: fix wrong version and add missing grpc endpoint (#236) (78cb564)

0.23.0-beta (2024-08-13)

Features

  • catalog: add file catalog and question answering endpoint (#226) (a5c85dc)
  • env: update KrakenD to v2.7.0 (#230) (4c6144b)

Bug Fixes

  • catalog: fix typo in file catalog api (#229) (05fea14)
  • registry: fix wrong namespace format comparison (#228) (dbe1818)

0.22.0-beta (2024-08-01)

Features

  • catalog: rename endpoint from kb to catalog (#224) (71e7775)

0.21.0-beta (2024-07-30)

Features

  • artifact: use namespace and add similary search api (#214) (97074e8)
  • mgmt: use unified dashboard endpoints (#218) (f3522ac)
  • registry: adopt namespace endpoint (#219) (ac2ce07)
  • vdp,model: expose namespace endpoints (#217) (386dc58)
  • vdp: expose run-on-event endpoints (#221) (55d8cab)

Bug Fixes

  • artifact: fix gRPC endpoints not correctly exposed (#223) (a32a1e0)
  • kb: upload file timeout (#222) (48ba2f5)
  • mgmt: restore pipeline dashboard enpoints (#220) (82e79bb)

0.20.0-beta (2024-07-15)

Features

  • cors: allow Instill-Use-SSE header (#209) (296740f)
  • vdp: add server plugin to enable SSE streaming and enable endpoints and configuration (#202) (7d41024)
  • vdp: expose pipeline profile image endpoint (#211) (006f016)

0.19.0-beta (2024-07-01)

Features

  • model: add model version deletion endpoints (#203) (77714f4)
  • pipeline: add requester header to CORS (#207) (9cbe156)
  • pipeline: add requester UID header (#205) (f56379e)
  • vdp: expose endpoints for cloning pipeline release (#206) (d813ad6)

0.18.0-beta (2024-06-17)

Features

  • endpoints: use camelCase for query strings (#199) (bb3a943)
  • kb: support knowledge base file related api (#194) (832c55f)
  • plugin: adopt multi-auth plugin to adopt the changes in /login endpoint (#197) (b4d1897)

0.17.0-beta (2024-06-06)

Features

  • model: add order_by field for list model endpoints (#186) (7486703)
  • model: support trigger latest model version (#185) (bbf250d)

Bug Fixes

  • kb: endpoint conflict (#189) (5051f09)
  • registry: fix org membership check in registry plugin (#182) (5370041)

0.16.0-beta (2024-05-15)

Features

  • model: support listing available regions for model deployment (#178) (37333d1)
  • pipeline: add order_by param for pipeline endpoints (#181) (c66b67d)

0.15.0-beta (2024-05-07)

Features

  • core: remove basePath for core, vdp, model and artifact endpoints (#175) (8766224)

0.14.0-beta (2024-04-24)

Features

  • mgmt: add credit public endpoints (#168) (8643c26)
  • vdp: adjust user secrets endpoint (#172) (f76992b)
  • vdp: expose pipeline secrets endpoints (#164) (0ade2f8)
  • vdp: move connector/operator definition endpoints to auth section (#174) (0f5e0d1)

0.13.0-beta (2024-04-11)

Features

  • artifact: create tag on successful push (#153) (2bfe85a)
  • artifact: deploy model on push completion (#152) (19abc68)
  • artifact: expose public Artifact endpoints (#149) (02ac5c5)
  • mgmt: add endpoints for user and organization avatars (#162) (bbcd8c8)
  • model: add model async trigger (#159) (35f3165)
  • model: add namespace check and adopt latest protobuf (#156) (64fcd6e)

Bug Fixes

  • registry: capture NotFound response in namespace check (#160) (7ed29dd)
  • registry: handle errors complying with the V2 API (#158) (3fb5532)

0.12.0-beta (2024-03-30)

Features

0.11.0-beta (2024-02-29)

Features

  • vdp: add component definition list endpoint (#137) (8e459b7)

Bug Fixes

  • vdp: implement offset pagination in component list endpoint (#139) (a6b7566)

0.10.0-beta (2024-02-05)

Features

  • mgmt: refactor API for GET and PATCH authenticated user (#133) (d4c3268)
  • model: add model organization endpoints (#135) (b653945)

0.9.0-beta (2024-01-29)

Features

  • vdp: add CheckName endpoint (#132) (e5ad528)
  • vdp: add CloneUserPipeline and CloneOrganizationPipeline endpoints (#131) (633967f)
  • vdp: add visibility query param for list pipelines endpoints (#130) (d664bc3)

0.8.0-beta (2024-01-17)

Features

  • vdp: propagate visibility query param for GET /pipelines endpoint (#124) (6c3bb64)

0.7.1-beta (2023-12-29)

Bug Fixes

  • dockerfile: build Krakend from source to fix golang vesion mismatch (#119) (6c9edc2)
  • dockerfile: fix cross compiling issues (#122) (558b99e)

0.7.0-beta (2023-12-15)

Features

  • core,vdp: upgrade endpoints version from v1alpha to v1beta (#116) (aaa153f)
  • plugin: inject visitor id for public endpoints (#114) (ea6ebfa)
  • vdp: add organization pipeline and connector endpoints (#112) (aa08892)

Miscellaneous Chores

  • release: release v0.7.0-beta (a91aa20)

0.6.0-alpha (2023-11-22)

Features

0.5.3-alpha (2023-11-11)

Miscellaneous Chores

  • release: release v0.5.3-alpha (b2b9d25)

0.5.2-alpha (2023-10-27)

Miscellaneous Chores

  • release: release v0.5.2-alpha (2f3cb5c)

0.5.1-alpha (2023-10-13)

Bug Fixes

  • plugin: implement KrakenD grpc proxy server plugin to fix HTTP/2 Trailer issue (#94) (8c82733)

0.5.0-alpha (2023-09-26)

Features

  • auth: add auth/signer and auth/validator (#85) (5e13fc2)
  • plugin: add multi_auth plugin to support api_token authentication and basic_auth (#87) (a482904)

Bug Fixes

  • auth: fix api gateway jwx tool failed in arm64 (#89) (b76f85f)
  • base: fix pipeline release setDefault endpoint (#93) (d1b33cd)

0.4.0-alpha (2023-09-13)

Miscellaneous Chores

  • release: release v0.4.0-alpha (74585ef)

0.3.2-alpha (2023-08-03)

Miscellaneous Chores

  • release: release v0.3.2-alpha (9fbcd3a)

0.3.1-alpha (2023-07-20)

Miscellaneous Chores

  • release: release v0.3.1-alpha (8cc0fa8)

0.3.0-alpha (2023-07-09)

Miscellaneous Chores

  • release: release v0.3.0-alpha (bd0d73e)

0.2.8-alpha (2023-06-20)

Miscellaneous Chores

  • release: release 0.2.8-alpha (486d600)

0.2.7-alpha (2023-06-02)

Miscellaneous Chores

  • release: release v0.2.7-alpha (3624550)

0.2.6-alpha (2023-05-11)

Bug Fixes

Miscellaneous Chores

  • release: release v0.2.6-alpha (929dee8)

0.2.5-alpha (2023-04-14)

Bug Fixes

0.2.4-alpha (2023-04-09)

Miscellaneous Chores

0.2.3-alpha (2023-03-26)

Miscellaneous Chores

0.2.2-alpha (2023-02-23)

Miscellaneous Chores

0.2.1-alpha (2023-02-10)

Bug Fixes

  • fix endpoints and remove jwt token configuration (#13) (7b35a60)
  • update configuration for headers allowed to reach the backend (#16) (a4f66b2)

0.2.0-alpha (2023-01-15)

Features

0.1.1-alpha (2023-01-03)

Miscellaneous Chores

0.1.0-alpha (2022-12-30)

Features

  • add pipeline and connector backend (82cc726)
  • model: add operation endpoints (014bd4a)