Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion assets/js/dcvServerVersionSearch.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"version": "3.0.3000",
"matchVersion": {
"cpp": "11.0.3000",
"dotnet": "11.0.3000"
"dotnet": "11.0.3000",
"python": "11.0.3000"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion programming/cplusplus/release-notes/cpp-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ needGenerateH3Content: false

### Fixed

- Resolved a performance issue where processing certain specific images could cause unusually high CPU and memory usage.
- Resolved a performance issue that could cause unusually high CPU and memory usage in some cases.

### Changed

Expand Down
1 change: 1 addition & 0 deletions programming/python/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ noTitleIndex: true

# Module Release Notes - Dynamsoft Capture Vision Python Edition

- [3.0.3000 (05/15/2025)](python-3.md#303000-05152025)
- [3.0.2000 (04/09/2025)](python-3.md#302000-04092025)
- [2.5.2100 (12/05/2024)](python-2.md#252100-12052024)
- [2.4.2100 (11/07/2024)](python-2.md#242100-11072024)
Expand Down
16 changes: 16 additions & 0 deletions programming/python/release-notes/python-3.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,22 @@ needGenerateH3Content: false

# Release Notes for Python Edition - 3.x

## 3.0.3000 (05/15/2025)

### New

- Added support for appending pages to PDF files generated by `ImageIO.save_to_file`. Appending to other PDF files is not supported.
- Added new property [codewords]({{ site.dbr_python_api }}pdf417-details.html#codewords) to the `PDF417Details` class.

### Fixed

- Resolved a performance issue that could cause unusually high CPU and memory usage in some cases.

### Changed

- Removed the licensing requirement for saving PDFs.


## 3.0.2000 (04/09/2025)

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