Skip to content

Releases: dolittle/Contracts

Release v7.8.0

16 Jun 06:16
595501d
Compare
Choose a tag to compare

Summary

Adds ability to perform graceful terminations of event handlers with a custom grace period

Added

  • InitiateDisconnect
  • DisconnectCompleted

Release v7.7.0

07 Jun 20:41
c8e3fc0
Compare
Choose a tag to compare

Summary

  • Added ability to set event handler start position when no state exists.
  • Added ability to set stop timestamp to allow event handlers to be phased out
  • Added ability to reprocess from a specific timestamp
  • Added concurrency parameter for event handlers

Release v7.6.0

31 Jan 09:04
3fbe8c5
Compare
Choose a tag to compare

Summary

Added

  • Adds a management api for getting the current Runtime configuration as a yaml string

Release v7.5.0

28 Nov 09:50
cd49651
Compare
Choose a tag to compare

Summary

Adds build results in the Handshake request and a management API for getting build results.

Added

  • buildResults field on the handshake request
  • Management service for getting build results

Prerelease v7.5.0-boromir.0

16 Nov 08:43
7cb6469
Compare
Choose a tag to compare
Pre-release
Merge pull request #132 from dolittle/boromir-release

Remove unused prerelease

Release v7.4.1

26 Oct 08:27
b4a4b7d
Compare
Choose a tag to compare

Summary

Adds support for gRPC-web by publishing a new @dolittle/contracts.web package. This package contains (for now) only the Management services.

Added

  • @dolittle/contracts.web package with generated gRPC-web code.

Prerelease v7.4.1-elrond.0

14 Oct 15:52
8cd110c
Compare
Choose a tag to compare
Pre-release

Added first test of grpc-web code generation for Contracts. It generates Protobuf code for all the types, but only generates gRPC (web) code for the services in Runtime/Management - it doesn't really make sense to expose the other ones now.

Prerelease v7.5.0-arwen.5

05 Oct 08:43
17d44ab
Compare
Choose a tag to compare
Pre-release

Summary

Change messages a bit

Prerelease v7.5.0-arwen.4

05 Oct 07:24
182f50b
Compare
Choose a tag to compare
Pre-release

Summary

Remove the batched bool from the EventHandlerRegistrationRequest

Prerelease v7.5.0-arwen.3

04 Oct 12:32
ad79c48
Compare
Choose a tag to compare
Pre-release

Summary

Merge batch into one handle request