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-07-03)

Features

  • all: use camelCase in HTTP bodies (#362) (4108aed)
  • api: stream user pipeline trigger response (#318) (bf709f3)
  • artifact: add kb related rpc & message (#345) (85ef118)
  • artifact: add services (#269) (c7f99b2)
  • artifact: add tag create / list endpoints (#286) (6678571)
  • artifact: document optional tag fields (#290) (b7348c6)
  • 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: file-related api spec (#358) (6517d76)
  • knowledge-base: follow the convention (#349) (e582423)
  • metric: add protobuf (#140) (aca0b4c)
  • 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: 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: 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 order_by field for list model endpoints (#346) (6e9050e)
  • model: add semantic segmentation output (#115) (c0f8198)
  • model: add text generation task (#136) (94cc54f)
  • 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)
  • openapi: keep public and private API docs in sync with main branch (#270) (36c13f8)
  • pipeline: add tags field in pipeline (#337) (a1ba890)
  • pipeline: remove resource_specification field in ConnectorSpec (#309) (02b17d6)
  • pipeline: return can_release permission in pipeline response (#322) (cc193e7)
  • usage: add artifact usage data (#266) (a688843)
  • usage: use AuthenticatedUser message in usage collection (#271) (a8196c1)
  • 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 hub stats contract (#333) (0100938)
  • vdp: add private remaining credit endpont (#331) (2eea197)
  • vdp: add release stage to component definitions (#283) (8c20b4b)
  • vdp: add visibility param for list pipelines endpoints (#256) (d739f8c)
  • vdp: adjust user secrets endpoint (#307) (1bfc597)
  • vdp: expose raw_recipe field in pipeline endpoint (#373) (afe1b7d)
  • vdp: extend component definitions (#262) (d93f8e5)
  • 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 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

  • artifact: remove unnecessary parent param in tag creation (#291) (3c32980)
  • docs: regenerate OpenAPI with camelCase (#364) (32357d2)
  • mgmt,billing: refactor mgmt message, endpoints and add billing service (#130) (366c0f8)
  • mgmt: reference owner by ID in credit endpoints. (#330) (796a98a)
  • mgmt: separate into admin and public services (#133) (ddf0a4e)
  • model: fix type inconsistency of field ExtraParamObject (#240) (bf92376)
  • openapi: add readme.com extension for showing "Bearer" in auth (#278) (a8c7a0c)
  • vdp: correct reference to credit owner id->uid (#321) (2b79ef0)
  • vdp: implement offset pagination in component list endpoint (#277) (ef8c929)

This PR was generated with Release Please. See documentation.

@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 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 4 times, most recently from 1daff92 to c8e0b1b Compare May 23, 2024 17:38
@droplet-bot droplet-bot force-pushed the release-please--branches--main branch 6 times, most recently from e36c62d to ea42378 Compare May 31, 2024 11:44
@droplet-bot droplet-bot force-pushed the release-please--branches--main branch 4 times, most recently from c95099a to 8293c82 Compare June 10, 2024 11:17
@droplet-bot droplet-bot force-pushed the release-please--branches--main branch 7 times, most recently from f346807 to 6cd3fd7 Compare June 18, 2024 09:40
@droplet-bot droplet-bot force-pushed the release-please--branches--main branch 6 times, most recently from 192f373 to 043578e Compare June 26, 2024 07:49
@droplet-bot droplet-bot force-pushed the release-please--branches--main branch from 043578e to 87fc3e5 Compare June 26, 2024 22:17
@droplet-bot droplet-bot force-pushed the release-please--branches--main branch from 87fc3e5 to f714307 Compare July 3, 2024 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🚧 Planned
1 participant