Skip to content

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 23 Jun 08:44
· 64 commits to v1.x.x since this release
v1.0.2
f5576e1

Frequenz Core Library Release Notes

Bug Fixes

  • BaseId will now log instead of raising a warning when a duplicate prefix is detected. This is to fix a problem with code examples being tested using sybil and the class being imported multiple times, which caused the exception to be raised. We first tried to use warn() but that complicated the building process for all downstream projects, requiring them to add an exception for exactly this warning.

What's Changed

  • Log instead of warn when registering an ID prefix that already exists by @Marenz in #75

Full Changelog: v1.0.1...v1.0.2