Skip to content

Commit 9dacf36

Browse files
Merge pull request #84 from dynamsoft-docs/preview
update to internal commit f5c1e11f-Java v3.0.6100
2 parents 7cef33b + a977d48 commit 9dacf36

File tree

4 files changed

+23
-1
lines changed

4 files changed

+23
-1
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)

programming/python/api-reference/capture-vision-router/auxiliary-classes/buffered-items-manager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ needGenerateH3Content: true
99

1010
# BufferedItemsManager
1111

12-
Defines a listener for image source state changes.
12+
BufferedItemsManager class is used to manage the buffered items. It provides methods to get and set the maximum number of buffer items and to get buffer items.
1313

1414
## Definition
1515

0 commit comments

Comments
 (0)