Skip to content

Commit e4bd74c

Browse files
committed
Merge branch 'release_4.5' into release_4.6
2 parents 01da14a + fae43cd commit e4bd74c

File tree

6 files changed

+17
-7
lines changed

6 files changed

+17
-7
lines changed

docs/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@
135135
* [Release Notes](technical-details/release-notes/README.md)
136136
* [Harper Tucker (Version 4)](technical-details/release-notes/4.tucker/README.md)
137137
* [4.6.0](technical-details/release-notes/4.tucker/4.6.0.md)
138+
* [4.5.12](technical-details/release-notes/4.tucker/4.5.12.md)
138139
* [4.5.11](technical-details/release-notes/4.tucker/4.5.11.md)
139140
* [4.5.10](technical-details/release-notes/4.tucker/4.5.10.md)
140141
* [4.5.9](technical-details/release-notes/4.tucker/4.5.9.md)

docs/getting-started/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,23 @@ For more advanced concepts in Harper, see our [blog](https://www.harpersystems.d
1919
<tbody>
2020
<tr>
2121
<td>
22-
<a href="./getting-started/install-harper.md"><strong>Install Harper</strong></a>
22+
<a href="./install-harper.md"><strong>Install Harper</strong></a>
2323
</td>
2424
<td>Pick the installation method that best suits your environment</td>
2525
<td></td>
26-
<td><a href="./getting-started/install-harper.md">install-harper</a></td>
26+
<td><a href="./install-harper.md">install-harper</a></td>
2727
</tr>
2828
<tr>
29-
<td><a href="./getting-started/what-is-harper.md"><strong>What is Harper</strong></a></td>
29+
<td><a href="./what-is-harper.md"><strong>What is Harper</strong></a></td>
3030
<td>Learn about Harper, how it works, and some of its usecases</td>
3131
<td></td>
32-
<td><a href="./getting-started/what-is-harper.md">what-is-harper</a></td>
32+
<td><a href="./what-is-harper.md">what-is-harper</a></td>
3333
</tr>
3434
<tr>
35-
<td><a href="./getting-started/harper-concepts.md"><strong>Harper Concepts</strong></a></td>
35+
<td><a href="./harper-concepts.md"><strong>Harper Concepts</strong></a></td>
3636
<td>Learn about Harper's fundamental concepts and how they interact</td>
3737
<td></td>
38-
<td><a href="./getting-started/harper-concepts.md">harper-concepts</a></td>
38+
<td><a href="./harper-concepts.md">harper-concepts</a></td>
3939
</tr>
4040
</tbody>
4141
</table>
103 KB
Loading

docs/getting-started/what-is-harper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Harper is an all-in-one backend technology that fuses database technologies, cac
1010

1111
Harper simplifies scaling with clustering and native data replication. At scale, architectures tend to include 4 to 16 redundant, geo-distributed nodes located near every user population center. This ensures that every user experiences minimal network latency and maximum reliability in addition to the already rapid server responses.
1212

13-
<figure><img src="../images/harperstack.jpg" alt="Comparison of Harper&#x27;s all-in-one technology (left) versus traditional multi-system approaches (right), highlighting Harper&#x27;s speed, simplicity, and efficiency with no intermediary processes, against the latency and complexity of legacy strategies."><figcaption></figcaption></figure>
13+
<figure><img src="./images/harperstack.jpg" alt="Comparison of Harper&#x27;s all-in-one technology (left) versus traditional multi-system approaches (right), highlighting Harper&#x27;s speed, simplicity, and efficiency with no intermediary processes, against the latency and complexity of legacy strategies."><figcaption></figcaption></figure>
1414

1515
## Understanding the Paradigm Shift
1616

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
### HarperDB 4.5.12
2+
7/9/2025
3+
4+
- Assign shard numbers from each node's config rather than from routes
5+
- Handle certificates without a common name, falling back to the SANs
6+
- Properly clean up blobs that are only transiently used for replication
7+
- Ensure that we always set up server.shards even when there are no TLS connections

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

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

77
[4.6.0 Tucker](4.tucker/4.6.0.md)
88

9+
[4.5.12 Tucker](4.tucker/4.5.12.md)
10+
911
[4.5.11 Tucker](4.tucker/4.5.11.md)
1012

1113
[4.5.10 Tucker](4.tucker/4.5.10.md)

0 commit comments

Comments
 (0)