Skip to content

Releases: dolittle/Contracts

Prerelease v6.3.0-legolas.3

11 Nov 08:40
f6bf9d4
Compare
Choose a tag to compare
Pre-release

Summary

Removes the database name again

Prerelease v6.3.0-legolas.2

10 Nov 13:46
f2f580e
Compare
Choose a tag to compare
Pre-release

Summary

Add database name to response

Prerelease v6.3.0-legolas.1

10 Nov 12:32
5157900
Compare
Choose a tag to compare
Pre-release

Summary

Adds the Resources service

Prerelease v6.3.0-legolas.0

09 Nov 07:50
2d290cc
Compare
Choose a tag to compare
Pre-release

Summary

Implements contract for getting all tenants

Release v6.2.0

03 Nov 09:54
2060d44
Compare
Choose a tag to compare

Summary

Registration of Aggregate Roots and Event Types can now be done in order to provide an alias to id mapping

Added

  • Runtime Services:
    • AggregateRoots.RegisterAlias: Register an alias mapping for an Aggregate Root
    • EventTypes.Register: Register an EventType with an optional alias
  • Runtime Management Services:
    • AggregateRoots.GetAll: Gets all registered Aggregate Roots
    • AggregateRoots.GetOne: Gets information about a specific Aggregate Root
    • AggregateRoots.GetEvents: Gets committed events for an Aggregate Root Instance
    • EventTypes.GetAll: Gets all registered Event Types

Prerelease v6.2.0-aragorn.2

28 Oct 14:16
36e84fb
Compare
Choose a tag to compare
Pre-release

Rename AggregateRoot registration so that we can implement them with Commands/Actions in the future with ReverseCallClients. Also add CallContext on the new registration calls.

Prerelease v6.2.0-aragorn.1

25 Oct 14:11
027fb34
Compare
Choose a tag to compare
Pre-release

Summary

Prerelease v6.2.0-aragorn.0

25 Oct 13:29
9de723c
Compare
Choose a tag to compare
Pre-release

Summary

Register aggregates and event types

Release v6.1.0

21 Oct 11:41
bd440e4
Compare
Choose a tag to compare

Summary

Adds a management surface to Event Handlers that has the capability to reprocess event for Event Handlers and also get information about running Event Handlers. Also adds the possibility to register Event Handlers with named aliases for easy tracking.

Added

  • Adds optional string 'alias' to event handler registration
  • Adds management service for event handlers with 4 endpoints: ReprocessEventsFrom, ReprocessAllEvents, GetAll and GetOne

Changed

  • Updated Grpc and protobuf dependencies

Prerelease v6.1.0-eventhandlermanagement.7

19 Oct 11:28
e066a13
Compare
Choose a tag to compare
  • Upgrade protobuf project references
  • Add a GetOne endpoint for EventHandler management
  • Add optional TenantID filter to GetAll/GetOne
  • Change failing partitions structure from map to repeated