We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ef7338 commit d9a5c60Copy full SHA for d9a5c60
CHANGELOG.md
@@ -1,5 +1,19 @@
1
# Mindee Python API Library Changelog
2
3
+# v4.2.0 - 2024-01-18
4
+### Changes
5
+* :sparkles: add support for International ID V1
6
+* :sparkles: add support for Generated APIs
7
+* :sparkles: add custom associated classes & namespace for Generated APIs
8
+* :memo: update sample codes for default usage
9
+* :memo: add documentation for Generated APIs
10
+
11
+### Fixes
12
+* :bug: fix sphinx doc from mistakenly looking for static files
13
+* :bug: fix default async config to avoid timeouts on larger files
14
+* :bug: fix for build badges
15
16
17
## v4.1.0 - 2023-10-17
18
### Changes
19
* :test_tube: optimize CI + add retry mechanism
mindee/version
@@ -1 +1 @@
-4.1.0
+4.2.0
0 commit comments