Skip to content

Commit 8b71146

Browse files
v3.4.2000
1 parent 366be4b commit 8b71146

10 files changed

Lines changed: 46 additions & 2 deletions

File tree

programming/cplusplus/release-notes/cpp-3.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ needGenerateH3Content: false
88

99
# Release Notes for C++ Edition - 3.x
1010

11+
## 3.4.2000 (03/18/2026)
12+
13+
### Security Updates
14+
15+
- Updated third-party libraries to incorporate the latest security fixes.
16+
17+
### Bug Fixes
18+
19+
- Fixed an issue where the system might attempt to load corrupted model resource files in rare cases.
20+
1121
## 3.4.1000 (02/05/2026)
1222

1323
### Highlights

programming/cplusplus/release-notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ noTitleIndex: true
99

1010
# Release Notes - Dynamsoft Capture Vision CPP
1111

12+
- [3.4.2000 (03/18/2026)]({{ site.dcvb_cpp_release_notes }}cpp-3.html#342000-03182026)
1213
- [3.4.1000 (02/05/2026)]({{ site.dcvb_cpp_release_notes }}cpp-3.html#341000-02052026)
1314
- [3.2.5000 (12/16/2025)]({{ site.dcvb_cpp_release_notes }}cpp-3.html#325000-12162025)
1415
- [3.2.1000 (10/14/2025)]({{ site.dcvb_cpp_release_notes }}cpp-3.html#321000-10142025)

programming/cplusplus/user-guide/document-scanner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To find out whether your environment is supported, please read the [System Requi
3333

3434
## Installation
3535

36-
If you haven't downloaded the SDK yet, <a href="https://download2.dynamsoft.com/dcv/dynamsoft-capture-vision-cpp-3.4.1000.260205.zip" target="_blank">download the `C/C++ Package`</a> now and unpack the package into a directory of your choice.
36+
If you haven't downloaded the SDK yet, <a href="https://download2.dynamsoft.com/dcv/dynamsoft-capture-vision-cpp-3.4.2000.260318.zip" target="_blank">download the `C/C++ Package`</a> now and unpack the package into a directory of your choice.
3737

3838
> [!IMPORTANT]
3939
> For this tutorial, we unpack it to a pseudo directory `[INSTALLATION FOLDER]`, change it to your unpacking path for the following content.

programming/cplusplus/user-guide/mrz-scanner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ To find out whether your environment is supported, please read the [System Requi
3939

4040
## Installation
4141

42-
If you haven't downloaded the SDK yet, <a href="https://download2.dynamsoft.com/dcv/dynamsoft-capture-vision-cpp-3.4.1000.260205.zip" target="_blank">download the `C/C++ Package`</a> now and unpack the package into a directory of your choice.
42+
If you haven't downloaded the SDK yet, <a href="https://download2.dynamsoft.com/dcv/dynamsoft-capture-vision-cpp-3.4.2000.260318.zip" target="_blank">download the `C/C++ Package`</a> now and unpack the package into a directory of your choice.
4343

4444
> [!IMPORTANT]
4545
> For this tutorial, we unpack it to a pseudo directory `[INSTALLATION FOLDER]`, change it to your unpacking path for the following content.

programming/dotnet/release-notes/dotnet-3.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ needGenerateH3Content: false
88

99
# Release Notes for .NET Edition - 3.x
1010

11+
## 3.4.2000 (03/18/2026)
12+
13+
### Security Updates
14+
15+
- Updated third-party libraries to incorporate the latest security fixes.
16+
17+
### Bug Fixes
18+
19+
- Fixed an issue where the system might attempt to load corrupted model resource files in rare cases.
20+
1121
## 3.4.1000 (02/05/2026)
1222

1323
### Highlights

programming/dotnet/release-notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ noTitleIndex: true
99

1010
# Module Release Notes - Dynamsoft Capture Vision .NET Edition
1111

12+
- [3.4.2000 (03/18/2026)]({{ site.dcvb_dotnet_release_notes }}dotnet-3.html#342000-03182026)
1213
- [3.4.1000 (02/05/2026)]({{ site.dcvb_dotnet_release_notes }}dotnet-3.html#341000-02052026)
1314
- [3.2.5000 (12/16/2025)]({{ site.dcvb_dotnet_release_notes }}dotnet-3.html#325000-12162025)
1415
- [3.2.1000 (10/14/2025)]({{ site.dcvb_dotnet_release_notes }}dotnet-3.html#321000-10142025)

programming/java/release-notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ noTitleIndex: true
99

1010
# Module Release Notes - Dynamsoft Capture Vision Java Edition
1111

12+
- [3.4.2000 (03/18/2026)]({{ site.dcvb_java_release_notes }}java-3.html#342000-03182026)
1213
- [3.4.1000 (02/05/2026)]({{ site.dcvb_java_release_notes }}java-3.html#341000-02052026)
1314
- [3.2.5000 (12/16/2025)]({{ site.dcvb_java_release_notes }}java-3.html#325000-12162025)
1415
- [3.2.1100 (10/28/2025)]({{ site.dcvb_java_release_notes }}java-3.html#321100-10282025)

programming/java/release-notes/java-3.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ needGenerateH3Content: false
88

99
# Release Notes for Java Edition - 3.x
1010

11+
## 3.4.2000 (03/18/2026)
12+
13+
### Security Updates
14+
15+
- Updated third-party libraries to incorporate the latest security fixes.
16+
17+
### Bug Fixes
18+
19+
- Fixed an issue where the system might attempt to load corrupted model resource files in rare cases.
20+
1121
## 3.4.1000 (02/05/2026)
1222

1323
### Highlights

programming/python/release-notes/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ noTitleIndex: true
99

1010
# Module Release Notes - Dynamsoft Capture Vision Python Edition
1111

12+
- [3.4.2000 (03/18/2026)]({{ site.dcvb_python_release_notes }}python-3.html#342000-03182026)
1213
- [3.4.1000 (02/05/2026)]({{ site.dcvb_python_release_notes }}python-3.html#341000-02052026)
1314
- [3.2.5000 (12/16/2025)]({{ site.dcvb_python_release_notes }}python-3.html#325000-12162025)
1415
- [3.2.1000 (10/14/2025)]({{ site.dcvb_python_release_notes }}python-3.html#321000-10142025)

programming/python/release-notes/python-3.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ needGenerateH3Content: false
88

99
# Release Notes for Python Edition - 3.x
1010

11+
## 3.4.2000 (03/18/2026)
12+
13+
### Security Updates
14+
15+
- Updated third-party libraries to incorporate the latest security fixes.
16+
17+
### Bug Fixes
18+
19+
- Fixed an issue where the system might attempt to load corrupted model resource files in rare cases.
20+
1121
## 3.4.1000 (02/05/2026)
1222

1323
### Highlights

0 commit comments

Comments
 (0)