github.com/cs3org/reva/v2@v2.27.7/changelog/1.12.0_2021-08-24/runtime-plugins.md (about) 1 Enhancement: Add support for runtime plugins 2 3 This PR introduces a new plugin package, that allows loading external plugins into Reva at runtime. The hashicorp go-plugin framework was used to facilitate the plugin loading and communication. 4 5 https://github.com/cs3org/reva/pull/1861