Skip to content

Commit

Permalink
update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeAlhayek committed Mar 10, 2025
1 parent edc4919 commit e143a59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/docs/releases/3.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,11 @@ We've introduced the `IAzureAISearchIndexSettingsHandler` interface, enabling de
- `DeleteAsync(id)`
- New methods added to `AzureAISearchIndexSettingsService`:
- `Task<AzureAISearchIndexSettings> NewAsync(string source, JsonNode data = null)`
- `Task SetMappingsAsync(AzureAISearchIndexSettings settings)`
- `Task<ValidationResultDetails> ValidateAsync(AzureAISearchIndexSettings settings)`
- `Task SynchronizeAsync(AzureAISearchIndexSettings settings)`
- `Task CreateAsync(AzureAISearchIndexSettings settings)`
- The method `GetMappingsAsync` was removed from `AzureAIIndexDocumentManager`. Instead you may use `AzureAISearchIndexSettingsService.SetMappingsAsync`.
- The method `GetIndexFullName` was removed from `AzureAISearchIndexManager`.

These enhancements provide greater flexibility, improved maintainability, and an easier integration experience.

Expand Down

0 comments on commit e143a59

Please sign in to comment.