Skip to content

Commit 8fc5903

Browse files
committed
Introduce filtering schema changes and update generated class names
- synchronous suffix removed - `createConfig` removed from `ContentFilter` - release notes updated for filtering changes
1 parent c46f920 commit 8fc5903

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/release_notes.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,12 @@
1818
Interfaces with only one implementation were reduced.
1919
As a result, the accessors for fields `OrchestrationModuleConfig.inputTranslationConfig` and `OrchestrationModuleConfig.outputTranslationConfig` now handle the implementing class explicitly.
2020
The same applies to helper methods `DpiMasking#createConfig()` and `MaskingProvider#createConfig()`.
21-
The method `createConfig()` is removed from all `ContentFilter` types and replaced by `createInputFilterConfig()` and `createOutputFilterConfig()`.
21+
- [Orchestration] The method `createConfig()` is removed from all `ContentFilter` types and replaced by `createInputFilterConfig()` and `createOutputFilterConfig()`.
22+
2223

2324
### ✨ New Functionality
2425

25-
-
26+
- [Orchestration] `promptShield` available in `AzureContentFilter` for input filtering.
2627

2728
### 📈 Improvements
2829

0 commit comments

Comments
 (0)