diff --git a/changelog/unreleased/runtime-plugins.md b/changelog/unreleased/runtime-plugins.md new file mode 100644 index 00000000000..1f21a128305 --- /dev/null +++ b/changelog/unreleased/runtime-plugins.md @@ -0,0 +1,5 @@ +Enhancement: Add support for runtime plugins + +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. + +https://github.com/cs3org/reva/pull/1861 \ No newline at end of file