Skip to content

v4.0.0

Compare
Choose a tag to compare
@olperr1 olperr1 released this 29 Sep 12:11

To fix any issues due to migration, please go to the migration guide. Labels Deprecated and Breaking Change are clickable and lead to the section of the migration guide corresponding to the associated described change.

📜 Release notes

Common

  • Bump powsybl-core to 6.0.0 (#553 #558)
  • Update to Java 17 (#528, #545, #546) Breaking Change
  • Add a new branch name pattern for full Sonar analyses (#541)

🔨 Refactoring

  • Modifiy diagram APIs ( #522) Breaking Change
  • Replace deprecated method usages (#542)

Network Area Diagram

⭐ Features

  • Return list of displayed voltage levels (#551)

🪲 Bug fixes

  • Fix missing DanglingLine case when visiting equipments (#549)

Single Line Diagram

⭐ Features

  • Offer multi-substation display possibilities with SingleLineDiagram.drawMultiSubstations(Network network, List<String> substationIdList, Path svgFile) (#518)
    image
  • Offer possibility to add units on feeder info (#555)

🔨 Refactoring

  • Add unescaped HVDC converter station id in metadata (#544)
  • Add LCC_CONVERTER_STATION component type (#537)

🪲 Bug fixes

  • Fix view box calculation (#540)