dolittle / JavaScript.SDK

Dolittle JavaScript SDK
https://dolittle.io
MIT License
5 stars 2 forks source link

Allow EventSourceID and PartitionID to be strings instead of Guids using Contracts v6.0.0, and fix little Embedding bug #61

Closed woksin closed 3 years ago

woksin commented 3 years ago

Summary

Implementing the changes introduced by https://github.com/dolittle/Contracts/pull/53. Allowing EventSourceID and PartitionID to be strings, to more easily integrate with events from existing systems.

Also fixed a small bug when returning an array of events from an Embedding Update/Delete method.

This is considered a breaking change because it requires a Runtime compatible with Contracts v6 to function.

Added

Fixed