Skip to content

Releases: dolittle/Runtime

Prerelease v7.1.0-replay.6

18 Oct 08:57
22a2687

Choose a tag to compare

Pre-release

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

18 Oct 08:18
db7c549

Choose a tag to compare

Pre-release

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

18 Oct 07:50
95e383d

Choose a tag to compare

Pre-release

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

15 Oct 18:45
f006e90

Choose a tag to compare

Pre-release
Merge pull request #567 from dolittle/fix-specs

Make specs build again.

Prerelease v7.1.0-replay.2

15 Oct 11:24
d78f1cb

Choose a tag to compare

Pre-release

Summary

Adds functionality on the Scoped Stream Processors to set a new stream processor position

Prerelease v7.1.0-replay.1

15 Oct 07:18
9887f8f

Choose a tag to compare

Pre-release

Summary

A CLI tool for the Runtime

Prerelease v7.1.0-replay.0

13 Oct 14:25
a11a2bf

Choose a tag to compare

Pre-release

Summary

Remove internal modifiers from classes as they are implicit. Use targeted new

Release v7.0.0

13 Oct 14:23
1abd7ed

Choose a tag to compare

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.NotSet is 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

05 Oct 11:57
da386ab

Choose a tag to compare

Pre-release

Summary

Remove event source converter and fix build and test errors

Prerelease v7.0.0-eventsource.1

05 Oct 11:30
76a6214

Choose a tag to compare

Pre-release

Summary

Change event source id and partition id to be strings and deal with all the compilation and tests errors that causes.