Skip to content

Commit 6afe62b

Browse files
committed
Added release notes for 4.5.7 and 4.5.8
1 parent 57b0a0b commit 6afe62b

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed

docs/SUMMARY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@
123123
* [Blob](technical-details/reference/blob.md)
124124
* [Release Notes](technical-details/release-notes/README.md)
125125
* [Harper Tucker (Version 4)](technical-details/release-notes/4.tucker/README.md)
126+
* [4.5.8](technical-details/release-notes/4.tucker/4.5.8.md)
127+
* [4.5.7](technical-details/release-notes/4.tucker/4.5.7.md)
126128
* [4.5.6](technical-details/release-notes/4.tucker/4.5.6.md)
127129
* [4.5.5](technical-details/release-notes/4.tucker/4.5.5.md)
128130
* [4.5.4](technical-details/release-notes/4.tucker/4.5.4.md)
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
### HarperDB 4.5.7
2+
4/23/2025
3+
4+
* Fix for handling buffers from replicated sharded blob records to prevent overwriting while using
5+
* Updated included studio version for fix for logging in
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
### HarperDB 4.5.8
2+
4/30/2025
3+
4+
* Fix MQTT subscription topics with trailing slashes to ensure they are not treated as a wildcard
5+
* Fix the arguments that are used for the default connect/subscribe calls so they pass the second argument from connect like `connect(incomingMessages, query) -> subscribe(query)`
6+
* Add support for replication connections using any configured certificate authorities to verify the server certificates
7+
* Added more descriptive error messages on errors in user residency functions

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

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

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

7+
[4.5.8 Tucker](4.tucker/4.5.8.md)
8+
9+
[4.5.7 Tucker](4.tucker/4.5.7.md)
10+
711
[4.5.6 Tucker](4.tucker/4.5.6.md)
812

913
[4.5.5 Tucker](4.tucker/4.5.5.md)

0 commit comments

Comments
 (0)