Releases: dolittle/Runtime
Prerelease v7.1.0-replay.6
Quite a lot happened here:
- Added some more parsers of Concept<> types
- Added a mechanism for discovering running Runtimes (with exposed management ports) using Docker
- Added gRPC client building mechanisms for the CLI
- Added the commands for calling the replays over gRPC to a Runtime
It seems to work well for me running the Runtime with the code from #566 :)
Prerelease v7.1.0-replay.5
Implement the new event handler management service (with just logs) and bind it as a management service - and move the management services to it's own port (50054 for now).
Prerelease v7.1.0-replay.4
Summary
Builds on top of #564
Adds methods for setting stream processor position. Also does a bit of cleanup in the code.
Prerelease v7.1.0-replay.3
Merge pull request #567 from dolittle/fix-specs Make specs build again.
Prerelease v7.1.0-replay.2
Summary
Adds functionality on the Scoped Stream Processors to set a new stream processor position
Prerelease v7.1.0-replay.1
Summary
A CLI tool for the Runtime
Prerelease v7.1.0-replay.0
Summary
Remove internal modifiers from classes as they are implicit. Use targeted new
Release v7.0.0
Summary
Implementing the changes introduced by dolittle/Contracts#53. Allowing EventSourceID and PartitionID to be strings, to more easily integrate with events from existing systems.
This is considered a breaking change because it only works with SDKs using the v6 Contracts.
Added
- EventSourceID is now a string instead of a Guid.
- PartitionID is now also a string instead of a Guid.
Fixed
- Aligned names of event type fields throughout messages from Contracts v6.0.0
Removed
EventSourceId.NotSetis removed, as the value should always be set to something. We had some hacks internally where we used this value since we knew it would be thrown away, but now those values are set to something more sensible just to be sure.
Prerelease v7.0.0-eventsource.2
Summary
Remove event source converter and fix build and test errors
Prerelease v7.0.0-eventsource.1
Summary
Change event source id and partition id to be strings and deal with all the compilation and tests errors that causes.