Skip to content

Releases: powsybl/powsybl-afs

v6.4.0

16 Dec 14:07
v6.4.0
cca8c25
Compare
Choose a tag to compare

Release notes

Dependencies

  • Update powsybl-core dependency to v6.6.0 and powsybl-parent to v20 (#162)
  • Update Spring Boot dependencies (#163)

v6.3.0

28 Oct 12:37
v6.3.0
c417f85
Compare
Choose a tag to compare

Release notes

Dependencies

  • Update powsybl-core dependency to 6.5.0 (#160)

v6.2.1

21 Oct 13:41
v6.2.1
0db98aa
Compare
Choose a tag to compare

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)

v6.1.0

10 Apr 07:35
v6.1.0
e23649b
Compare
Choose a tag to compare

Release note

Feature

  • Delete old WS server (#145)

Security

  • kotlin downgrade to 1.9.22 (#144)

Dependencies

  • Update powsybl-core to v6.3.0 (#140)

v6.0.0-RC2

13 Feb 16:44
v6.0.0-RC2
Compare
Choose a tag to compare
v6.0.0-RC2 Pre-release
Pre-release

Release notes

What's Changed

  • Bump to PowSyBl-core 6.1.2 (#132 and #141)
  • Swagger update to v2.2.7 (#134)
  • Add literal annotation in author's email address (#136)
  • Fix groovydoc generation during release (#143)

Breaking changes

  • Deleting cassandra implementation (#137) Breaking Change

Compatibility

  • PowSyBl-AFS now only supports Java 17 and higher (#138) Breaking Change

Full Changelog: v5.1.0...v6.0.0-RC1

v6.0.0-RC1 do not use

13 Feb 16:22
v6.0.0-RC1
6dde5bb
Compare
Choose a tag to compare
v6.0.0-RC1 do not use Pre-release
Pre-release

Release notes

What's Changed

  • Bump to PowSyBl-core 6.1.2 (#132 and #141)
  • Swagger update to v2.2.7 (#134)
  • Add literal annotation in author's email address (#136)

Breaking changes

  • Deleting cassandra implementation (#137) Breaking Change

Compatibility

  • PowSyBl-Core now only supports Java 17 and higher (#138) Breaking Change

Full Changelog: v5.1.0...v6.0.0-RC1

v5.1.0

25 Jul 13:11
Compare
Choose a tag to compare

What's Changed

  • Release v5.0.0 by @sylvlecl in #117
  • Remove springfox from dependencies by @sylvlecl in #118
  • Fix storage of node version in cassandra implementation by @sylvlecl in #120
  • [issue-125] Message returned by virtual script evaluation is not expl… by @marifunf in #126
  • [issue-126] Reading access to network cache output field for virtual … by @marifunf in #128
  • Allow to override filesystem project node search by @BrunoRte in #129
  • Fix storage node rename to not delete children nodes with same names by @capyq in #123
  • Update to powsybl-core v5.3.2 by @rolnico in #130

New Contributors

Full Changelog: v5.0.0...v5.1.0

v4.2.0

24 Jul 13:49
39bd1ad
Compare
Choose a tag to compare

Release notes

Features

  • Reading access to network cache output field for virtual case (#128)

Bug fixes

  • In cassandra implementation:
    • Fix storage of node version in cassandra implementation (#120)
    • Fix storage node rename to not delete children nodes with same names (#123)
  • In ext-base implementation:
    • Message returned by virtual script evaluation is not explicit (#126)

Technical improvements

  • Allow to override filesystem project node search (#129)

v5.0.2

09 Dec 15:38
Compare
Choose a tag to compare

Release notes v5.0.2

Bugfix

  • Fix node version saving in cassandra implementation (#119)

v5.0.1

06 Dec 17:01
Compare
Choose a tag to compare

Release notes v5.0.1

Bugfix

  • Remove dependency to springfox, to allow compatibility with recent spring boot versions (#118)