summaryrefslogtreecommitdiff
path: root/releasenotes/notes/fix-bad-swift-endpoint-in-guestlog-05f7483509dacbbf.yaml
blob: a9da06248b89d5ad15ae1cefd206bf32706e6097 (plain)
1
2
3
4
5
6
---
fixes:
  - The guest log code raises a non-serializable exception if the given
    Swift endpoint is invalid. This causes an ambiguous "Circular
    reference detected" error on the guest, and a timeout on the caller.
    This case is now caught and the correct exception raised.