File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Mindee Ruby API Library Changelog
22
3+ ## v3.5.0 - 2024-02-16
4+ ### Changes
5+ * :sparkles : add support for Generated V1 API
6+ * :recycle : documents now aren't automatically converted to b64 when enqueued as non-PDF files
7+ * :recycle : increase max async delay to 60 tries
8+ * :sparkles : add support for FR bank statements
9+ * :sparkles : add support for International ID V2
10+ * :sparkles : add support for EU Driver License V1
11+ * :recycle : update existing products
12+ * :arrow_up : upgrade test lib
13+
14+ ### Fixes
15+ * :memo : add missing default async sample code
16+ * :bug : fix rst display issues
17+ * :bug : fix display issues for single page models
18+ * :bug : fix miscellaneous issues related to data display (no changes expected on existing models)
19+ * :bug : fix CLI breaking for custom products
20+ * :bug : fix encoding issue that prevented UNICODE file names from being properly sent to the server
21+
22+
323## v3.4.0 - 2024-01-30
424### Changes
525* :arrow_up : update invoices to v4.4
Original file line number Diff line number Diff line change 33# Mindee
44module Mindee
55 # Current version.
6- VERSION = '3.4 .0'
6+ VERSION = '3.5 .0'
77
88 # Finds and return the current platform.
99 # @return [String]
You can’t perform that action at this time.
0 commit comments