Skip to content

Releases: dolittle/Runtime

Prerelease v8.1.0-sauron.3

28 Apr 18:10
f44a0b4

Choose a tag to compare

Pre-release

Summary

Changes the API of the event fetchers to fetch batch of events (max 100 for now) from a position

Prerelease v8.1.0-sauron.2

28 Apr 06:47
c31a733

Choose a tag to compare

Pre-release

Summary

Implement faster event handlers by using the in-memory event log subscription in the filter stream processor so that it can process batches of events in memory

Prerelease v8.1.0-sauron.1

27 Apr 14:19
91995ae

Choose a tag to compare

Pre-release

Summary

Adds functionality to subscribe to the event log

Prerelease v8.1.0-sauron.0

25 Apr 13:23
6518483

Choose a tag to compare

Pre-release

Summary

Adds functionality to create bootstrap procedures

Release v8.0.1

20 Apr 12:38
b064249

Choose a tag to compare

Summary

Start integrating the Actor Model into the Runtime code with first introducing Proto.Actor into the Event Store. We're taking advantage of the Actor Model to implement batching logic on the write side of the Event Store (committing events) to massively increase the throughput for committing events. This is also built in a way that enables us to in the future be able to scale horizontally through having multiple Runtimes running together in clusters.

In addition we now do benchmarking on key parts of the system and publishing the results on each GitHub release so that we can keep an eye on the current performance.

Changed

  • When committing events the commits will be written and responded in batches which in turn increases the throughput of commits by several times.

Prerelease v8.0.1-mithrandir.21

20 Apr 11:55
b4a78bd

Choose a tag to compare

Pre-release

Summary

Adds more integration tests for the event store

Prerelease v8.0.1-mithrandir.20

19 Apr 07:21
9e581ad

Choose a tag to compare

Pre-release

Summary

Adds integration tests

Prerelease v8.0.1-mithrandir.19

11 Apr 13:13
5572842

Choose a tag to compare

Pre-release

Summary

Benchmarks for persisting and getting stream processor states

Prerelease v8.0.1-mithrandir.18

10 Apr 10:52
f899e1d

Choose a tag to compare

Pre-release

Summary

Increase number of events to process in projection benchmark

Prerelease v8.0.1-mithrandir.17

09 Apr 20:30
70a816e

Choose a tag to compare

Pre-release

Summary

Projection benchmark