Files
opencloud/changelog/unreleased/new-runtime.md
T
Benedikt Kulmann 01da4ddf25 Add changelog items
2020-06-04 16:06:59 +02:00

428 B

Change: Switch over to a new custom-built runtime

We moved away from using the go-micro runtime and are now using our own runtime. This allows us to spawn service processes even when they are using different versions of go-micro. On top of that we now have the commands ocis list, ocis kill and ocis run available for service runtime management.

https://github.com/owncloud/ocis/pull/287