Skip to content

capellambse v0.6.19

Choose a tag to compare

@Wuestengecko Wuestengecko released this 26 May 11:41
· 208 commits to master since this release
v0.6.19
875b8b2

Notable changes

  • This is the last planned release in the v0.6.x series. The next release will be v0.7.0.

    While most code that ran with v0.6 should continue to work the same with v0.7, there may be some edge cases that are handled differently, which is why it's marked as breaking change. Downstream projects should update their dependency specification to capellambse>=0.7.0,<0.8 (or capellambse>=0.6.??,<0.8 if needed).

    v0.7.0 will emit a lot of DeprecationWarning and FutureWarning instances. Some of them still originate within capellambse itself, those will addressed in later v0.7.x releases. Other warnings indicate properties that were accessed, which will be removed or change which elements are exposed in the future. To prepare for a smoother transition post v0.7, downstream projects should address these warnings and update the code accordingly.

Full changelog

New features

Bug fixes

CI/CD changes

Unit test changes