Release v7.0.0
Summary
Un-breaks the event horizon between version v5 and v6 by introducing a new breaking change v7 that uses an API compatible with both versions. We also changed the structure of the source files to get rid of the Fundamentals
directory, and squashed the two previous packages contracts
+ runtime.contracts
into a single contracts
package for the released generated packages.
Added
string partitionId = 6
field onConsumerSubscriptionRequest
message
Changed
- The
EventHorizonCommittedEvent event = 2
fieldEventHorizonEvent
message copied from the committed events one, with fields that are backwards compatible - The generated code from the
runtime.contracts
packages are now part of the singlecontracts
package.
Deprecated
protobuf.Uuid partitionIdLegacy = 4 [deprecated = true]
field onConsumerSubscriptionRequest
for backwards compatibility for v5 of contracts- The NuGet Package
Dolittle.Runtime.Contracts
, NPM package@dolittle/runtime.contracts
will not be published from now on.