You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
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
+
7
22
## [3.0.2] 2025-01-29
8
23
### Reverted
9
24
- Reverted the change in 3.0.1, this change would have adverse effects on too many existing schemas.
0 commit comments