Skip to content

Releases: dolittle/Runtime

Prerelease v7.1.0-replay.16

21 Oct 06:47
8d1da72

Choose a tag to compare

Pre-release

Summary

Implements getting one event handler

Prerelease v7.1.0-replay.15

20 Oct 20:44
0e6afbc

Choose a tag to compare

Pre-release

Summary

Filters the response from getting all event handlers based on tenant.

Prerelease v7.1.0-replay.14

20 Oct 11:21
ef0e2d6

Choose a tag to compare

Pre-release

Summary

Implements table and JSON output

Prerelease v7.1.0-replay.9

19 Oct 08:21
cd45360

Choose a tag to compare

Pre-release

Fix copy path of .exe files when releasing the CLI tool, and add -p:Version="" to dotnet publish commands so that the .dlls contain the correct version (without prerelease tags). Also publish the tool as a DotNet tool to NuGet. Lastly did a little cleanup of the Dockerfiles so they are a little more similar.

Prerelease v7.1.0-replay.8

19 Oct 05:43
78e4be8

Choose a tag to compare

Pre-release

Summary

Implements the event handlers management service

Prerelease v7.1.0-replay.13

19 Oct 17:06
abb9915

Choose a tag to compare

Pre-release

Change the Runtime code so that we explicitly keep track of if an alias was passed from the Client with the new fancy protobuf optional fields.

Prerelease v7.1.0-replay.12

19 Oct 12:39
78766c4

Choose a tag to compare

Pre-release
Merge pull request #574 from dolittle/use-new-contract-types

Use new contract types.

Prerelease v7.1.0-replay.11

19 Oct 11:08
4ce0a81

Choose a tag to compare

Pre-release

Summary

Implements the get all event handler command

Prerelease v7.1.0-replay.10

19 Oct 08:50
abc94dc

Choose a tag to compare

Pre-release
Merge pull request #572 from dolittle/maybe-fix-cli-release

Change assembly name of CLI to fix NuGet publish

Prerelease v7.1.0-replay.7

18 Oct 11:24
ac6a1c0

Choose a tag to compare

Pre-release

Adds workflow steps for building and releasing the dolittle cli as binaries on the Release page on GitHub. The macOS arm build didn't work on my machine - but that might just be an old .NET sdk. We can fix later.