Skip to content

Release v9.6.4

Compare
Choose a tag to compare
@dolittle-build dolittle-build released this 18 Sep 06:18
1197809

Summary

External behavior

This release adds support for sparse event logs, which allows users to delete events that are no longer needed. Previously the runtime would not tolerate any events being removed. Now it will just info log the fact and process as normally

Internal

The runtime has been refactored to use central package management, which reduces friction when upgrading dependency versions. It also removes a legacy dependency and replaces it with channels. In addition it will now enforce limits to work in progress by EventHorizon.

Added

  • Central package management
  • Support for sparse event logs

Removed

  • Internal dependency on Nito.AsyncEx, rewritten to use channels