From c2cefe42b6689b75b8f43ee27ee428e834d09f9f Mon Sep 17 00:00:00 2001 From: Jimil Desai Date: Mon, 5 Jul 2021 12:53:14 +0530 Subject: [PATCH] changelog added Signed-off-by: Jimil Desai --- changelog/unreleased/runtime-plugins.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog/unreleased/runtime-plugins.md 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