Skip to content

Commit 7696496

Browse files
committed
chore: prepare release 7.2.0
1 parent 7f8ae6c commit 7696496

4 files changed

Lines changed: 8 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ include migration notes.
77

88
## Unreleased
99

10+
## 7.2.0 - 2026-07-12
11+
1012
- Added stateless Spring MVC async and streaming support based on a request-attribute
1113
`SecurityContextRepository`, preserving identity across legitimate redispatches without
1214
revalidating JWTs or creating an `HttpSession`.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@ Vigil provides JWT lifecycle, request authentication, cookie helpers, tenant con
88

99
## Compatibility
1010

11-
Vigil `7.1.x` is certified with Java 25, Spring Boot 4.1.0, Spring Framework 7.0.8,
11+
Vigil `7.2.x` is certified with Java 25, Spring Boot 4.1.0, Spring Framework 7.0.8,
1212
Spring Security 7.1.0, Gradle 9.6.x, and Jackson 3. Later dependency patches are not claimed as
1313
certified until they pass Vigil's complete gate. Vigil `6.0.x` was the final Java 21 / Spring Boot
1414
3.5 line.
1515

16-
`7.1.1` is the current release line. Public consumers should pin an exact version and review the release notes before upgrading.
16+
`7.2.0` is the current release line. Public consumers should pin an exact version and review the release notes before upgrading.
1717

1818
## Install
1919

2020
```kotlin
2121
dependencies {
22-
implementation("io.github.sequelcore:vigil-spring-boot-starter:7.1.1")
22+
implementation("io.github.sequelcore:vigil-spring-boot-starter:7.2.0")
2323
}
2424
```
2525

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
}
1010

1111
group = "io.github.sequelcore"
12-
version = "7.1.1"
12+
version = "7.2.0"
1313

1414
val hasSigningConfiguration = providers.gradleProperty("signingInMemoryKey").isPresent
1515
|| providers.gradleProperty("signing.secretKeyRingFile").isPresent

docs/releases/release-policy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Release Policy
22

33
Vigil is published as a Spring Boot starter for JWT authentication. Version
4-
`7.1.1` is the current release line and Spring Boot 4.1 certification baseline.
4+
`7.2.0` is the current release line and Spring Boot 4.1 certification baseline.
55

66
Vigil is used by Sequel applications, but public consumers should pin exact
77
versions, read release notes, and review migration notes before upgrades.
@@ -43,7 +43,7 @@ Current tested compatibility envelope:
4343
- HS256 with a configured 256-bit minimum secret;
4444
- RS256 with configured PEM private/public keys and JWKS publication.
4545

46-
Vigil `7.1.x` is the active supported platform line. Vigil `6.0.x` was the
46+
Vigil `7.2.x` is the active supported platform line. Vigil `6.0.x` was the
4747
final Spring Boot 3.5.x / Java 21 line and is not supported for Spring Boot
4848
4.1 consumers. Do not add compatibility shims between the two lines; Boot 4
4949
changes the default JSON stack to Jackson 3 and modularizes several Boot

0 commit comments

Comments
 (0)