)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":8313,"name":"Lajos Katona","display_name":"lajoskatona","email":"katonalala@gmail.com","username":"elajkat","status":"Ericsson Software Technology"},"change_message_id":"f39380925148f3060768b74680c7d9242ecd45c5","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"f7ed6734_36e56a4a","updated":"2024-09-17 09:04:25.000000000","message":"Thanks, related patch for FIPs: https://review.opendev.org/c/openstack/openstacksdk/+/929548","commit_id":"351f88df3ad239d528025ef764097e21938be55c"},{"author":{"_account_id":9816,"name":"Takashi Kajinami","email":"kajinamit@oss.nttdata.com","username":"kajinamit"},"change_message_id":"6ba37c75d74acabae08833e93ab403757238456b","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"6845cf92_d612ac30","updated":"2024-09-17 09:58:33.000000000","message":"I wonder if you also want to remove this block ?\n\nhttps://review.opendev.org/c/openstack/openstacksdk/+/929548/4/openstack/cloud/_network_common.py#812","commit_id":"8ee8efbe31a8d0e0fbfc3ac5cf29f641e43876a7"},{"author":{"_account_id":27900,"name":"Artem Goncharov","email":"artem.goncharov@gmail.com","username":"gtema"},"change_message_id":"6ef8faafc387e8c3a0ca3f7b1955c644c51ec56d","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":3,"id":"a857aef8_ec5b5d00","updated":"2024-09-25 09:01:11.000000000","message":"different exception is being returned to the user. This requires a release note.\nI was feeling you will land here on your first changes regarding ignore_missing and thus warned there.","commit_id":"52672a57f07907cca3c2d1187957bf79e9e5fff3"},{"author":{"_account_id":27900,"name":"Artem Goncharov","email":"artem.goncharov@gmail.com","username":"gtema"},"change_message_id":"6808ceef173928b12ff8c6cdd77de407b3d36b24","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":3,"id":"22b2dd12_add28055","updated":"2024-10-02 07:49:46.000000000","message":"ok, convinced","commit_id":"52672a57f07907cca3c2d1187957bf79e9e5fff3"},{"author":{"_account_id":15334,"name":"Stephen Finucane","display_name":"stephenfin","email":"stephenfin@redhat.com","username":"sfinucan"},"change_message_id":"5ef5a1c4d2ff6254ae350ffe554a94807e252a73","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":3,"id":"0cf01e5b_22caaac2","in_reply_to":"a857aef8_ec5b5d00","updated":"2024-09-25 11:24:59.000000000","message":"I was initially concerned about that, but the new exception (`NotFoundException`) is a subclass of the old one (`SDKException`) so existing handlers will continue to work as expected:\n\n```\ntry:\n    raise exceptions.SDKException()\nexcept exceptions.SDKException as exc:\n    print(f\u0027caught {exc}\u0027)  # passes\n```\n\n```\ntry:\n    raise exceptions.NotFoundException()\nexcept exceptions.SDKException as exc:\n    print(f\u0027caught {exc}\u0027)  # also passes\n```\n\nI can put a release note in but it feels redundant?","commit_id":"52672a57f07907cca3c2d1187957bf79e9e5fff3"}]}
