Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,12 @@
"xmlparserv"
],
"overrides": [
{
"filename": "sdk/contentsafety/**",
"words": [
"Trucy"
]
},
{
"filename": "sdk/planetarycomputer/**",
"words": [
Expand Down
104 changes: 100 additions & 4 deletions sdk/contentsafety/azure-ai-contentsafety/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,110 @@
# Release History

## 1.1.0-beta.1 (Unreleased)
## 1.1.0-beta.1 (2026-08-10)

### Features Added

### Breaking Changes
* Added support for the `2024-09-01` and `2026-07-01-preview` API versions. Previous releases were pinned to `2023-10-01`, so this release also picks up the `2024-09-01` GA surface.
* Added `ContentProvenanceClient` and `ContentProvenanceAsyncClient`, which detect whether media was generated or modified by an AI system using C2PA manifests and watermarks. Detection is a long-running operation started with `beginDetect`.
* Added `shieldPrompt` to `ContentSafetyClient` for shielding prompts from direct and indirect injection attacks.
* Added `detectTextProtectedMaterial` to `ContentSafetyClient` for detecting protected material in text.

### Bugs Fixed
* `models.ProvenanceDetectOperation` was added

### Other Changes
* `ContentProvenanceClientBuilder` was added

* `models.DetectOutcome` was added

* `models.ProvenanceOperationKind` was added

* `models.OperationState` was added

* `models.DetectProvenanceResult` was added

* `ContentProvenanceAsyncClient` was added

* `models.DetectedProvenance` was added

* `ContentProvenanceClient` was added

* `models.DetectedProvenanceType` was added

* `models.DetectProvenanceOptions` was added

* `models.ProvenanceContent` was added

#### `models.AddOrUpdateTextBlocklistItemsResult` was modified

* `toJson(com.azure.json.JsonWriter)` was added
* `fromJson(com.azure.json.JsonReader)` was added

#### `BlocklistAsyncClient` was modified

* `createOrUpdateTextBlocklist(java.lang.String,models.TextBlocklist)` was added

#### `models.AnalyzeTextResult` was modified

* `fromJson(com.azure.json.JsonReader)` was added
* `toJson(com.azure.json.JsonWriter)` was added

#### `models.TextBlocklistMatch` was modified

* `fromJson(com.azure.json.JsonReader)` was added
* `toJson(com.azure.json.JsonWriter)` was added

#### `models.AnalyzeImageOptions` was modified

* `fromJson(com.azure.json.JsonReader)` was added
* `toJson(com.azure.json.JsonWriter)` was added

#### `models.TextBlocklistItem` was modified

* `toJson(com.azure.json.JsonWriter)` was added
* `fromJson(com.azure.json.JsonReader)` was added

#### `models.RemoveTextBlocklistItemsOptions` was modified

* `fromJson(com.azure.json.JsonReader)` was added
* `toJson(com.azure.json.JsonWriter)` was added

#### `models.TextBlocklist` was modified

* `fromJson(com.azure.json.JsonReader)` was added
* `toJson(com.azure.json.JsonWriter)` was added

#### `models.AnalyzeTextOptions` was modified

* `toJson(com.azure.json.JsonWriter)` was added
* `fromJson(com.azure.json.JsonReader)` was added

#### `models.ImageCategoriesAnalysis` was modified

* `toJson(com.azure.json.JsonWriter)` was added
* `fromJson(com.azure.json.JsonReader)` was added

#### `models.AnalyzeImageResult` was modified

* `fromJson(com.azure.json.JsonReader)` was added
* `toJson(com.azure.json.JsonWriter)` was added

#### `models.AddOrUpdateTextBlocklistItemsOptions` was modified

* `toJson(com.azure.json.JsonWriter)` was added
* `fromJson(com.azure.json.JsonReader)` was added

#### `models.ContentSafetyImageData` was modified

* `toJson(com.azure.json.JsonWriter)` was added
* `fromJson(com.azure.json.JsonReader)` was added

#### `models.TextCategoriesAnalysis` was modified

* `fromJson(com.azure.json.JsonReader)` was added
* `toJson(com.azure.json.JsonWriter)` was added

#### `BlocklistClient` was modified

* `createOrUpdateTextBlocklist(java.lang.String,models.TextBlocklist)` was added

## 1.0.19 (2026-07-01)

Expand Down
2 changes: 1 addition & 1 deletion sdk/contentsafety/azure-ai-contentsafety/assets.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"AssetsRepo" : "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath" : "java",
"TagPrefix" : "java/contentsafety/azure-ai-contentsafety",
"Tag" : "java/contentsafety/azure-ai-contentsafety_b28078ece6"
"Tag" : "java/contentsafety/azure-ai-contentsafety_4426afe896"
}
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ public final class BlocklistAsyncClient {
* blocklistItemId: String (Required)
* description: String (Optional)
* text: String (Required)
* isRegex: Boolean (Optional)
* }
* ]
* }
Expand All @@ -79,6 +80,7 @@ public final class BlocklistAsyncClient {
* blocklistItemId: String (Required)
* description: String (Optional)
* text: String (Required)
* isRegex: Boolean (Optional)
* }
* ]
* }
Expand Down Expand Up @@ -206,6 +208,7 @@ public Mono<Response<BinaryData>> getTextBlocklistWithResponse(String name, Requ
* blocklistItemId: String (Required)
* description: String (Optional)
* text: String (Required)
* isRegex: Boolean (Optional)
* }
* }
* </pre>
Expand Down Expand Up @@ -250,6 +253,7 @@ public Mono<Response<BinaryData>> getTextBlocklistItemWithResponse(String name,
* blocklistItemId: String (Required)
* description: String (Optional)
* text: String (Required)
* isRegex: Boolean (Optional)
* }
* }
* </pre>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public final class BlocklistClient {
* blocklistItemId: String (Required)
* description: String (Optional)
* text: String (Required)
* isRegex: Boolean (Optional)
* }
* ]
* }
Expand All @@ -73,6 +74,7 @@ public final class BlocklistClient {
* blocklistItemId: String (Required)
* description: String (Optional)
* text: String (Required)
* isRegex: Boolean (Optional)
* }
* ]
* }
Expand Down Expand Up @@ -199,6 +201,7 @@ public Response<BinaryData> getTextBlocklistWithResponse(String name, RequestOpt
* blocklistItemId: String (Required)
* description: String (Optional)
* text: String (Required)
* isRegex: Boolean (Optional)
* }
* }
* </pre>
Expand Down Expand Up @@ -242,6 +245,7 @@ public Response<BinaryData> getTextBlocklistItemWithResponse(String name, String
* blocklistItemId: String (Required)
* description: String (Optional)
* text: String (Required)
* isRegex: Boolean (Optional)
* }
* }
* </pre>
Expand Down
Loading
Loading