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.
2026-05-14 · Konzept-V00.60 closed: audit / brute-force / session / action SPIs stable, fourth adapter
security-standalone, Vaadin Browserless tests, mutation push across the reactor.2026-05-08 · Multi-module split:
security-core / security-vaadin / security-rest, REST adapter, two-tier demo demo-vaadin-rest-client, first-run bootstrap, central LogoutService.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>