Skip to content

Releases: instill-ai/protogen-go

v0.1.0-alpha

20 Feb 21:20
88969c7
Compare
Choose a tag to compare
v0.1.0-alpha Pre-release
Pre-release

0.1.0-alpha (2022-02-19)

Features

  • add conversion (6b27ee3)
  • add DeleteModel method (#14) (9a2713d)
  • add liveness and readiness for pipeline (767f166)
  • add rpc service of triggering pipeline by uploading file (4b21d58)
  • initialize repo (0d6d613)
  • model-backend: add generated code for model-backend (#10) (2203592)
  • model: add generate protobuf files for model-backend (#5) (a4cd01f)

Bug Fixes

  • change go module name (f56fdee)
  • change id to uint64 (5eaf34d)
  • change message content and fix optional issue (b74ec60)
  • correct protobuffer sequence number of triggering pipeline request (a0bfca2)
  • model version status into enum (#13) (23f8fbf)
  • move cv task from inference to create model method (#15) (36f2370)
  • pipeline-backend: remove TriggerPipeline endpoint (#7) (9ef454b)
  • pipeline-backend: use Any instead of Struct (#6) (1216e1c)
  • pipeline: change Any back to Struct (#9) (09ba6de)
  • pipeline: change model_name to name (#4) (e6c93ae)
  • pipeline: remove unused code (#28) (3c0c45e)
  • remove unuse code (9f931a0)
  • remove version from creating model, the version will be auto increased (#25) (6a4b524)
  • use full_name instead of fullName (#26) (5b8ade9)
  • use consistent response of list pipeline (70bcb11)
  • use FieldMask as updating flag (be17192)
  • use name as query parameter instead of id (b0e9531)
  • use original timestamppb (78653a9)
  • wrong health path (#12) (9b9b707)