diff --git a/CHANGELOG.md b/CHANGELOG.md index 73a63f8624a..cffc489d9d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -97,6 +97,7 @@ * Enhancement - Cache userinfo in proxy: [#877](https://github.com/owncloud/ocis/pull/877) * Enhancement - Update reva to v1.4.1-0.20201125144025-57da0c27434c: [#1320](https://github.com/cs3org/reva/pull/1320) * Enhancement - Runtime Cleanup: [#1066](https://github.com/owncloud/ocis/pull/1066) +* Enhancement - Update OCIS Runtime: [#1108](https://github.com/owncloud/ocis/pull/1108) * Enhancement - Simplify tracing config: [#92](https://github.com/owncloud/product/issues/92) * Enhancement - Update glauth to dev fd3ac7e4bbdc93578655d9a08d8e23f105aaa5b2: [#834](https://github.com/owncloud/ocis/pull/834) * Enhancement - Update glauth to dev 4f029234b2308: [#786](https://github.com/owncloud/ocis/pull/786) @@ -1840,6 +1841,16 @@ https://github.com/owncloud/ocis/pull/1066 +* Enhancement - Update OCIS Runtime: [#1108](https://github.com/owncloud/ocis/pull/1108) + + - enhances the overall behavior of our runtime - runtime `db` file configurable - two new env + variables to deal with the runtime - `RUNTIME_DB_FILE` and `RUNTIME_KEEP_ALIVE` - + `RUNTIME_KEEP_ALIVE` defaults to `false` to provide backwards compatibility - if + `RUNTIME_KEEP_ALIVE` is set to `true`, if a supervised process terminates the runtime will + attempt to start with the same environment provided. + + https://github.com/owncloud/ocis/pull/1108 + * Enhancement - Simplify tracing config: [#92](https://github.com/owncloud/product/issues/92) We now apply the oCIS tracing config to all services which have tracing. With this it is possible