Skip to content
Flag of Europe
Made in the European Union · Independently built · Released under EUPL 1.2
Release Notes

Release Notes

Every published release of security-for-flow ships with a dedicated release-notes document covering scope, new SPIs, breaking changes, and mutation-coverage numbers. Pick a version below.

Versioning policy

The project uses MM.mm.pp numeric versions (e.g. 00.60.00, 00.51.00). The leading double-zero is intentional — it documents the pre-1.0 phase of public consumption. SPIs are stable in the sense declared per release; experimental ones are marked @ExperimentalSecurityApi.

Maven coordinates always carry the full triplet, e.g.:

<dependency>
  <groupId>com.svenruppert</groupId>
  <artifactId>security-core</artifactId>
  <version>00.60.00</version>
</dependency>