Skip to content

Releases: mindee/mindee-api-dotnet

v3.35.0

19 Nov 13:08
29ca07a

Choose a tag to compare

Changes

  • 📝 update readme links
  • ✨ add RAG metadata in V2 results
  • ✨ improved v2 error messages and exceptions
  • ✨ add text_context option on V2 enqueue

Fixes

  • 🐛 fix for C# 14 and .NET 10

Full Changelog: v3.34.0...v3.35.0

v3.34.0

01 Oct 11:13
c6f0900

Choose a tag to compare

Changes

  • 🔊 better logging for v2
  • ✨ allow comparing v2 field confidence score

Full Changelog: v3.33.0...v3.34.0

v3.33.0

25 Sep 12:50
7c79a8a

Choose a tag to compare

Fixes

  • 🐛 fix for setting inference options
  • 🐛 ensure consistent number formatting

¡Breaking Changes!

  • ⚰️ remove obsolete US Mail V2
  • 🐛 make sure DI uses separate services for v1 and v2 clients
    • ♻️ 💥 Use dedicated settings class for v2 (normally not used directly)
    • ♻️ 💥 Use dedicated settings section for v2 (normally not used directly)

Full Changelog: v3.32.0...v3.33.0

v3.32.0

03 Sep 13:32
b623542

Choose a tag to compare

Changes

  • ✨ add inference options

¡Breaking Changes!

  • ♻️ 💥 update raw text output from server

Full Changelog: v3.31.0...v3.32.0

v3.31.0

27 Aug 15:28
33ecafb

Choose a tag to compare

Changes

  • ✨ add typed properties to list and object

Fixes

  • 📝 fix page options doc

Full Changelog: v3.30.0...v3.31.0

v3.30.0

04 Aug 11:18
214029d

Choose a tag to compare

Changes

  • ✨ add support for page count & mime type, fix v2 field naming conventions

Fixes

  • 🐛 fix for field attributes being at the wrong level

v3.29.0 - 2025-07-29

Changes

  • ✨ Add support for mindee API V2 client & features
  • 🔧 Tweak CI & testing
  • ♻️ Uniformize variable naming across files

Full Changelog: v3.29.0-rc4...v3.30.0

v3.29.0

29 Jul 09:27
009ae2c

Choose a tag to compare

Changes

  • ✨ Add support for mindee API V2 client & features
  • 🔧 Tweak CI & testing
  • ♻️ Uniformize variable naming across files

v3.29.0-rc4 - 2025-07-22

Changes

  • ✨ add support for field locations & confidence score
  • ♻️ change name of main calling methods (e.g. EnqueueAndParseAsync becomes EnqueueAndGetInferenceAsync)
  • ✨ 💥 upgrade page options usage to match other SDKs (page indexes now start at 0)

Fixes

  • 🐛 fix tests
  • ♻️ update internal syntaxes

Full Changelog: v3.29.0-rc3...v3.29.0

v3.29.0-rc4

22 Jul 12:00
ce9e4b3

Choose a tag to compare

Changes

  • ✨ add support for field locations & confidence score
  • ♻️ change name of main calling methods (e.g. EnqueueAndParseAsync becomes EnqueueAndGetInferenceAsync)
  • ✨ 💥 upgrade page options usage to match other SDKs (page indexes now start at 0)

Fixes

  • 🐛 fix tests
  • ♻️ update internal syntaxes

Full Changelog: v3.29.0-rc3...v3.29.0-rc4

v3.29.0-rc3

09 Jul 14:34
1f841e8

Choose a tag to compare

Changes

  • ✨ merge enqueue parameters into a single object

Fixes

  • ♻️ field property of ObjectFields now deserializes into an InferenceFields instance.
  • ♻️ remove redundant logic
  • 📝 fix documentation typos
  • ♻️ fix code sample

Full Changelog: v3.29.0-rc2...v3.29.0-rc3

v3.29.0-rc2

03 Jul 12:55
e85ebb2

Choose a tag to compare

Changes

  • ✨ add very basic printing of results

Fix

  • ⚰️ remove unneeded V2 classes
  • ♻️ use an abstract class for the API to harmonize JSON parsing, logging
  • 🐛 use correct route for GET on job

Full Changelog: v3.29.0-rc1...v3.29.0-rc2