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
21 changes: 21 additions & 0 deletions programming/cplusplus/release-notes/cpp-11.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,27 @@ needGenerateH3Content: false

# Release Notes for C++ Edition - 11.x

## 11.6.3000 (08/20/2026)

### Improved

- Improved localization stability for GS1 DataBar Stacked barcodes when the bars are short.

### Fixed

- Fixed an issue where MicroPDF417 decoding results did not match the expected output.

- Fixed a hang that could occur during multi-threaded processing.

- Fixed hangs and crashes that could occur with certain input images and templates.

- Fixed a crash that could occur during initialization on Linux ARM64.

### Security Updates

- Updated third-party libraries to incorporate the latest security fixes.


## 11.6.1000 (07/23/2026)

### Highlights
Expand Down
1 change: 1 addition & 0 deletions programming/cplusplus/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ needAutoGenerateSidebar: false

# Release Notes - C++ Edition

- [11.6.3000 (08/20/2026)]({{ site.dbr_cpp_release_notes }}cpp-11.html#1163000-08202026)
- [11.6.1000 (07/23/2026)]({{ site.dbr_cpp_release_notes }}cpp-11.html#1161000-07232026)
- [11.4.3000 (06/30/2026)]({{ site.dbr_cpp_release_notes }}cpp-11.html#1143000-06302026)
- [11.4.2001 (04/17/2026)]({{ site.dbr_cpp_release_notes }}cpp-11.html#1142001-04172026)
Expand Down
21 changes: 21 additions & 0 deletions programming/dotnet/release-notes/dotnet-11.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,27 @@ needGenerateH3Content: false

# Release Notes for .NET Edition - 11.x

## 11.6.3000 (08/20/2026)

### Improved

- Improved localization stability for GS1 DataBar Stacked barcodes when the bars are short.

### Fixed

- Fixed an issue where MicroPDF417 decoding results did not match the expected output.

- Fixed a hang that could occur during multi-threaded processing.

- Fixed hangs and crashes that could occur with certain input images and templates.

- Fixed a crash that could occur during initialization on Linux ARM64.

### Security Updates

- Updated third-party libraries to incorporate the latest security fixes.


## 11.6.1000 (07/23/2026)

### Highlights
Expand Down
1 change: 1 addition & 0 deletions programming/dotnet/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ needAutoGenerateSidebar: false

# Release Notes for .NET Edition

- [11.6.3000 (08/20/2026)]({{ site.dbr_dotnet_release_notes }}dotnet-11.html#1163000-08202026)
- [11.6.1000 (07/23/2026)]({{ site.dbr_dotnet_release_notes }}dotnet-11.html#1161000-07232026)
- [11.4.3000 (06/30/2026)]({{ site.dbr_dotnet_release_notes }}dotnet-11.html#1143000-06302026)
- [11.4.2001 (04/17/2026)]({{ site.dbr_dotnet_release_notes }}dotnet-11.html#1142001-04172026)
Expand Down
1 change: 1 addition & 0 deletions programming/java/release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ needAutoGenerateSidebar: false

# Release Notes for Java Edition

- [11.6.3000 (08/20/2026)]({{ site.dbr_java_release_notes }}java-11.html#1163000-08202026)
- [11.6.1000 (07/23/2026)]({{ site.dbr_java_release_notes }}java-11.html#1161000-07232026)
- [11.4.3000 (06/30/2026)]({{ site.dbr_java_release_notes }}java-11.html#1143000-06302026)
- [11.4.2001 (04/17/2026)]({{ site.dbr_java_release_notes }}java-11.html#1142001-04172026)
Expand Down
21 changes: 21 additions & 0 deletions programming/java/release-notes/java-11.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,27 @@ needGenerateH3Content: false

# Release Notes for Java Edition - 11.x

## 11.6.3000 (08/20/2026)

### Improved

- Improved localization stability for GS1 DataBar Stacked barcodes when the bars are short.

### Fixed

- Fixed an issue where MicroPDF417 decoding results did not match the expected output.

- Fixed a hang that could occur during multi-threaded processing.

- Fixed hangs and crashes that could occur with certain input images and templates.

- Fixed a crash that could occur during initialization on Linux ARM64.

### Security Updates

- Updated third-party libraries to incorporate the latest security fixes.


## 11.6.1000 (07/23/2026)

### Highlights
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 @@ -8,6 +8,7 @@ needAutoGenerateSidebar: false

# Release Notes for Python Edition

- [11.6.3000 (08/20/2026)]({{ site.dbr_python_release_notes }}python-11.html#1163000-08202026)
- [11.6.1000 (07/23/2026)]({{ site.dbr_python_release_notes }}python-11.html#1161000-07232026)
- [11.4.3000 (06/30/2026)]({{ site.dbr_python_release_notes }}python-11.html#1143000-06302026)
- [11.4.2001 (04/17/2026)]({{ site.dbr_python_release_notes }}python-11.html#1142001-04172026)
Expand Down
21 changes: 21 additions & 0 deletions programming/python/release-notes/python-11.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,27 @@ needGenerateH3Content: false

# Release Notes for Python Edition - 11.x

## 11.6.3000 (08/20/2026)

### Improved

- Improved localization stability for GS1 DataBar Stacked barcodes when the bars are short.

### Fixed

- Fixed an issue where MicroPDF417 decoding results did not match the expected output.

- Fixed a hang that could occur during multi-threaded processing.

- Fixed hangs and crashes that could occur with certain input images and templates.

- Fixed a crash that could occur during initialization on Linux ARM64.

### Security Updates

- Updated third-party libraries to incorporate the latest security fixes.


## 11.6.1000 (07/23/2026)

### Highlights
Expand Down