diff --git a/changelog/unreleased/metadata-context.md b/changelog/unreleased/metadata-context.md new file mode 100644 index 0000000000..a9ed4182b7 --- /dev/null +++ b/changelog/unreleased/metadata-context.md @@ -0,0 +1,6 @@ +Change: use go-micro's metadata context for account id + +We switched to using go-micro's metadata context for reliably passing the AccountID in the context +across service boundaries. + +https://github.com/owncloud/ocis-pkg/pull/56