Skip to content

Commit 29ca07a

Browse files
authored
🔖 Version 3.35.0 (#348)
1 parent 520e659 commit 29ca07a

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Mindee .NET Client Library Changelog
22

3+
## v3.35.0 - 2025-11-19
4+
### Changes
5+
* :memo: update readme links
6+
* :sparkles: add RAG metadata in V2 results
7+
* :sparkles: improved v2 error messages and exceptions
8+
* :sparkles: add text_context option on V2 enqueue
9+
### Fixes
10+
* :bug: fix for C# 14 and .NET 10
11+
12+
313
## v3.34.0 - 2025-10-01
414
### Changes
515
* :loud_sound: better logging for v2

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<VersionPrefix>3.34.0</VersionPrefix>
3+
<VersionPrefix>3.35.0</VersionPrefix>
44
<VersionSuffix></VersionSuffix>
55
<Authors>Mindee</Authors>
66
<PackageProjectUrl>https://github.com/mindee/mindee-api-dotnet</PackageProjectUrl>

src/Mindee/Http/InferenceOptions.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,11 @@ public class InferenceOptions
4545
/// <summary>
4646
/// IDs of webhooks to propagate the API response to.
4747
/// </summary>
48-
/// <remarks>Not available on all APIs.</remarks>
4948
public List<string> WebhookIds { get; }
5049

5150
/// <summary>
5251
/// Additional text context used by the model during inference. Not recommended, for specific use only.
5352
/// </summary>
54-
/// <remarks>Not available on all APIs.</remarks>
5553
public string TextContext { get; }
5654

5755
/// <summary>

0 commit comments

Comments
 (0)