Skip to content

Commit e97214a

Browse files
authored
🔖 Version 4.7.0 (#208)
1 parent 6f10715 commit e97214a

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

CHANGELOG.md

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Mindee Ruby API Library Changelog
22

3+
## v4.7.0 - 2025-09-18
4+
Including RC changes and fixes.
5+
### Changes
6+
* :sparkles: add support for V2 Mindee API
7+
* :sparkles: add missing accessors for PDF fixing options in `LocalInputSource`
8+
* :recycle: add many missing internal types
9+
### Fixes
10+
* :recycle: update existing PDF fixing syntax
11+
* :bug: fix for polygon points not correctly initialized
12+
* :bug: fix user agent not being able to access version number
13+
* :bug: fix invalid types for many V1 features
14+
* :bug: fix V1 errors sometimes having the wrong code
15+
* :bug: fix many presumably immutable fields having non-readonly parameters
16+
* :bug: fix broken `resources` accessor in `ApiRequest` object
17+
18+
319
## v4.7.0-rc3 - 2025-08-29
420
### Fixes
521
* :bug: fix user agent not being able to access version number
@@ -16,7 +32,6 @@
1632
## v4.7.0-rc1 - 2025-08-13
1733
### Changes
1834
* :sparkles: add support for client V2 & associated features
19-
2035
### Fixes
2136
* :recycle: add many missing internal types
2237
* :bug: fix invalid types for many V1 features
@@ -178,7 +193,6 @@
178193
* :sparkles: add support for cropper Extra
179194
* :sparkles: add support for full text Extra
180195
* :sparkles: add support for invoice splitter auto-extraction
181-
182196
### Fixes
183197
* :bug: fixed a bug that prevented longer decimals from appearing in the string representation of some objects
184198
* :bug: fixed a bug that caused non-table elements to unexpectedly appear truncated when printed to the console
@@ -249,7 +263,6 @@
249263
* :sparkles: add support for EU Driver License V1
250264
* :recycle: update existing products
251265
* :arrow_up: upgrade test lib
252-
253266
### Fixes
254267
* :memo: add missing default async sample code
255268
* :bug: fix rst display issues
@@ -277,7 +290,6 @@
277290
* :sparkles: add support for Carte Grise V1
278291
* :sparkles: add page number attributes to doc
279292
* :arrow_up: update tests, docs & display format for some products
280-
281293
### Fixes
282294
* :bug: fix page id not working on newer custom models
283295

@@ -293,7 +305,6 @@
293305
* :sparkles: add direct access to `raw_http` response
294306
* :memo: upgrade reference & guide documentation
295307
* :test_tube: **EXPERIMENTAL** add PDF repair option
296-
297308
### Fixes
298309
* :bug: fix display issues with `PositionField`
299310

@@ -308,7 +319,6 @@
308319
* :sparkles: add support for US Driver License
309320
* :recycle: update unit tests & dependencies
310321
* :arrow_up: update Bank Checks (#46)
311-
312322
### Fixes
313323
* :bug: fix `all_words` display (#47)
314324
* :bug: fix empty `position_field` (#47)
@@ -323,7 +333,6 @@
323333
* :recycle: harmonize naming with other client libraries
324334
* :art: moved most parsing modules into their own respective modules
325335
* :art: separated common, standard & custom parsing features into their own modules
326-
327336
### Changes
328337
* :sparkles: add support for asynchronous endpoints
329338
* :sparkles: add support for Invoice Splitter V1
@@ -337,7 +346,6 @@
337346
* :pencil2: document all previously non-documented class
338347
* :recycle: match file hierarchy with module nesting
339348
* :recycle: rewrite tutorials to match new syntax
340-
341349
### Fixes
342350
* :bug: fix: pages now use the proper `orientation` property
343351
* :zap: optimize: only a single endpoint is now created on document upload
@@ -374,8 +382,7 @@
374382
* :boom: it should be up to the user to handle API errors
375383
* :wastebasket: remove deprecated APIs
376384
* :recycle: refactor CLI tool
377-
378-
### Additions
385+
### Changes
379386
* :sparkles: add support for Invoice v4.1 and Receipt v4.1
380387
* :sparkles: add EU license plates
381388
* :sparkles: add shipping containers support

lib/mindee/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Mindee
44
module Mindee
55
# Current version.
6-
VERSION = '4.7.0-rc3'
6+
VERSION = '4.7.0'
77

88
# Finds and return the current platform.
99
# @return [Symbol, Hash[String | Symbol, Regexp], Nil?]

0 commit comments

Comments
 (0)