Skip to content

v0.2.6-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@droplet-bot droplet-bot released this 20 Sep 23:13
1522379

0.2.6-alpha (2022-09-20)

Product Updates

BREAKING changes 🅱️

  • updated VDP protocol

Features ✨

  • add data mapping field data_mapping_indices in the data to be sent to the pipeline destination. The field includes unique IDs that can be mapped to CV task output for each processed image
  • support all CV tasks when building ASYNC pipelines
  • add confidence score for OCR task

Fix bugs 🐛

VDP

Bug Fixes

  • update examples to be compatible with the latest protocol (36a847b)

Miscellaneous Chores

Pipeline-backend (0.8.0-alpha)

Features

Bug Fixes

  • fix async trigger block issue (59f0fb8), closes #67
  • fix multipart trigger data_mapping_indices empty (d3160b4)

Connector-backend (0.6.0-alpha)

Features

  • add data mapping (5596716)
  • support all cv tasks defined in vdp protocol (c38f9e8), closes #33

Bug Fixes

  • add http/grpc release stage in connector definitions (f2648c0), closes #30
  • fix destination write for multiple models (860f62e)
  • fix update not using name field (f8e98c3)
  • fix zero-value field dropped (31e297c)

Model-backend (v0.8.1-alpha)

Features

Bug Fixes

  • update description for GitHub model from user input (#173) (821dab3)

Miscellaneous Chores

Console (v0.12.0-alpha)

Features

  • add buffer into calculation of instance cell more button (#268) (19d1470)
  • add destination configuration form (#255) (0164946)
  • Implement onboarding integration test (#271) (f9c494e)
  • Implement source integration test (#272) (b85a285)
  • use env var in pipeline snippet (#275) (3bc4d7a)

Bug Fixes