Skip to content

Releases: dolittle/Runtime

Release v8.9.1

03 Feb 13:17
cf6fb98

Choose a tag to compare

Summary

Don't include a platform config with Production environment in production docker image.It ended up overwriting the environment for all Runtimes

Release v8.9.0

02 Feb 10:05
134cdda

Choose a tag to compare

Summary

Getting the current configuration of a running Runtime is useful.

Added

  • dolittle runtime config CLI command that gets the current running configuration.
  • grpc and grpc-web api for getting the current running configuration.

Prerelease v9.0.0-hadhafang.1

31 Jan 15:49
79019a2

Choose a tag to compare

Pre-release

Fixed

  • Fixes an issue when unregistering eventstore-subscriptions. Was previously missing scopeId on the messages

Prerelease v9.0.0-hadhafang.0

31 Jan 11:50
b08a87b

Choose a tag to compare

Pre-release

Summary

Changes stream processor state to be handled in actors, with flush to DB in the background. Improves stream processor throughput with reduced latency and less DB pressure.

Release v8.8.2

31 Jan 15:10
e92311d

Choose a tag to compare

Fixed

  • Fixes correct unregistering of eventlog streams. Was only possible to trigger with fast event handlers enabled, which consumes the stream directly.

Prerelease v8.8.2-angmar.2

26 Jan 09:28
f478cea

Choose a tag to compare

Pre-release

Summary

Reduces the number of internal projects, moving content from related projects into the events project

Prerelease v8.8.2-angmar.1

25 Jan 08:22
ed3de34

Choose a tag to compare

Pre-release

Summary

Removes warnings, primarily from test / specification code

Prerelease v8.8.2-angmar.0

05 Dec 11:21
a877b70

Choose a tag to compare

Pre-release

Summary

Updated gRPC / Proto.Actor libraries

Release v8.8.1

30 Nov 07:54
13fc4dd

Choose a tag to compare

Summary

Fixes a bug in the partitioned stream processing that could cause partitioned event handlers that were failing to be called with big retry processing attempts number which would in turn cause the SDK to wait for the maximum amount of time (usually 1 minute)

Fixed

  • Partitioned stream processing retry processing attempts calculation bug

Release v8.8.0

28 Nov 14:31
86a1a57

Choose a tag to compare

Summary

Implement Contracts versions 7.4.0 adding Client Build Results to handshake and a management API for getting them

Added

  • Management Grpc API for getting client build results
  • Client build results in the handshake request and log them if any