Skip to content

v6.2.1

Compare
Choose a tag to compare
@rolnico rolnico released this 21 Oct 13:41
· 11 commits to main since this release
v6.2.1
0db98aa

Release notes

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

  • Deprecated indicates that some methods were deprecated;
  • Breaking Change indicates a breaking change which could impact all users;

Features

  • Do not connect backward dependencies to listener when invalidate (#146) Breaking Change
  • Be able to reinit the connection to the computation manager with no impact on other backend connections (#151)
  • Delete AppDataBean ComputationManager fields to use those in AppData (#152)
  • Put back Cassandra implementation (#156)

Quality

  • New ReadTheDoc documentation (#150, #153, #154)
  • Fix groovydoc generation (#159)

Dependencies

  • Upgrade powsybl-core and other dependencies (#149)

Security

  • Update swagger and springboot to solve vulnerabilities (#148)