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.24.0-beta #443

Closed
wants to merge 1 commit into from

Conversation

droplet-bot
Copy link
Contributor

🤖 I have created a release beep boop

0.24.0-beta (2024-04-08)

Features

  • add CheckName endpoint (#375) (7e248ed)
  • add CloneUserPipeline and CloneOrganizationPipeline endpoints (#374) (abf8514)
  • add component definition list endpoint (#396) (b8728c1)
  • add configuration for read-replica database (#431) (125fb6d)
  • add connection to read replica OpenFGA (#434) (b229b8c)
  • add data association with dst conn (9233429)
  • add data mapping (0db4bfe)
  • add end-user errors on CreateExecution error (#369) (b72ac08)
  • add end-user errors on CreateExecution error (#380) (093c11c)
  • add migration script for new recipe format (#415) (af8a512)
  • adopt private/public apis for pipeline (#111) (14bc109)
  • allow the string data to reference all data types that can be stringified (#381) (9342d23)
  • controller: add pipeline state monitoring with controller (#134) (e77a8d8)
  • execute component in parallel (#366) (1a18d62)
  • fga: adopt OpenFGA and implement pipeline and connector FGA (#310) (416dc75)
  • Improve error messages in connector execution (#311) (6e282eb)
  • inject mgmt_backend address into connector configuration (ca2586c)
  • Introduce component definition list filtering (#410) (08cf677)
  • organization: add organization API endpoints (#308) (0deeca7)
  • permission: support permission setting, sharing public, sharing by code(link) (#256) (a9e42e2)
  • pin the user to read from the primary database for a certain time frame after mutating the data (#433) (30e1de2)
  • pipeline: implement component status (#317) (42d8277)
  • recipe: use ${} as reference syntax (#358) (f86fae1)
  • remove ${[ ]} operator in component reference syntax (#383) (c121da8)
  • remove controller-vdp (#354) (afc3d21)
  • rename blockchain connector type to application (#397) (80aa6a5)
  • repository: add metadata field for pipeline (#272) (550e606)
  • revamp recipe format and implement iterator (#405) (1a676ff)
  • service: implement conditional component (#318) (15312d3)
  • service: implement trigger quota-limit (#322) (043ee04)
  • service: implement trigger rate-limit (#321) (91a9706)
  • service: user can not trigger non-latest pipeline release under freemium plan (#324) (f2e82c9)
  • simplify openapi_specifications to data_specifications (#411) (deaef9b)
  • sort component list by score (#412) (2849555)
  • support q filter for fuzzy search on id (#360) (ec3b439)
  • support visibility param in list namespace pipelines endpoints (#372) (e0b2c48)
  • support dynamic connector and operator definition (#359) (1485877)
  • support filter pipelines with visibility (#357) (499b112)
  • support reference with foo["bar"] syntax (#394) (ed82215)
  • support unimplemented release stages in component definitions (#414) (c235592)
  • use mgmtPB.Owner to embed the owner information in response (#392) (d071461)

Bug Fixes

  • allow incomplete configuration in includeIteratorComponentDetail(). (#413) (2999599)
  • calculate the trigger_count with batch_size (#338) (423e6c9)
  • complete trigger async binary file route (5003e5c)
  • component: fix task bug (#275) (48427d8)
  • controller: fix rename id and execution order (#148) (ae29a07)
  • duplicated values in component list (#426) (2e910e9)
  • fix async trigger block issue (59f0fb8), closes #67
  • fix can not restore pipeline recipe from releases (#376) (5163aec)
  • fix component ID with a hyphen cannot be referenced (#401) (1958168)
  • fix condition field bugs (#417) (ce720d5)
  • fix condition field not working when component name has - (#362) (92682ce)
  • fix GeneratePipelineDataSpec bug when task is empty (181df09)
  • fix includeDetailInRecipe() (7d7749b)
  • fix missing error return in pipeline trigger (a743ab1)
  • fix missing param for Instill Model connector (6d372bb)
  • fix multi-region connection problem for Instill Model connector (#439) (a02add6)
  • fix multipart file already closed issue (c5b6050)
  • fix multipart trigger data_mapping_indices empty (d3160b4)
  • fix multipart trigger resp fmt inconsist (0663542)
  • fix pipeline can not generate correct output schema (#342) (502f1c4)
  • fix pipeline trigger model hanging (#80) (7ba58e5)
  • fix reference bug (#388) (968c0ec)
  • fix the wrong Temporal workflow retry setting (#351) (c3b71fc)
  • fix usage client nil issue when mgmt-backend not ready (d7c47fd)
  • fix wrong global reference for Numbers connector (#363) (5c5eda8)
  • force the connector and pipeline belong to same namespace (#353) (7bbed56)
  • handler: fix PATCH pipeline mask bug (#263) (60c41d5)
  • improve nil check (e9f05d2)
  • migration: fix db connection bug (#279) (028a093)
  • pipeline: fix trigger error when start operator has field input (#287) (9f7ae76)
  • proto,handler: use int32 in proto pkg to prevent the total_size converted to string (#248) (7ca469b)
  • remove unnecessary mgmt-backend request (#349) (9bfe43c)
  • replace fatal logs with error logs (#102) (a410b29)
  • service: delete pipeline_release when pipeline is deleted (#254) (066682d)
  • service: fix basic view should return null recipe (#281) (5d0367c)
  • service: fix permission field bug (1304969)
  • service: fix pipeline_release recipe conversion bug (#251) (5558d7c)
  • service: fix pipeline_release state bug (#264) (d642f8d)
  • service: fix the component type is unspecified when resource_name in not set (#258) (1410706)
  • support multipart trigger for new tasks (#109) (0e7e9fa)
  • worker: fix temporal cloud namespace init (#387) (e42cf13)

Miscellaneous Chores

  • release 0.7.2-alpha (575a7b1)
  • release 0.9.2-alpha (4465142)
  • release v0.17.0-alpha (a0d546c)
  • release v0.18.0-beta (23028b4)
  • release v0.18.1-beta (6deb019)
  • release v0.19.0-beta (6ffa11c)
  • release v0.20.0-beta (150c83b)
  • release v0.21.1-beta (e38033d)
  • release v0.23.0-beta (e3ab340)
  • release v0.24.0-beta (d4e3f2b)
  • release v0.6.3-alpha (47468f2)
  • release v0.6.4-alpha (ff401be)
  • release v0.9.0-alpha (991cee6)
  • release v0.9.3-alpha (724dec3)
  • release v0.9.4-alpha (e636cef)
  • release v0.9.7-alpha (cdb8b25)
  • release v0.9.8-alpha (9051972)
  • release: release 0.12.2-alpha (9f13992)
  • release: release v0.11.1-alpha (8c45e85)
  • release: release v0.11.2-alpha (7ec125f)
  • release: release v0.11.3-alpha (a018ce3)
  • release: release v0.11.5-alpha (292db7d)
  • release: release v0.11.6-alpha (f257848)
  • release: release v0.12.0-alpha (6a20a45)
  • release: release v0.12.1-alpha (c2a9ff4)
  • release: release v0.13.0-alpha (d3abf57)
  • release: release v0.14.0-alpha (3d83761)
  • release: release v0.14.1-alpha (5e73969)
  • release: release v0.15.0-alpha (350ddff)
  • release: release v0.15.1-alpha (de2fb57)
  • release: release v0.16.0-alpha (ee1fc5e)
  • release: release v0.16.1-alpha (8552d59)

This PR was generated with Release Please. See documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants