Skip to content

Releases: mindee/mindee-api-dotnet

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

v3.29.0-rc1

30 Jun 17:58
483e2eb

Choose a tag to compare

Changes

  • ⚗️ add experimental support for V2 API
  • ⚗️ add experimental support for V2 inferences
  • 📝 add sample codes
  • 🔧 add proper logging in V2 HTTP calls
  • ⬆️ bump all MS dependencies
  • ♻️ tweak the way sanity testing is done

Fix

  • ♻️ fix some issues with logging
  • ⬆️ update some testing dependencies
  • ♻️ add fallback support for logging on older windows installs

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

v3.28.0

04 Jun 07:44
85e90f4

Choose a tag to compare

Changes

  • ✨ add support for address fields
  • ✨ add support for Financial Document V1.12
  • ✨ add support for Invoices V4.10
  • ✨ add support for US Healthcare Cards V1.2
  • ♻️ add support for nullable confidence scores

Full Changelog: v3.27.0...v3.28.0

v3.27.0

22 Apr 14:09
5bb6d51

Choose a tag to compare

Changes

  • ✨ add support for workflow polling (#304)

Fixes

  • Fix improper deserialization of date formats in workflow execution.

Full Changelog: v3.26.0...v3.27.0

v3.26.0

16 Apr 15:04
d4c692d

Choose a tag to compare

Changes

  • ✨ add support for RAG parameter in workflow executions (#299)

Full Changelog: v3.25.0...v3.26.0