Skip to content

Commit 1dee0bb

Browse files
committed
release: Atmosphere 4.0.58
1 parent 246cbf7 commit 1dee0bb

111 files changed

Lines changed: 131 additions & 114 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [4.0.58] - 2026-06-26
11+
12+
### Added
13+
14+
- default-on RAG injection-safety wiring across runtimes Screens retrieved RAG documents for indirect prompt injection before the LLM (fail-closed RULE_BASED/DROP); wired for @AiEndpoint, Spring Boot 3/4, and Quarkus with console runtime-truth and a poisoned-doc sample.
15+
16+
### Fixed
17+
18+
- pin rag-chat getting-started to released 4.0.57
19+
20+
### Changed
21+
22+
- stage doc sweep and fail-fast on doc-version drift before publish
23+
- bump version to 4.0.57
24+
- prepare next development version 5.0.35
25+
- prepare for next development iteration 4.0.58-SNAPSHOT
26+
1027
## [4.0.57] - 2026-06-26
1128

1229
### Added

assembly/cpr/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.atmosphere</groupId>
55
<artifactId>atmosphere-project</artifactId>
6-
<version>4.0.58-SNAPSHOT</version>
6+
<version>4.0.58</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>org.atmosphere</groupId>
1919
<artifactId>atmosphere-runtime</artifactId>
20-
<version>4.0.58-SNAPSHOT</version>
20+
<version>4.0.58</version>
2121
</dependency>
2222
</dependencies>
2323

assembly/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.atmosphere</groupId>
55
<artifactId>atmosphere-project</artifactId>
6-
<version>4.0.58-SNAPSHOT</version>
6+
<version>4.0.58</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.atmosphere</groupId>
55
<artifactId>atmosphere-project</artifactId>
6-
<version>4.0.58-SNAPSHOT</version>
6+
<version>4.0.58</version>
77
</parent>
88

99
<modelVersion>4.0.0</modelVersion>

modules/a2a/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.atmosphere</groupId>
55
<artifactId>atmosphere-project</artifactId>
6-
<version>4.0.58-SNAPSHOT</version>
6+
<version>4.0.58</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99

modules/adk/SKILLCARD.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ license:
3131
artifact:
3232
group_id: org.atmosphere
3333
artifact_id: atmosphere-adk
34-
version: 4.0.58-SNAPSHOT
34+
version: 4.0.58
3535
packaging: jar
3636
module_path: modules/adk
3737

modules/adk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.atmosphere</groupId>
55
<artifactId>atmosphere-project</artifactId>
6-
<version>4.0.58-SNAPSHOT</version>
6+
<version>4.0.58</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99

modules/admin-bundle/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ Add the bundle to your Spring Boot project:
4545
<dependency>
4646
<groupId>org.atmosphere</groupId>
4747
<artifactId>atmosphere-admin-bundle</artifactId>
48-
<version>4.0.57</version>
48+
<version>4.0.58</version>
4949
</dependency>
5050

5151
<!-- Pick exactly one AgentRuntime adapter -->
5252
<dependency>
5353
<groupId>org.atmosphere</groupId>
5454
<artifactId>atmosphere-spring-ai</artifactId>
55-
<version>4.0.57</version>
55+
<version>4.0.58</version>
5656
</dependency>
5757
```
5858

modules/admin-bundle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.atmosphere</groupId>
55
<artifactId>atmosphere-project</artifactId>
6-
<version>4.0.58-SNAPSHOT</version>
6+
<version>4.0.58</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99

modules/admin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.atmosphere</groupId>
55
<artifactId>atmosphere-project</artifactId>
6-
<version>4.0.58-SNAPSHOT</version>
6+
<version>4.0.58</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99

0 commit comments

Comments
 (0)