Skip to content

Bump IIDM to 1.17#3872

Open
olperr1 wants to merge 2 commits intomainfrom
iidm_1_17
Open

Bump IIDM to 1.17#3872
olperr1 wants to merge 2 commits intomainfrom
iidm_1_17

Conversation

@olperr1
Copy link
Copy Markdown
Member

@olperr1 olperr1 commented Apr 13, 2026

Please check if the PR fulfills these requirements

  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)
  • A PR or issue has been opened in all impacted repositories (if any)

Does this PR already have an issue describing the problem?

No

What kind of change does this PR introduce?

Feature

What is the current behavior?

IIDM is in version 1.16.

What is the new behavior (if this is a feature change)?
IIDM is in version 1.17.

Does this PR introduce a breaking change or deprecate an API?

  • Yes
  • No

If yes, please check if the following requirements are fulfilled

  • The Breaking Change or Deprecated label has been added
  • The migration steps are described in the following section

What changes might users need to make in their application due to this PR? (migration steps)

Downstream projects should:

  • Check in their versionable extensions' serializers/deserializers (classes extending AbstractVersionableNetworkExtensionSerDe) that a SerDeVersion value support the new version (1.17) (usually, at least a SerDeVersion has its maxIidmVersionExcluded attribute set to null);

  • Upgrade the version in their XIIDM / JIIDM unit test files corresponding to the current version:

    • For ".xiidm" or ".xml" files: replace:

      • xmlns:iidm="http://www.powsybl.org/schema/iidm/1_16" with xmlns:iidm="http://www.powsybl.org/schema/iidm/1_17";
      • xmlns:iidm="http://www.powsybl.org/schema/iidm/equipment/1_16" with xmlns:iidm="http://www.powsybl.org/schema/iidm/equipment/1_17";
    • For ".json" or ".jiidm" files: replace "version" : "1.16" with "version" : "1.17".

Other information:

olperr1 added 2 commits April 13, 2026 10:37
Signed-off-by: Olivier Perrin <olivier.perrin@rte-france.com>
Signed-off-by: Olivier Perrin <olivier.perrin@rte-france.com>
@sonarqubecloud
Copy link
Copy Markdown

@github-project-automation github-project-automation bot moved this from Waiting for review to Approved in Release 06/2026 Apr 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Approved

Development

Successfully merging this pull request may close these issues.

3 participants