Releases: dolittle/Runtime
Release v8.9.1
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
Summary
Getting the current configuration of a running Runtime is useful.
Added
dolittle runtime configCLI command that gets the current running configuration.- grpc and grpc-web api for getting the current running configuration.
Prerelease v9.0.0-hadhafang.1
Fixed
- Fixes an issue when unregistering eventstore-subscriptions. Was previously missing scopeId on the messages
Prerelease v9.0.0-hadhafang.0
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
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
Summary
Reduces the number of internal projects, moving content from related projects into the events project
Prerelease v8.8.2-angmar.1
Summary
Removes warnings, primarily from test / specification code
Prerelease v8.8.2-angmar.0
Summary
Updated gRPC / Proto.Actor libraries
Release v8.8.1
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
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