Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 921 Bytes

File metadata and controls

21 lines (11 loc) · 921 Bytes

Frequenz Client Common Library Release Notes

Summary

Deprecation

  • Converting Metric enums from/to protobuf directly is deprecated and will be dropped in the next breaking release.

    You should switch to use the new conversion functions in frequenz.client.common.metrics.proto.v1alpha8 to convert from/to protobuf.

    Since we can't emit deprecation messages for this (as they will trigger every time a metric value is used), please consider using the new conversion functions as soon as possible so the migration to the next breaking release is smooth.

New Features

  • A new module frequenz.client.common.metrics.proto.v1alpha8 has been added to provide conversion functions for Metrics from/to protobuf version v1alpha8.

Bug Fixes