Skip to content

Releases: mindee/mindee-api-dotnet

v4.0.0-rc1

19 Mar 14:31
fb41875

Choose a tag to compare

Changes

  • 💥 :refactor: move polling options outside product parameters
  • ♻️ harmonize v1 and v2 polling options

Full Changelog: v4.0.0-beta1...v4.0.0-rc1

v4.0.0-beta1

16 Mar 16:48

Choose a tag to compare

Changes

  • ✨ Add support for Classification, Crop, OCR and Split utilities.
  • ✨ Add Strong Name support
  • ✨ Add full CLI support for V1 & V2
    • ⬆️ add support for .NET 4.7.2/4.8
  • ✨ Add ability to search for models through Client and CLI
  • ♻️ Make proper classes & methods static and/or private
  • ⬆️ Mutualize and bump most dependencies

Fixes

  • 🐛 Fix V1 CLI
  • ♻️ Fix Logging using improper syntax
  • 🐛 Fix dependency injections not functioning properly for .NET versions 4.7.2 and 4.8

¡Breaking Changes!

  • 💥 ♻️ Refactor V1
    • ♻️ move V1-exclusive internals to dedicated V1 namespace
    • ⚰️ Remove support for deprecated products:
      • CustomV1
      • Bill of Lading
      • Business Card
      • Delivery Notes
      • Driver License
      • FR Energy Bill
      • Indian Passport
      • Nutrition Facts
      • Resume
      • US Healthcare Card
      • US Mail
  • 💥 ♻️ Refactor V2
    • ♻️ move V2-exclusive internals to dedicated V2 namespace
    • ♻️ rename Inference V2 product to Extraction

Full Changelog: v3.39.0...v4.0.0-beta1

v3.39.0

02 Mar 14:10
70af421

Choose a tag to compare

Changes

  • ✨ add job information to inference

Full Changelog: v3.38.0...v3.39.0

v3.38.0

11 Feb 10:49
d128c1e

Choose a tag to compare

Changes

  • ✨ add missing accessors & fix broken simplefields accessors

Fixes

  • 🐛 fix improper handling of .NET 10

Full Changelog: v3.37.2...v3.38.0

v3.37.2

19 Jan 16:49
fb381e6

Choose a tag to compare

Fixes

  • 🐛 fix some older .NET versions not compiling properly

Full Changelog: v3.37.1...v3.37.2

v3.37.1

15 Jan 10:47
18875c1

Choose a tag to compare

Changes

  • 🧹 add code quality checks & reformat entire codebase

Full Changelog: v3.37.0...v3.37.1

v3.37.0

07 Jan 09:51
b5bd9a5

Choose a tag to compare

Changes

  • ✨ add loading local input source from base64
  • ✨ add support for data schema parameter

Full Changelog: v3.36.1...v3.37.0

v3.36.1

15 Dec 15:23
29de110

Choose a tag to compare

Changes

  • ✅ add initial testing on .NET 10
  • ✅ test loading webP files

Fixes

  • 🐛 allow retrieval of the inference ID

Full Changelog: v3.36.0...v3.36.1

v3.36.0

02 Dec 14:50
902bb35

Choose a tag to compare

Changes

  • ✨ add support for text_context in active options return

Full Changelog: v3.35.0...v3.36.0

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