Releases: powsybl/powsybl-afs
Releases · powsybl/powsybl-afs
v6.4.0
v6.3.0
v6.2.1
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.
- indicates that some methods were deprecated;
- indicates a breaking change which could impact all users;
Features
- Do not connect backward dependencies to listener when invalidate (#146)
- 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
Dependencies
- Upgrade powsybl-core and other dependencies (#149)
Security
- Update swagger and springboot to solve vulnerabilities (#148)
v6.1.0
v6.0.0-RC2
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)
Compatibility
- PowSyBl-AFS now only supports Java 17 and higher (#138)
Full Changelog: v5.1.0...v6.0.0-RC1
v6.0.0-RC1 do not use
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)
Compatibility
- PowSyBl-Core now only supports Java 17 and higher (#138)
Full Changelog: v5.1.0...v6.0.0-RC1
v5.1.0
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
Release notes
Features
- Reading access to network cache output field for virtual case (#128)
Bug fixes
- In cassandra implementation:
- In ext-base implementation:
- Message returned by virtual script evaluation is not explicit (#126)
Technical improvements
- Allow to override filesystem project node search (#129)