docs(aicore): correct content filtering enabled-by-default version to 0.32.0#216
Merged
Conversation
… 0.32.0 The user guide incorrectly stated that content filtering was enabled by default from v0.28.0. The feature was introduced in v0.32.0.
The migration note incorrectly referenced 0.28 as the version during which the orchestration namespace was in-flight. The namespace was used during v0.32.0 development (commit 6c042e1, tag v0.32.0).
NicoleMGomes
approved these changes
Jul 8, 2026
cassiofariasmachado
approved these changes
Jul 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Corrects three version references in the AI Core user guide that incorrectly stated
0.28in relation to content filtering and theorchestrationnamespace. All three were introduced inv0.32.0(commit6c042e1).Changes:
*(new in 0.28.0)*→*(new in 0.32.0)*## Content Filtering (enabled by default from 0.28.0)→## Content Filtering (enabled by default from 0.32.0)in-flight name during 0.28 development→in-flight name during 0.32 developmentAt v0.28.0, the user guide had no filtering section at all — the feature, the
orchestrationnamespace, and the migration note were all introduced together in v0.32.0.Related Issue
N/A — documentation correction only.
Type of Change
How to Test
src/sap_cloud_sdk/aicore/user-guide.md0.32(not0.28)Checklist
Additional Notes
No Python source files were changed, so no version bump is required.