Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 0.4.0-alpha #110

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

droplet-bot
Copy link
Contributor

@droplet-bot droplet-bot commented Oct 17, 2022

🤖 I have created a release beep boop

0.4.0-alpha (2024-12-13)

Features

  • agent: add agent contract (#523) (7b8b548)
  • agent: add chat and chat message apis (#521) (d4bccc5)
  • agent: add citations message (#524) (a4aaf41)
  • agent: support breakpoint and connection (#530) (6b09567)
  • agent: support search chunk & source (#526) (357476d)
  • all: introduce new namespace endpoints (#390) (5f4c572)
  • all: use camelCase in HTTP bodies (#362) (4108aed)
  • api: stream user pipeline trigger response (#318) (bf709f3)
  • app: add chat endpoint (#469) (56f6036)
  • app: add necessary filed for app api (#451) (cc0a140)
  • app: add playground endpoint (#467) (cd25786)
  • app: add topk and catalog in conv message (#480) (da3cfe6)
  • app: ai assistant api design (#449) (24b899a)
  • app: remove conversation uid and add conversation struct (#471) (7765049)
  • app: support uid filter in convs and msg list api (#461) (91269e5)
  • app: upload API reference to readme.com (#468) (8e49e91)
  • artifact&app: design agent related api (#520) (b85ba0e)
  • artifact: add kb related rpc & message (#345) (85ef118)
  • artifact: add more chunk info in response (#478) (491c6e8)
  • artifact: add move file method (#534) (f673d4b)
  • artifact: add services (#269) (c7f99b2)
  • artifact: add tag create / list endpoints (#286) (6678571)
  • artifact: catalog run logging (#466) (3eaaf66)
  • artifact: document optional tag fields (#290) (b7348c6)
  • artifact: namespace endpoint (#389) (be17542)
  • artifact: provide object download and upload (#490) (d8ed886)
  • artifact: provide update object metadata method (#499) (a3fd95f)
  • artifact: rename SimilarityChunksSearch to ViewChunks (#473) (8aff3ef)
  • artifact: support csv file type (#458) (35cfcdf)
  • blob,catalog: add external_metadata field and correct the comment (#504) (3cc5fbe)
  • blob: add encoded_url_path to retrieve object (#498) (1264774)
  • blob: add get object method (#496) (d74fca2)
  • blob: add internal object url method (#493) (0c59a20)
  • blob: improve fields name (#492) (16b250d)
  • buf: add protoc-gen-validate (#452) (92e569a)
  • catalog: add catalog uid in response (#464) (f95fbf2)
  • catalog: add conversation and message api (#421) (008339f)
  • catalog: add original data field (#419) (a6a7c27)
  • catalog: change get file catalog endpoint (#433) (a9b7e7a)
  • catalog: list chunks by uid (#470) (dfe692c)
  • catalog: more file type, qa api, and file catalog api (#412) (055bbd0)
  • catalog: support xlsx type and rename the api (#432) (6fdf4a8)
  • controller: add rpc methods for controller (#144) (b31be1a)
  • core: add Owner message for embedding user and organization information (#273) (3ec60b8)
  • core: remove /core, /vdp, /model path prefix (#312) (2dd58dc)
  • core: update pricing tier names (#327) (caf98fe)
  • kb: add chunk related api (#383) (7034f41)
  • KB: add similar chunk retrieve api (#386) (db6a55c)
  • kb: add some file metadata (#384) (4aabd33)
  • kb: change kb to catalog (#408) (7be50f9)
  • kb: file-related api spec (#358) (6517d76)
  • knowledge-base: follow the convention (#349) (e582423)
  • metric: add protobuf (#140) (aca0b4c)
  • metric: model trigger chart records api (#500) (d8a26e2)
  • metric: model trigger count api (#509) (0b47096)
  • metric: model trigger table records api (#507) (359b6fd)
  • metric: revert "model trigger table records api" (#508) (edb1c96)
  • mgmt: add CheckNamespaceAdmin endpoint (#376) (18387a3)
  • mgmt: add concept to credit entries (#306) (e20cc12)
  • mgmt: add credit consumption chart endpoint (#359) (6b98dfb)
  • mgmt: add credit methods (#304) (f28895a)
  • mgmt: add credit purchase endpoints (#360) (0700745)
  • mgmt: add description field in subscription response (#275) (4bf574c)
  • mgmt: add new TEAM_PRO subscription plan (#323) (6e4f7c9)
  • mgmt: add Permission field in organization response (#308) (2f399f9)
  • mgmt: add Stripe status and trial_end (#268) (15d3669)
  • mgmt: group credit chart records by source (#391) (3a42751)
  • mgmt: refactor APIs for Get and Patch authenticated user (#261) (0e4e9e6)
  • mgmt: refactor user/org profile and subscription endpoints (#264) (b41e6f8)
  • mgmt: rename organization freemium to non-paid plan (#324) (0793aed)
  • mgmt: unify credit and pipeline metric endpoints (#387) (44f8c68)
  • mgmt: update metrics endpoints to serve new dashboard design (#435) (0cfe99f)
  • mgmt: update SubtractCredit endpoint (#332) (e2d94bb)
  • mgmt: user can check which tokens can be deleted (#353) (6084c24)
  • model,pipeline,connector,controller,usage: remove model instance (#151) (a009e64)
  • model: add tags field in model (#363) (3445389)
  • model: add instance segmentation task output (#109) (e6b2490)
  • model: add model async trigger (#293) (3dcf05f)
  • model: add model run count (#431) (9f6fe76)
  • model: add order_by field for list model endpoints (#346) (6e9050e)
  • model: add semantic segmentation output (#115) (c0f8198)
  • model: add separate states for scaling (#429) (449d002)
  • model: add text generation task (#136) (94cc54f)
  • model: added model run logging endpoints (#411) (c3050b7)
  • model: support getting latest operation with version (#437) (33f401b)
  • model: support model version deletion (#374) (78cbc19)
  • model: update chat_history schema to align with OpenAI message field (#246) (dcc5ed1)
  • model: Update Text-Generation Task Schema to Align with OpenAI Standards (#243) (cd1acb9)
  • model: updated model run task input type (#423) (12d4dc3)
  • openapi: add x-stage extension to public endpoints (#503) (350332d)
  • openapi: generate merged spec (#497) (9d69b5c)
  • openapi: keep public and private API docs in sync with main branch (#270) (36c13f8)
  • pipeline: add tags field in pipeline (#337) (a1ba890)
  • pipeline: add blob expiration time to run logs (#538) (0b289f6)
  • pipeline: allow connection override in trigger data (#525) (66233ce)
  • pipeline: remove resource_specification field in ConnectorSpec (#309) (02b17d6)
  • pipeline: return can_release permission in pipeline response (#322) (cc193e7)
  • pipeline: update integration endpoints with design updates (#446) (165fed7)
  • run: add recipe schema in pipeline run logging (#436) (4ddf9ca)
  • run: add requester id in list pipeline/model run response (#491) (f2776d5)
  • run: component run logging query filter (#434) (0f45fc4)
  • run: pipeline & component run logging query filter (#428) (c49da86)
  • run: run logging dashboard list APIs for model and pipeline (#488) (a24f2ae)
  • run: updated total duration type (#425) (a531af1)
  • usage: add artifact usage data (#266) (a688843)
  • usage: use AuthenticatedUser message in usage collection (#271) (a8196c1)
  • vdp,model: use explicit operation_id for operation endpoints (#395) (bbf4148)
  • vdp: add CloneUserPipeline and CloneOrganizationPipeline endpoints (#257) (d11f8c4)
  • vdp: add secrets field in trigger endpoints (#303) (e6d7c95)
  • vdp: add CheckName endpoint (#258) (e2ab83c)
  • vdp: add component definition list endpoint (#274) (16afda7)
  • vdp: add connection field in ConnectorComponent (#299) (a8de3f1)
  • vdp: add description and sharing fields in pipeline clone endpoints (#375) (56f0eea)
  • vdp: add description field to component definitions (#279) (938b02b)
  • vdp: add endpoints for cloning pipeline release (#378) (c7e60ee)
  • vdp: add endpoints for secrets management (#301) (90ead67)
  • vdp: add event schema in component definitions (#515) (4e94223)
  • vdp: Add hub stats contract (#333) (0100938)
  • vdp: add Instill Integration endpoints (#418) (0d48eef)
  • vdp: add private remaining credit endpont (#331) (2eea197)
  • vdp: add profile_image and other profile fields (#382) (416b286)
  • vdp: add release stage to component definitions (#283) (8c20b4b)
  • vdp: add run-on-event endpoints (#406) (dfbf8fe)
  • vdp: add the endpoints field to the pipeline response (#462) (ffd8c39)
  • vdp: add visibility param for list pipelines endpoints (#256) (d739f8c)
  • vdp: adjust namespace secret endpoint name (#393) (495ac5a)
  • vdp: adjust user secrets endpoint (#307) (1bfc597)
  • vdp: expose raw_recipe field in pipeline endpoint (#373) (afe1b7d)
  • vdp: extend component definitions (#262) (d93f8e5)
  • vdp: introduce DispatchPipelineWebhookEvent endpoint (#516) (81532b9)
  • vdp: pipeline run logging query APIs (#417) (2e25657)
  • vdp: redesign component-definitions endpoint (#350) (e093231)
  • vdp: refactor pipeline recipe and optimize the validation endpoint (#341) (c076571)
  • vdp: remove openapi_specification and add data_specification (#282) (c4cdf98)
  • vdp: remove ResponseComponent and merge it into TriggerByRequest (#302) (f9a884b)
  • vdp: remove watch endpoints for pipeline releases (#300) (be0db8c)
  • vdp: retire connector (#295) (05f4a3b)
  • vdp: return pipeline run stats (#351) (cded1e5)
  • vdp: revamp pipeline recipe and introduce iterator component (#281) (e128375)
  • vdp: revamp start component and end component (#298) (86bf2bd)
  • vdp: stream Organization pipeline trigger response (#366) (36b8318)
  • vdp: support OAuth configuration on integrations (#453) (4bf043e)
  • vdp: support sorting pipelines options by id and update_time (#328) (ccfa000)
  • vdp: support sorting pipelines under a namespace (#334) (8845d5e)
  • vdp: Update payload for TriggerUserPipelineWithStreamRequest (#357) (90adfd7)

Bug Fixes

  • agent: add description for tool (#532) (d66c112)
  • agent: add display name (#529) (b934416)
  • artifact: remove transform content uid (#438) (a3d72a2)
  • artifact: remove unnecessary parent param in tag creation (#291) (3c32980)
  • artifact: rename ViewChunks to SimilarityChunksSearch (#474) (329f572)
  • buf: correct go package name (#454) (aabe0d1)
  • buf: remove protoc-gen-validate (#475) (54137c1)
  • buf: rename type conflicting with protoc validator (#456) (1403413)
  • buf: use source_relative option to remove residual generated dir (#455) (a0e4212)
  • catalog: add total size in list api (#427) (1713d6e)
  • catalog: fix some typo (#426) (a29515b)
  • catalog: update topk to topK (#414) (1a56fdf)
  • catalog: update topk to topK (#415) (c40333e)
  • ci: push proto files to BSR & generate code after merge (#444) (83f86f5)
  • connection: correct param in lookup endpoint (#528) (7e2f368)
  • docs: regenerate OpenAPI with camelCase (#364) (32357d2)
  • integration: correct integrationId filter documentation (#483) (3a2124a)
  • metric: fix path conflicts with existing wildcard in gin (#510) (0bc2591)
  • metric: reintroduce /metrics/vdp/pipeline/triggers endpoint (#495) (7cdbe18)
  • mgmt,billing: refactor mgmt message, endpoints and add billing service (#130) (366c0f8)
  • mgmt: reference owner by ID in credit endpoints. (#330) (796a98a)
  • mgmt: remove aggregationWindow from pipeline trigger count request (#396) (dacd560)
  • mgmt: remove owner type from requester / owner name in dashboard endpoints (#392) (344ed1b)
  • mgmt: restore pipeline dashboard enpoints (#403) (44d7275)
  • mgmt: separate into admin and public services (#133) (ddf0a4e)
  • model: fix type inconsistency of field ExtraParamObject (#240) (bf92376)
  • openapi: add missing tags to OpenAPI definitions (#459) (e0d4056)
  • openapi: add readme.com extension for showing "Bearer" in auth (#278) (a8c7a0c)
  • pipeline-run,model-run: clarify actors in Run objects (#519) (bbbeead)
  • pipeline: add UID to integration object (#443) (548414d)
  • pipeline: make connection ID mutable (#448) (8eaa1e1)
  • pipeline: update filter param on integration list endpoints (#440) (0a24c7a)
  • run: add namespace id in response (#511) (0f9ef80)
  • run: change total size type to int32 (#505) (68aa7eb)
  • vdp: correct reference to credit owner id->uid (#321) (2b79ef0)
  • vdp: implement offset pagination in component list endpoint (#277) (ef8c929)
  • vdp: the type of total_size is wrong (#481) (e04c859)

This PR was generated with Release Please. See documentation.

@droplet-bot droplet-bot force-pushed the release-please--branches--main branch from 80824e3 to 3115471 Compare October 24, 2022 17:31
@droplet-bot droplet-bot force-pushed the release-please--branches--main branch from 3115471 to 2d13e38 Compare November 26, 2022 21:49
@droplet-bot droplet-bot force-pushed the release-please--branches--main branch 2 times, most recently from b02299f to e42d640 Compare December 18, 2022 20:19
@droplet-bot droplet-bot force-pushed the release-please--branches--main branch from e42d640 to 82960f6 Compare December 22, 2022 16:22
@droplet-bot droplet-bot force-pushed the release-please--branches--main branch 2 times, most recently from 7c4366a to 9392291 Compare January 14, 2023 17:10
@droplet-bot droplet-bot force-pushed the release-please--branches--main branch 4 times, most recently from c113c39 to 26360cb Compare January 23, 2023 02:32
@droplet-bot droplet-bot force-pushed the release-please--branches--main branch 2 times, most recently from 83b9a08 to 411e9ff Compare January 29, 2023 22:37
@droplet-bot droplet-bot force-pushed the release-please--branches--main branch 2 times, most recently from d220bed to e3febb5 Compare February 8, 2023 11:09
@droplet-bot droplet-bot force-pushed the release-please--branches--main branch 2 times, most recently from 9863e2b to fae3067 Compare February 17, 2023 11:17
@droplet-bot droplet-bot force-pushed the release-please--branches--main branch 2 times, most recently from 6b049b9 to 4354e48 Compare March 7, 2023 09:37
@droplet-bot droplet-bot force-pushed the release-please--branches--main branch 5 times, most recently from f0658f0 to c13b99c Compare March 14, 2023 11:21
@droplet-bot droplet-bot force-pushed the release-please--branches--main branch from c13b99c to 22bf097 Compare March 26, 2023 13:33
@droplet-bot droplet-bot force-pushed the release-please--branches--main branch 5 times, most recently from 0d9180b to 2b6291d Compare November 5, 2024 08:24
@droplet-bot droplet-bot force-pushed the release-please--branches--main branch 4 times, most recently from ccbd429 to 59aeeee Compare November 19, 2024 07:26
@droplet-bot droplet-bot force-pushed the release-please--branches--main branch 6 times, most recently from 9573b17 to f12b3a7 Compare November 27, 2024 14:13
@droplet-bot droplet-bot force-pushed the release-please--branches--main branch 9 times, most recently from 70936e3 to feaf227 Compare December 5, 2024 08:38
@droplet-bot droplet-bot force-pushed the release-please--branches--main branch 4 times, most recently from d080803 to 0b55332 Compare December 12, 2024 06:42
@droplet-bot droplet-bot force-pushed the release-please--branches--main branch from 0b55332 to 7914eff Compare December 13, 2024 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: 🚧 Planned
Development

Successfully merging this pull request may close these issues.

1 participant