You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/technical-details/release-notes/4.tucker/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,26 +8,26 @@ HarperDB version 4 ([Tucker release](tucker.md)) represents major step forward i
8
8
* Computed properties that allow applications to define properties that are computed from other properties, allowing for composite properties that are calculated from other data stored in records without requiring actual storage of the computed value
9
9
* Custom indexing including composite, full-text indexing, and vector indexing
10
10
11
-
## [4.3](broken-reference)
11
+
## [4.3](4.3.0.md)
12
12
13
13
* Relationships, joins, and broad new querying capabilities for complex and nested conditions, sorting, joining, and selecting with significant query optimizations
14
14
* More advanced transaction support for CRDTs and storage of large integers (with BigInt)
15
15
* Better management with new upgraded local studio and new CLI features
16
16
17
-
## [4.2](broken-reference)
17
+
## [4.2](4.2.0.md)
18
18
19
19
* New component architecture and Resource API for advanced, robust custom database application development
20
20
* Real-time capabilites through MQTT, WebSockets, and Server-Sent Events
21
21
* REST interface for intuitive, fast, and standards-compliant HTTP interaction
22
22
* Native caching capabilities for high-performance cache scenarios
23
23
* Clone node functionality
24
24
25
-
## [4.1](broken-reference)
25
+
## [4.1](4.1.0.md)
26
26
27
27
* New streaming iterators mechanism that allows query results to be delivered to clients _while_ querying results are being processed, for incredibly fast time-to-first-byte and concurrent processing/delivery
28
28
* New thread-based concurrency model for more efficient resource usage
29
29
30
-
## [4.0](broken-reference)
30
+
## [4.0](4.0.0.md)
31
31
32
32
* New clustering technology that delivers robust, resilient and high-performance replication
33
33
* Major storage improvements with highly-efficient adaptive-structure modified MessagePack format, with on-demand deserialization capabilities
0 commit comments