diff --git a/changes/1208-fetch-all-host-data b/changes/1208-fetch-all-host-data new file mode 100644 index 000000000..d7667b0dc --- /dev/null +++ b/changes/1208-fetch-all-host-data @@ -0,0 +1 @@ +* Make sure to fetch all host data when listing hosts. Fixes issue 1208. diff --git a/changes/1239-improve-auth-errors b/changes/1239-improve-auth-errors new file mode 100644 index 000000000..d0fd37a23 --- /dev/null +++ b/changes/1239-improve-auth-errors @@ -0,0 +1 @@ +* Return distinct error messages when Authorization header is missing vs when the token is wrong. Fixes issue 1239.