Releases: dolittle/Runtime
Prerelease v7.1.0-replay.16
Summary
Implements getting one event handler
Prerelease v7.1.0-replay.15
Summary
Filters the response from getting all event handlers based on tenant.
Prerelease v7.1.0-replay.14
Summary
Implements table and JSON output
Prerelease v7.1.0-replay.9
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
Summary
Implements the event handlers management service
Prerelease v7.1.0-replay.13
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
Merge pull request #574 from dolittle/use-new-contract-types Use new contract types.
Prerelease v7.1.0-replay.11
Summary
Implements the get all event handler command
Prerelease v7.1.0-replay.10
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
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.