Skip to content

Commit c8d52f5

Browse files
update to internal commit f5c1e11f
1 parent 7671a24 commit c8d52f5

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

assets/js/dcvServerVersionSearch.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
[
2+
{
3+
"version": "3.0.6100",
4+
"matchVersion": {
5+
"java": "11.0.6100"
6+
}
7+
},
8+
{
9+
"version": "3.0.6000",
10+
"matchVersion": {
11+
"cpp": "11.0.6000",
12+
"dotnet": "11.0.6000",
13+
"python": "11.0.6000",
14+
"java": "11.0.6000"
15+
}
16+
},
217
{
318
"version": "3.0.4100",
419
"matchVersion": {

programming/java/release-notes/index.md

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

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

12+
- [3.0.6100 (08/19/2025)](java-3.md#306100-08192025)
1213
- [3.0.6000 (08/06/2025)](java-3.md#306000-08062025)

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

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

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

11+
## 3.0.6100 (08/19/2025)
12+
13+
### Fixed
14+
15+
- Fixed an issue where using a callback function could cause the program to crash.
16+
1117
## 3.0.6000 (08/06/2025)
1218

1319
### [Highlights](https://www.dynamsoft.com/release-highlights/?product=dcv3.0)

0 commit comments

Comments
 (0)