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
4 changes: 4 additions & 0 deletions release-notes/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ keywords: [harper, release notes, changelog, version history, updates]

[4.7.0 Tucker](release-notes/v4-tucker/4.7.0)

[4.6.8 Tucker](release-notes/v4-tucker/4.6.8)

[4.6.7 Tucker](release-notes/v4-tucker/4.6.7)

[4.6.6 Tucker](release-notes/v4-tucker/4.6.6)

[4.6.5 Tucker](release-notes/v4-tucker/4.6.5)
Expand Down
12 changes: 12 additions & 0 deletions release-notes/v4-tucker/4.6.7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: 4.6.7
---

# 4.6.7

8/18/2025

- Fix for registering replication connections to avoid repeated connections
- Add support for disabling fail-over connections
- Tolerate certificates without a subject CN
- Additional blob error logging
13 changes: 13 additions & 0 deletions release-notes/v4-tucker/4.6.8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: 4.6.8
---

# 4.6.8

9/3/2025

- Fix for applying offset/limit on searches with remaining deleted records
- Throttling of non-safe HTTP requests and cache resolutions
- Fix for skipping application of field select() after a custom get method
- Fix for applying the correct permissions when deploying from Windows
- Disable fail-over handling by default for replication
2 changes: 1 addition & 1 deletion release-notes/v4-tucker/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ HarperDB version 4 ([Tucker release](v4-tucker/tucker)) represents major step fo
- New analytics and licensing functionality for Fabric services integration
- Further improvements to the plugin API

## [4.6](v4-tucker/4.6.6)
## [4.6](v4-tucker/4.6.8)

- Vector Indexing - 4.6 introduces a new Vector Indexing system based on Hierarchical Navigable Small World Graphs.
- New extension API - 4.6 introduces a new extension API for creating extensions components.
Expand Down
Loading