Skip to content

Commit 73c57eb

Browse files
committed
Link to 4.5 release notes
1 parent f031f40 commit 73c57eb

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

docs/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@
122122
* [Storage Algorithm](technical-details/reference/storage-algorithm.md)
123123
* [Release Notes](technical-details/release-notes/README.md)
124124
* [Harper Tucker (Version 4)](technical-details/release-notes/4.tucker/README.md)
125+
* [4.5.0](technical-details/release-notes/4.tucker/4.5.0.md)
125126
* [4.4.24](technical-details/release-notes/4.tucker/4.4.24.md)
126127
* [4.4.23](technical-details/release-notes/4.tucker/4.4.23.md)
127128
* [4.4.22](technical-details/release-notes/4.tucker/4.4.22.md)

docs/technical-details/release-notes/4.tucker/4.5.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#### HarperDB 4.5.0
44

5-
2/?/2025
5+
3/13/2025
66

77
### Blob Storage
88
4.5 introduces a new [Blob storage system](../../reference/blob.md), that is designed to efficiently handle large binary objects, with built-in support for streaming large content/media in and out of storage. This provides significantly better performance and functionality for large unstructured data, such as HTML, images, video, and other large files. Components can leverage this functionality through the JavaScript `Blob` interface, and the new `createBlob` function. Blobs are fully replicated and integrated.

docs/technical-details/release-notes/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
[Meet Tucker](4.tucker/tucker.md) Our 4th Release Pup
66

7+
[4.5.0 Tucker](4.tucker/4.5.0.md)
8+
79
[4.4.24 Tucker](4.tucker/4.4.24.md)
810

911
[4.4.23 Tucker](4.tucker/4.4.23.md)

0 commit comments

Comments
 (0)