From e91d632dcb8a9e37e5feebbc65606a1e0e973286 Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Fri, 6 Nov 2020 10:51:24 +0100 Subject: [PATCH] release_notes: mention initiator field --- release_notes.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/release_notes.md b/release_notes.md index 7a988ee..ffced21 100644 --- a/release_notes.md +++ b/release_notes.md @@ -16,6 +16,13 @@ This file tracks release notes for the loop client. #### NewFeatures +* When requesting a swap, a new `initiator` field can be set on the gRPC/REST + interface that is appended to the user agent string that is sent to the server + to give information about Loop usage. The initiator field is meant for user + interfaces to add their name to give the full picture of the binary used + (`loopd`, LiT) and the method/interface used for triggering the swap (`loop` + CLI, autolooper, LiT UI, other 3rd party UI). + #### Breaking Changes #### Bug Fixes