Skip to content

v0.2.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@droplet-bot droplet-bot released this 08 Jul 02:14
26d6b65

0.2.0-alpha (2022-07-08)

Product Updates

A lot of gooooodies 馃崿 馃嵃 馃 to share with the community

  • 馃コ Add new management server mgmt-backend for user management
  • 馃帄 Add new connector server connector-backend for pre-built source/destination connector management
    • new HTTP connector
    • new gRPC connector
  • 馃敟 Now you can import models from GitHub, Hugging Face, or remote storage managed by DVC or ArtiVC
  • 馃帀 New vision task: besides image classification and object detection, VDP supports keypoint detection
  • 馃幃 New Console UI to enable youenabling you to use VDP without writing code
  • 馃殌 Build pipelines for diverse scenarios
    • SYNC pipeline for real-time inference
    • ASYNC pipeline for on-demand workload

VDP

Features

Bug Fixes

  • fix connector-backend-worker in docker-compose-dev (c5d7260)
  • fix OpenAPI swagger service (#104) (2e3fd90)
  • fix temporal dynamicconfig (57edcde)

Mgmt-backend (v0.2.3-alpha)

Features

  • add reporter for usage collection (320d9a4)
  • add retrieve all user function (da78893)

Bug Fixes

Connector-backend (v0.4.3-alpha)

Features

Bug Fixes

Model-backend (v0.6.0-alpha)

Features

Bug Fixes

Pipeline-backend (v0.6.3-alpha)

Features

  • add cors support (c847912)
  • add async pipeline trigger (6d39b0a)
  • add filter for list pipeline (ffe8856)
  • add usage collection (7e71744)
  • support trigger multi model instances (e3d4263)

Bug Fixes

Console (v0.3.3-alpha)

Features

  • add ArtiVC Icon for model definition (#18) (b5250db)
  • add delete connector, pipeline service (#9) (526ff70)
  • add DISABLE_USAGE_COLLECTION args config (#45) (7f9352d)
  • add GitHub action related to docker hub (#11) (5e7569a)
  • add mock server and render method of react-query (#12) (80d89d7)
  • add mock source service handler (#13) (21ea1ee)
  • add onboarding e2e test (#20) (c952b73)
  • add pipeline e2e test (#44) (0acc846)
  • add playwright (#14) (01beb24)
  • add project docker-compose (#2) (14ab822)
  • add release please action (#21) (2321bab)
  • add tailwind plugin to support intelligence picking up custom style and refactor classnames (#16) (62d853f)
  • add test model instance service (#15) (a367577)
  • add unit-test action (#17) (d57d265)
  • implement statefull toggle and adapt new prop (#49) (9358247)
  • make sidebar collapsable (#8) (ecf8cd3)
  • let user add backend related env with docker-compose environment (#62) (507534a)
  • add ModelInstanceReadmeCard (#76) (28d3927)
  • add script to download airbyte's icons (#66) (96dd22e)
  • support ArtiVC (#64) (1f1fd11)

Bug Fixes