Skip to content

Migration guide v6.7.0

Olivier Perrin edited this page Dec 16, 2024 · 2 revisions

Breaking Change Breaking changes for all users

New UCTE naming strategy

If you have a custom UCTE naming strategy (i.e. a class implementing com.powsybl.ucte.converter.NamingStrategy), you should implement the following method:

  • void initializeNetwork(Network network);

By default, the "Default" naming strategy is used when exporting a network in UCTE. If you want to use the new naming strategy, you should define the following property in your configuration: - `ucte.export.naming-strategy`: `Counter`

Custom IIDM Impl Notice for custom IIDM implementations maintainers


Test Data Change Changes in the test data

Clone this wiki locally