Automated changelog update [skip ci]

This commit is contained in:
Phil Davis
2020-12-15 17:33:12 +00:00
parent 80cb4f5e53
commit 50ffe63303
+11
View File
@@ -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