Skip to content

Commit 0d0c453

Browse files
author
Andy Kruth
committed
chore: STREAMP-15651: updating changelog
1 parent 57380ea commit 0d0c453

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [3.0.5] 2025-08-04
8+
### Updated
9+
- Updated the secondary authorization check during Process insert/upsert.
10+
- `buildConsumer` and `buildProducer` in [ProcessService.java](core/src/main/java/com/expediagroup/streamplatform/streamregistry/core/services/ProcessService.java) retrieve the relevant Stream and use the Streams `security` configuration instead of from the Process.
11+
- This does not change any functionality, that security block is not currently used in any way.
12+
- This allows downstream authorization services access to the Stream security block, which holds `consumers` and `producers` lists.
13+
14+
## ~~[3.0.4] 2025-09-04~~
15+
### Failure to release
16+
- Release changes required after release pipeline deprecation
17+
-
18+
## ~~[3.0.3] 2025-09-04~~
19+
### Failure to release
20+
- Release changes required after release pipeline deprecation
21+
722
## [3.0.2] 2025-01-29
823
### Reverted
924
- Reverted the change in 3.0.1, this change would have adverse effects on too many existing schemas.

0 commit comments

Comments
 (0)