update readme

This commit is contained in:
A.Unger
2021-02-18 12:51:31 +01:00
parent 1daad022c3
commit 7736d26e0c

View File

@@ -1,6 +1,9 @@
Enhancement: Update go-micro to v3.5.1-0.20210217182006-0f0ace1a44a9
We updated from go micro v2 (v2.9.1) go-micro v3 (v3.5.1 edge)
- We updated from go micro v2 (v2.9.1) go-micro v3 (v3.5.1 edge).
- oCIS runtime is now aware of `MICRO_LOG_LEVEL` and is set to `error` by default. This decision was made because ownCloud, as framework builders, want to log everything oCIS related and hide everything unrelated by default. It can be re-enabled by setting it to a log level other than `error`. i.e: `MICRO_LOG_LEVEL=info`.
- Updated `protoc-gen-micro` to the [latest version](https://github.com/asim/go-micro/tree/master/cmd/protoc-gen-micro).
- We're using Prometheus wrappers from go-micro.
https://github.com/owncloud/ocis/pull/1670
https://github.com/asim/go-micro/pull/2126
https://github.com/asim/go-micro/pull/2126